Hi,
I want to check if scanning for beacons (BLE GAP) is possible while ESP32 is connected to phone (either in peripheral or central role). I cannot find it in documentation.
Does anyone know if it's possible?
Regards,
Kuba
Search found 4 matches
- Thu Sep 24, 2020 10:06 am
- Forum: General Discussion
- Topic: Beacons scanning while connected to phone
- Replies: 0
- Views: 1902
- Mon Jun 04, 2018 8:24 am
- Forum: General Discussion
- Topic: ESP-WROVER-KIT will not reset
- Replies: 9
- Views: 14559
Re: ESP-WROVER-KIT will not reset
In my ESP-WROVER-KIT v3 EN button also doesn't reset the chip. I noticed that Voltage on EN pin drops to 1,6V when EN button is pressed. Also when checking R46, R65 and R169 I always get 10K and on the schematics they are connected with 100K resistors. They are connected with Q1, Q2 and Q9 npn trans...
- Mon Aug 07, 2017 7:13 am
- Forum: General Discussion
- Topic: Store static file in flash
- Replies: 24
- Views: 53786
Re: Store static file in flash
I'm currently working with SPIFFS and had a problem with making it work. The issue was caused by different SPIFFS version in LUA source https://github.com/whitecatboard/Lua-RTOS-ESP32/blob/master/components/spiffs/spiffs.h and in mkspiffs https://github.com/igrr/mkspiffs/ . Solution: updating spiffs...
- Thu Jul 13, 2017 12:39 pm
- Forum: ESP-IDF
- Topic: Need API support to provide micro seconds delay
- Replies: 12
- Views: 23827
Re: Need API support to provide micro seconds delay
Hi. Did you manage to get it work? In Nodemcu for esp32 (currently in development stage) they implement OneWire interface for esp32 using RMT. I plan to use it for DS18B20 since I don't like the idea of using delays for communication protocols. NodeMCU OneWire implementation for esp32 - https://gith...