ESP32 WROOM-32 Dev Kit | firmware v2.00
Using string UUID (16bit or 128bit representation) throws an error ERROR: empty UUID type. Integers between 0 and 0xFFFF works fine.
NRF.setServices() docs note: UUIDs can be integers between 0 and 0xFFFF, strings of the form "ABCD", or strings of the form "ABCDABCD-ABCD-ABCD-ABCD-ABCDABCDABCD"
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
ESP32 WROOM-32 Dev Kit | firmware v2.00
Using string UUID (16bit or 128bit representation) throws an error
ERROR: empty UUID type
. Integers between 0 and 0xFFFF works fine.NRF.setServices() docs note:
UUIDs can be integers between 0 and 0xFFFF, strings of the form "ABCD", or strings of the form "ABCDABCD-ABCD-ABCD-ABCD-ABCDABCDABCD"