nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.34k stars 712 forks source link

BLE for Wemos D1 Mini #823

Open rlbruderick opened 5 years ago

rlbruderick commented 5 years ago

I've had good success with your BLE libraries on these ESP32 boards: WEMOS LOLIN32 and MH-ET LIVE ESP32DevKit. But I'd like to use the WeMos D1 Mini board for some projects. These BLE libraries won't compile for it. Are there BLE libraries that will work? Are there any workarounds? Everyone sells this WeMos D1 Mini board as a Bluetooth capable board, but I can't find any example of it being used with Bluetooth. What am I missing?

Vincent-Stragier commented 5 years ago

Hi, the WEMOS D1 mini does not embed an ESP32 processor but an ESP8266, which doesn't have integrated support for Bluetooth.

rlbruderick commented 5 years ago

Good answer, though bad news. Thank you.