-
Notifications
You must be signed in to change notification settings - Fork 165
Bluetooth API Features #176
Comments
Hello @innoagg , Currently we are working on updating Wifi and BLE modules for more configurability and new features. Thanks |
Any news on timing for these BLE items. I did not see any changes in the latest release. |
Hi @innoagg , BLE updates are still not released , we are working on releasing these updates as soon as possible, sorry for the Delays. |
Thanks, Eagerly awaiting as I have found couple more items I hope are addressed... Characteristics defined on the pycom device as PROP_WRITE only can in fact be read successfully by a client. The pycom device should send back an indication that it cannot be read (normally 0x0403) Also, perhaps I am not seeing how, but one should be able to send back a response code to a client connection in response to a characteristic write operation to indicate success or to validate values. |
Found another BLE implementation shortcoming. Hardcoded scan interval and window is a big issue for us. Can't achieve 100% scan duty cycle. What BLE enhancements will be included with the 1.19 (soon?) release? |
it's getting disappointing in terms of what is sold and actually works. |
Pygate debug fix on telnet
Pycom MicroPython 1.18.0 [v1.8.6-849-046b350] on 2018-06-01; GPy with ESP32
The Bluetooth implementation is missing some critical features that make peripheral implementations difficult. The items listed below are not all of them, but cover the most important at least from my perspective in order of importance.
Advertising
Peripheral Connections
The text was updated successfully, but these errors were encountered: