Search found 4 matches
- Tue Sep 19, 2017 5:30 am
- Forum: ESP-IDF
- Topic: ESP32 sniffer max bit rate?
- Replies: 2
- Views: 5482
Re: ESP32 sniffer max bit rate?
TX and RX are fixed at the same channel
- Mon Sep 11, 2017 7:16 am
- Forum: ESP-IDF
- Topic: ESP32 sniffer max bit rate?
- Replies: 2
- Views: 5482
ESP32 sniffer max bit rate?
Hi, I am following this blog post to build a WIFI sniffer. http://blog.podkalicki.com/esp32-wifi-sniffer/ My transmission side transmits at above 58Mbps but the sniffer losses most of the packets and can get 0.9Mbps only. The TX is using maximum power and near to the RX. In RX, the call back functio...
- Mon Sep 04, 2017 9:47 am
- Forum: ESP-IDF
- Topic: [Solved] Logging debug output while using the serial port for function
- Replies: 3
- Views: 20009
Re: [Solved] Logging debug output while using the serial port for function
The info in this page is helpful. https://esp-idf.readthedocs.io/en/v1.0/api/log.html Note that esp_log_set_level("*", ESP_LOG_ERROR); is incorrect. According to this page: https://github.com/espressif/esp-idf/blob/master/components/log/include/esp_log.h it should be: esp_log_level_set("*", ESP_LOG_...
- Thu Aug 31, 2017 6:08 am
- Forum: ESP-IDF
- Topic: "No rule to make target" while compiling
- Replies: 5
- Views: 19048
Re: "No rule to make target" while compiling
I have the same error but my case is different.
I copied the main.c as main (copy).c as a backup. It will create the same error. Moving the file out of the repository solve the problem.
I copied the main.c as main (copy).c as a backup. It will create the same error. Moving the file out of the repository solve the problem.