Hi Pratik,
I am aware of these two indicators for distance measurement. Is there any other API/indicator present for distance measurement in 8266 family. I need that for my project which is for indoor application.
thanks,
Rupak
Search found 23 matches
- Fri Mar 31, 2017 2:06 am
- Forum: General Q&A
- Topic: Link Quality Indicator (LQI) API for ESP8266 family
- Replies: 2
- Views: 3162
- Mon Mar 27, 2017 2:40 am
- Forum: General Q&A
- Topic: Link Quality Indicator (LQI) API for ESP8266 family
- Replies: 2
- Views: 3162
Link Quality Indicator (LQI) API for ESP8266 family
Hi, I am trying to get the distance from the ESP8266 chip. I am getting the RSSI value which is not very reliable. I am planning to use Link Quality Indicator (LQI) . But I am not able to find any API for the same. Can anyone provide me the API for LQI for ESP-8266. For example, in the MC13224v by F...
- Wed Mar 15, 2017 12:30 am
- Forum: General Q&A
- Topic: ESP8266 as a transmitter only
- Replies: 0
- Views: 2301
ESP8266 as a transmitter only
Hi, I am not sure if this is the correct Forum for asking this question. We need ESP8266 to be used only as transmitter. Do we have any similar product with same foot-print in ESP family. Is it possible to modify ESP8266 from hardware perspective to be used only as transmitter? will there any change...
- Tue Mar 14, 2017 1:27 pm
- Forum: General Q&A
- Topic: Need details for approved standard for ESP-8266
- Replies: 0
- Views: 2017
Need details for approved standard for ESP-8266
Hi, I need to know ESP-8266 is compliance with which all standards. I have gone through the datasheet and find the below: Standards FCC/CE/TELEC/KCC/SRRC/IC/NCC But wanted to know if there are any other standard, ESP-8266 is compliance with. Like can it be possible to take this chip in the flight wi...
- Sun Sep 18, 2016 9:26 pm
- Forum: ESP8266 APK
- Topic: connecting ESP-8266 to Android
- Replies: 0
- Views: 9532
connecting ESP-8266 to Android
I am trying to conenct to esp8266 through android. I tried below code on android, but not able to connect to 8266. Can anyone help me if I am missing some configuration related to 8266. SSID = "\"" + networkInfo.name + "\""; password = getPassword(networkInfo.name); wif...
- Sat Aug 13, 2016 9:48 pm
- Forum: Report Bugs
- Topic: ESP8266 unreliable Output
- Replies: 1
- Views: 2850
ESP8266 unreliable Output
Hi, I am using ESP8266-01 running with NONOS_SDK_V2.0.0_16_07_19. Program is making chip to go for Deep sleep for 2 mins and then collect the data. It worked fine for approx~20 hrs and ESP UART output was as expected. Two issues observed after 20 hrs: 1. Every 30 mins, chip goes for continuous reboo...
- Sat Jul 09, 2016 9:12 pm
- Forum: General Q&A
- Topic: 【Feedback】Memory RTC read and write issue
- Replies: 6
- Views: 5802
Re: 【Feedback】Memory RTC read and write issue
Thanks for the Doc.
Its really helpful.
Its really helpful.
- Sat Jul 09, 2016 3:43 am
- Forum: General Q&A
- Topic: 【Feedback】Memory RTC read and write issue
- Replies: 6
- Views: 5802
Re: 【Feedback】Memory RTC read and write issue
Hi,
Don't remember, from where I got it, but a quick search on esp8266 forum has given me below result.
can you have a look:
http://www.esp8266.com/viewtopic.php?f=29&t=3587
thanks,
Rupak
Don't remember, from where I got it, but a quick search on esp8266 forum has given me below result.
can you have a look:
http://www.esp8266.com/viewtopic.php?f=29&t=3587
thanks,
Rupak
- Fri Jul 08, 2016 5:42 pm
- Forum: General Q&A
- Topic: 【Feedback】Memory RTC read and write issue
- Replies: 6
- Views: 5802
Re: 【Feedback】Memory RTC read and write issue
Hi, I debugged further and found that I am seeing issue for RTC memory read and write due to below API: WiFi.softAPmacAddress(mac); //Here mem value is getting set as 239 and 240 clientName += getMacAddress(mac); when the coed calls this API, mem value read starts showing 239 and it never gets reset...
- Thu Jul 07, 2016 2:33 am
- Forum: General Q&A
- Topic: 【Feedback】Memory RTC read and write issue
- Replies: 6
- Views: 5802
【Feedback】Memory RTC read and write issue
Hi, I am trying to write data into system_rtc_memory so that data can be retrieved after deep sleep. I am writing on 65th block of memory address as read in some other blog that 64th address is used for system data and not for user data. I am using latest SDK 1.5.4 with the latest patch SDK 1.5.4.1....