Search found 2 matches
- Thu Jun 13, 2024 11:44 am
- Forum: ESP-IDF
- Topic: Reading output GPIO pin logic state
- Replies: 7
- Views: 29761
Re: Reading output GPIO pin logic state
I'm trying to compile pieces of the code posted here with the latest Arduino (IDF 5.x). WHich libraries do I have to #include?
- Sun Sep 29, 2019 5:11 pm
- Forum: ESP-IDF
- Topic: RSSI level from AP connected to the ESP station.
- Replies: 3
- Views: 6026
Re: RSSI level from AP connected to the ESP station.
Does anyone know how to read RSSI of stations connected to ESP Access Point? According to information I have found on internet this should be possible by the use of esp_wifi_set_vendor_ie_cb function but I can’t get it working with Arduino. It crashes ESP. Does someone have a working example? Here i...