Hello dear engineers
I use espressif ide 5.
I have problem with using esp32 wroom as access point and windows 7 as station. I use a dongle to have wifi.
There is no problem when I use windows 10.
What should I check on my code or in windows 7 device?
Your soon answer is appreciated
Search found 3 matches
- Mon Dec 04, 2023 4:26 am
- Forum: ESP-IDF
- Topic: Esp32 as Access point and windows 7 as client
- Replies: 0
- Views: 4226
- Tue Nov 07, 2023 1:28 pm
- Forum: Hardware
- Topic: Jtag and ESP32 Wroom
- Replies: 0
- Views: 1014
Jtag and ESP32 Wroom
Hello dear friends
I have been able to debug the esp32-wroom-32e with jlink jtag. but on another similar board, I have installed ESP32-WROOM-32 and with No success, the device won't enter debugging. But ESP32-WROOM-32 can be programmed in the jtag connection. Is there any special considerations I ...
I have been able to debug the esp32-wroom-32e with jlink jtag. but on another similar board, I have installed ESP32-WROOM-32 and with No success, the device won't enter debugging. But ESP32-WROOM-32 can be programmed in the jtag connection. Is there any special considerations I ...
- Fri Sep 29, 2023 5:20 am
- Forum: ESP32 Arduino
- Topic: How to add lib_apptrace.a to project (ESP32)
- Replies: 1
- Views: 1709
How to add lib_apptrace.a to project (ESP32)
I am using vscode, Platformio and arduino platform for programming. Now what I am looking for is how can I use Application tracing library to output the logs to Jtag.
Here is the code
#include <Arduino.h>
#include "esp_log.h"
#include "esp_app_trace.h"
void setup() {
esp_apptrace_init();
}
void ...
Here is the code
#include <Arduino.h>
#include "esp_log.h"
#include "esp_app_trace.h"
void setup() {
esp_apptrace_init();
}
void ...