Having trouble getting a WiFi Access Point to work on a custom S3 board. Identical code on an ESP32-S3-DevKitC-1U works fine. Looking for any suggestions on ways to troubleshoot either hardware or software.
#include <Arduino.h>
#include <WiFi.h>
const char *ssid = "ESP32";
const char *password ...
Search found 2 matches
- Tue Dec 05, 2023 7:45 pm
- Forum: ESP32 Arduino
- Topic: Troublshooting ESP32-S3 WiFi AP
- Replies: 1
- Views: 34238
- Tue Nov 07, 2017 7:31 pm
- Forum: ESP-IDF
- Topic: Need help getting debug environment setup
- Replies: 2
- Views: 5485
Need help getting debug environment setup
I'm having a lot of trouble and headache trying to get a usable development/debug environment setup; hoping those with more experience can look at what I'm doing and point me in the right direction.
I have a Win10 desktop with a customized variant of Eclipse and PlatformIO such that in the Project ...
I have a Win10 desktop with a customized variant of Eclipse and PlatformIO such that in the Project ...