Search found 8 matches

by Bodhi1
Wed Jul 20, 2022 6:53 pm
Forum: ESP32 Arduino
Topic: ESP-MINI-1 Single or Dual core and related FastLED interrupt issue?
Replies: 4
Views: 2100

Re: ESP-MINI-1 Single or Dual core and related FastLED interrupt issue?

The uploader doesn't care. It is your running firmware that complains about it being single core, and that is looking at the hardware. Maybe you can ask DigiKey if they have a lot number from what they sold you that you can match to what you received. Thank you for the explanation. I will contact D...
by Bodhi1
Wed Jul 20, 2022 6:09 pm
Forum: ESP32 Arduino
Topic: ESP-MINI-1 Single or Dual core and related FastLED interrupt issue?
Replies: 4
Views: 2100

Re: ESP-MINI-1 Single or Dual core and related FastLED interrupt issue?

Just like any electronics, buy them from a reliable source, and you will get a reliable product. Mouser sells the MINI, and they list it as dual core. If they ship you single core (which they won't), they have a service department, and they will make it right. If you buy from Aliexpress, well, you ...
by Bodhi1
Wed Jul 20, 2022 5:41 pm
Forum: ESP32 Arduino
Topic: ESP-MINI-1 Single or Dual core and related FastLED interrupt issue?
Replies: 4
Views: 2100

ESP-MINI-1 Single or Dual core and related FastLED interrupt issue?

Hello all, I speced ESP32-MINI-1's for a custom PCB's due to size limitations and the need for dual core (which is stated in the associated data sheet). As I worked through a few troubleshooting issues, I realized that the MINI's were behaving (and recognized in Platformio) as single core - whereas ...
by Bodhi1
Wed Jul 20, 2022 2:51 am
Forum: ESP32 Arduino
Topic: ESP32-MINI-1 Custom PCB Boot Loop after addressing SOLO?
Replies: 4
Views: 2462

Re: ESP32-MINI-1 Custom PCB Boot Loop after addressing SOLO?

It sounds like platformio is not using the correct platform. Go into ~/.platformio/platforms and (re)move any esp32 platforms from there. Make sure you are using the platformio.ini as shown at https://github.com/Jason2866/esp32-arduino-lib-builder/blob/main_idf442/README.md This should make it so t...
by Bodhi1
Wed Jul 20, 2022 2:42 am
Forum: ESP32 Arduino
Topic: ESP32-MINI-1 Custom PCB Boot Loop after addressing SOLO?
Replies: 4
Views: 2462

Re: ESP32-MINI-1 Custom PCB Boot Loop after addressing SOLO?

I don't know enough about the Arduino side of things, but I can confirm this is a single-core issue. You probably aren't seeing the issue on the devboard because it has a newer MINI-1 module on it: at some point in production we changed the chip inside it to a dual-core one. Thanks for your reply E...
by Bodhi1
Mon Jul 18, 2022 11:06 pm
Forum: ESP32 Arduino
Topic: ESP32-MINI-1 Custom PCB Boot Loop after addressing SOLO?
Replies: 4
Views: 2462

ESP32-MINI-1 Custom PCB Boot Loop after addressing SOLO?

Hello all, I have been working on this issue for weeks and I could really use some help. I have a custom PCB prototype that I need to prove and okay for assembly ASAP and I am pulling my hair out over this. I am using a ESP32-MINI-1U-N4 due to space limitations. My custom board uses UART for uploadi...
by Bodhi1
Sun Mar 13, 2022 5:05 pm
Forum: ESP32 Arduino
Topic: ESP32 C3 Boot loop “SHA-256 arduino ide comparison failed:” pinmapping issue?
Replies: 0
Views: 1616

ESP32 C3 Boot loop “SHA-256 arduino ide comparison failed:” pinmapping issue?

Hello, I am transferring a ESP32 WROOM code to a C3. I updated all the pins to my new configuration (missed a few the first time) but when the C3 tries to boot, it gets stuck in a booting loop (see below). I did some research, and it looks like this is likely a pin mapping issue, I confirmed that al...
by Bodhi1
Mon Mar 07, 2022 8:25 pm
Forum: Hardware
Topic: Eagle Library Trace for ESP32-C3 Wi-Fi Antenna?
Replies: 0
Views: 1154

Eagle Library Trace for ESP32-C3 Wi-Fi Antenna?

Hello, I am working on a custom PCB with a ESP32-C3FH4. I have only made 2 other custom PCB's and neither had a built in wifi antenna. I have read all the Espressif docs on the subject and I think I understand all the placement and noise reduction recommendations (option 3 in my case) but I would be...