Search found 3 matches

by farhan0404
Mon Sep 23, 2019 10:40 am
Forum: Hardware
Topic: Programming Custom Board
Replies: 1
Views: 2913

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...
by farhan0404
Fri Jan 19, 2018 4:08 am
Forum: General Discussion
Topic: Getting signal intensity of packet received in station mode (RSSI)
Replies: 2
Views: 5148

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
by farhan0404
Fri Jan 12, 2018 5:02 am
Forum: General Discussion
Topic: Getting signal intensity of packet received in station mode (RSSI)
Replies: 2
Views: 5148

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...