Search found 2 matches
- Sun Oct 01, 2017 6:10 pm
- Forum: ESP-IDF
- Topic: BLE and Wifi dont work properly toghether
- Replies: 6
- Views: 11583
Re: BLE and Wifi dont work properly toghether
Actually, I'm thinking this too. However, I don't get the ESP32 purpose. If it cannot have both BLE and Wifi simultaneously, why did they build it?I mean, separate ICs for each one will be better than having an IC that can implement one of BLE and Wifi completely. I believe that if the IC cannot run...
- Sun Oct 01, 2017 2:22 pm
- Forum: ESP-IDF
- Topic: BLE and Wifi dont work properly toghether
- Replies: 6
- Views: 11583
BLE and Wifi dont work properly toghether
Hi, I want to scan for beacons and then transmit the information to the user by implementing a web server on ESP32. I implemented a code for scanning for beacons and it works perfectly. Then I implemented a web server using "https://github.com/cmmakerclub/esp32-webserver". The web server works alrig...