Search found 3 matches
- Thu Jul 26, 2018 10:38 am
- Forum: ESP32 Arduino
- Topic: how can i get pure OFDM graph
- Replies: 3
- Views: 6610
Re: how can i get pure OFDM graph
Can you give us an example of its usage . I'm newbie on this field
- Sat Jun 23, 2018 6:47 am
- Forum: ESP32 Arduino
- Topic: how can i get pure OFDM graph
- Replies: 3
- Views: 6610
how can i get pure OFDM graph
I'm currently doing a project on wifi-base distance meassurement. I found this paper : https://www.usenix.org/system/files/conference/nsdi16/nsdi16-paper-vasisht.pdf. however, it's require to gain pure signal for later process. I'm curious how i can get this form esp32 , and can it's be done on ardu...
- Sun Jun 10, 2018 10:15 am
- Forum: ESP32 Arduino
- Topic: how can I get wifi rssi at faster rate
- Replies: 6
- Views: 15365
how can I get wifi rssi at faster rate
I'm doing a project on lcoalization using wifi RSSI value. I found some code only it's too slow for me since the rssi value can be interfere and vary very easy , so I need faster rssi value to do a moving avg before use it in my applicaion code: #include <Arduino.h> #include <ESP8266WiFi.h> #include...