Arik Yavilevich
Arik Yavilevich
@sandeepmistry , I agree with @gtalusan . This library is specific to certain devices. No reason to block the namespace with names such as BLEPeripheral for other boards.
The wiki is also in GitHub. But in a different branch. See https://github.com/argos83/pysphere/tree/wiki
@neilyoung Can you provide which phones you have tested and what you think is the right setting for each? Perhaps it is possible to branch based on the phone model....
@Hujunjob can you update on the Android phones you have used and the formats you got?
@zdila thanks for the data. Can you include the output of arduino-ble-ident-n-set run for this module?
This change can be relevant, but need to keep existing coding conventions. space after comment start tabs vs spaces, etc If you look at the diff of your PR you...
@NicholasTracy thanks for the info. What end line mode did you use to send commands to it? Strange, if it responds to an "AT\r\n" with an "OK\r\n" then the script...
Did you try https://www.espressif.com/en/products/socs/esp32/resources, "Tools", "ESP RF Test Tool and Test Guide" ?
Happened to me when setup of the listener was missing. I had to add ``` audio_event_iface_set_listener(esp_periph_set_get_event_iface(set), evt); ```
Here are reproduce instructions that make the integration stop updating. tl;dr, use "Reload" integration to cause the issue. Restart HA to make it work again. Full instructions: Open: http://ha:8123/config/integrations/integration/ims Click...