Search found 3 matches

by VintageSlots
Fri Jan 24, 2025 12:28 am
Forum: ESP-BOX
Topic: Trying to get Hello World to work using Arduino
Replies: 3
Views: 21802

Trying to get Hello World to work using Arduino

I am trying to get a simple Hello World app to work on an ESP32-S3-BOX-3B

I want to use Arduino for now and the TFT_eSPI.h library

Here is the code for the sketch


void setup() {
// put your setup code here, to run once:

pinMode(45, OUTPUT); // header file indicate 45 is the backlight port ...
by VintageSlots
Thu Nov 09, 2023 10:27 pm
Forum: General Discussion
Topic: ESP32-C5 , 5-Ghz
Replies: 4
Views: 12590

Re: ESP32-C5 , 5-Ghz

Any update on when the C5 will be available?
by VintageSlots
Thu Nov 17, 2022 5:08 am
Forum: ESP32 Arduino
Topic: Getting this error "E (762367) esp_netif_lwip: esp_netif_new: Failed to configure netif with config=0x3fce53b4 (config o
Replies: 0
Views: 3001

Getting this error "E (762367) esp_netif_lwip: esp_netif_new: Failed to configure netif with config=0x3fce53b4 (config o

I am relatively new to ESP32 and network programming.

I am running an ESP32S3 chip. I want to be able to scan all packets coming in and then connect to an access point to send a report to a url and then resume scanning.

It is pretty much working but I get this error when going to the access point ...

Go to advanced search