Search found 3 matches
- Mon Sep 23, 2019 10:40 am
- Forum: Hardware
- Topic: Programming Custom Board
- Replies: 1
- Views: 3367
Programming Custom Board
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 115200 W...
- Fri Jan 19, 2018 4:08 am
- Forum: General Discussion
- Topic: Getting signal intensity of packet received in station mode (RSSI)
- Replies: 2
- Views: 5707
Re: Getting signal intensity of packet received in station mode (RSSI)
I have already mentioned itwoofy! wrote:https://esp32.com/viewtopic.php?f=2&t=578#p3537
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: 5707
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 no...