Search found 2 matches
- Tue May 19, 2020 10:19 pm
- Forum: ESP-IDF
- Topic: Send Dataframe over WiFi STA with different MAC
- Replies: 2
- Views: 13170
Send Dataframe over WiFi STA with different MAC
Hi all, I've managed to send raw data buffer through the WiFi Interface (STA connection) when the Interface's mac address matches the source mac of the DataFrame. If the Source Address in the DataFrame differs from the Wifi's mac, then the frame is discarded. Is there a possibility to get rid of thi...
- Fri Aug 10, 2018 1:35 pm
- Forum: ESP-IDF
- Topic: Silent Uart0 Logging
- Replies: 0
- Views: 2226
Silent Uart0 Logging
Hi All, I've readed a lot of topics about the UART0 Bootloader and Logging output. My target is to silent the UART0 Interface completely. This is my workflow so far: - Set GPIO15 permanently to low state. In Menuconfig: - Bootloader Config -> Bootloader Log Verbosity = No Output - Component Config -...