I have built a custom board using ESP32-WROOM-32D module
I am powering it using LM1117 and the conditions of the strap pins are as follows :
Strap pins state
MTDI/IO12 = 0
GPIO0 = 0
GPIO2 = 0
MTDO/IO15 = 1
GPIO5 = 1
I have attached a button on GPIO for programming and I am using baudrate of ...
Search found 3 matches
- Mon Sep 23, 2019 10:40 am
- Forum: Hardware
- Topic: Programming Custom Board
- Replies: 1
- Views: 3730
- Fri Jan 19, 2018 4:08 am
- Forum: General Discussion
- Topic: Getting signal intensity of packet received in station mode (RSSI)
- Replies: 2
- Views: 6041
Re: Getting signal intensity of packet received in station mode (RSSI)
I have already mentioned it
In AP mode
esp_wifi_sta_get_ap_info(&wifidata)
I want rssi value for every packet received that too in station mode
- Fri Jan 12, 2018 5:02 am
- Forum: General Discussion
- Topic: Getting signal intensity of packet received in station mode (RSSI)
- Replies: 2
- Views: 6041
Getting signal intensity of packet received in station mode (RSSI)
In zigbee, one get the value of signal intensity of every packet received. For the current application I am working on I need RSSI value of packet received to determine the approximate distance of the ESP32 module. My device is operating in station mode and its mobile
I found these links but with ...
I found these links but with ...