Search found 7 matches

by Niklas Sommer
Mon Jan 16, 2023 3:49 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 NVS not working correctly
Replies: 1
Views: 1209

Re: ESP32-S3 NVS not working correctly

Well I switched out the platform from

Code: Select all

platform = espressif32
to

Code: Select all

platform = https://github.com/platformio/platform-espressif32.git
and then I switched back to the first one and now it works.
No idea what's going on.
by Niklas Sommer
Sun Jan 15, 2023 8:33 pm
Forum: ESP32 Arduino
Topic: ESP32-S3 NVS not working correctly
Replies: 1
Views: 1209

ESP32-S3 NVS not working correctly

I've recently switched from an ESP32-C3 to and ESP32-S3 on my custom board and now the NVS storage is broken? In setup() I'm calling: Preferences Flash; if(Flash.begin(NVS_CONFIG_DIR)) { Flash.putInt(NVS_CONFIG_TYPE_KEY, 2); Flash.putString(NVS_CONFIG_NAME_KEY, "ESP32-S3-01"); Flash.end(); } This wo...
by Niklas Sommer
Sun Nov 06, 2022 8:22 pm
Forum: General Discussion
Topic: ESP32-C3 No serial communication on native USB
Replies: 5
Views: 3837

Re: ESP32-C3 No serial communication on native USB

Wow thanks that did the trick. :D
by Niklas Sommer
Sat Nov 05, 2022 12:21 pm
Forum: General Discussion
Topic: ESP32-C3 No serial communication on native USB
Replies: 5
Views: 3837

Re: ESP32-C3 No serial communication on native USB

Thanks I'll give that a shot but is there also a way of doing it in arduino ide?
by Niklas Sommer
Fri Nov 04, 2022 4:03 pm
Forum: Hardware
Topic: Custom ESP32-C3 PCB won't connect via USB (no Port)
Replies: 2
Views: 1515

Re: Custom ESP32-C3 PCB won't connect via USB (no Port)

God how did I miss that? :oops: But that alone didn't fix my problem. VDD_SPI acts as a power source and not a power input and since I had it connected to 3.3V the thing didn't connect to my PC.
by Niklas Sommer
Fri Nov 04, 2022 3:58 pm
Forum: General Discussion
Topic: ESP32-C3 No serial communication on native USB
Replies: 5
Views: 3837

ESP32-C3 No serial communication on native USB

Hello, I have a custom board that is using the esp32-c3 connected via the built in USB interface and flashing/running code works fine but printing data via serial does not work. Any ideas?
by Niklas Sommer
Thu Oct 13, 2022 5:46 pm
Forum: Hardware
Topic: Custom ESP32-C3 PCB won't connect via USB (no Port)
Replies: 2
Views: 1515

Custom ESP32-C3 PCB won't connect via USB (no Port)

Hello everyone, I recently made a custom PCB for an ESP32-C3-FH4 but if I connect it to my PC there is no port found for the board. I am using the onboard USB Interface as you can see and the crystal is an ECS-400-10-37B2-CKM-TR (40MHz, 10ppm, CL=10pF). I have no Idea why it wouldn`t work as this is...