Felix Collins

Results 11 comments of Felix Collins

Looking at the code it seems that the TypeAccessor is already lazy created and cached in the library. However.. one would need to follow the IL generation to understand if...

I ran into this too... https://www.esp32.com/viewtopic.php?f=20&t=29167&sid=88cdb8efb3afca9974eddca2dca965c0 It seems to me that the audio board layer should be built on top of the adf. Therefore i2s_stream should have no dependency on...

A backward compatible fix would be to add a function like this. audio_element_handle_t i2s_stream_init_with_pins(i2s_stream_cfg_t *config, i2s_pin_config_t* i2s_pin_cfg)

Hello ADF Team? Is this ticket ever going to be assigned? If it is never getting fixed shall we close it?

Has this been resolved? I'm on ESP32 and nimble_port_deinit(); seems to hang. It seems like basic functionality to be able to start/stop the BTLE.

Just had a peek in the code and it seems it is this way by design. Is there a reason? Maybe it could be a setting to allow it.

At the very least there should be some public information about expected costs of using it. One gets the impression it will be cheap or free for small commercial use....

Okay! Thanks @halfn0rmal. I guess that kills that idea then. I posted on the forum asking about licensing and limitations of operating on the free platform.

I agree with all of that. We actually have some of the cloud infrastructure already set up for ota, telemetry etc using free tier of firebase. The easy and secure...

I ended up using AutoResetEvent.