Search found 12 matches

by patrickw
Wed May 13, 2020 10:31 pm
Forum: ESP32 boards
Topic: bluetooth ESP-IDF v3.x
Replies: 4
Views: 2707

Re: bluetooth ESP-IDF v3.x

One last comment... On the IDF3 and IDF4 nightly builds I was able to do a simple gap_scan and see the data. On the IDF4 stable build there are a few odd things that are fixed in the nightly build (no mac address, complaints about ble.active(True) before doing a scan are two) but as I said these go ...
by patrickw
Wed May 13, 2020 7:48 pm
Forum: ESP32 boards
Topic: bluetooth ESP-IDF v3.x
Replies: 4
Views: 2707

Re: bluetooth ESP-IDF v3.x

I just ran a couple checks on IDF3 and IDF4 builds for the TinyPico builds. I confirmed the ubluetooth module is only in nightly IDF3 builds as Jimmo stated. The website says IDF4 doesn't support WLAN. Is that out of date or does it not _fully_ support WLAN, because I was able to connect and get an ...