ESP32 BLE NRF.setAdvertising() -> FIXME #7117
Replies: 1 comment
-
Posted at 2018-11-19 by @gfwilliams You're not doing anything wrong - these are warnings because the Bluetooth LE support on ESP32 is currently a work in progress. It may still be working regardless though. If you want proper reliable Bluetooth LE support at the moment, please buy one of the official Bluetooth Espruino boards like: Some people say 'they don't have WiFi'. You can connect a $3 ESP8266 ESP01 WiFi module to any of those boards with 4 wires and get WiFi. Posted at 2018-11-20 by Engineer Thanks Gordon for reply. I thought that I did something wrong because I could not find my esp32 with NRF Connect. But the thing was that I looked for MAC that I got from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-11-19 by Engineer
Hi everyone! Can anyone tell what I'm doing wrong?
Code below returns:
>FIXME WARNING: check error not implemented yet:0
and sometimes:
WARNING: update connetion params status = 0, min_int = 0, max_int = 0,conn_int = 6,latency = 0, timeout = 500
Firmware
espruino_2v00_esp32
andespruino_2v00.90_esp32
Beta Was this translation helpful? Give feedback.
All reactions