Is the ESP32-PICO-D4 supported? #110
Replies: 2 comments 3 replies
-
Thanks for reaching out! The PICO-D4 is supported as far as I understand. It appears to me that the PICO is just a standard ESP32 in a slightly different package. If you're getting watchdog errors, my best guess is that this library is clobbering your watchdog timer. If you are using Arduino or ESP-IDF v4.4, try using a different DMX_NUM - this will instruct the DMX library to use a different hardware timer which will hopefully make the error go away. If you aren't using the EN pin, you can use the constant Let me know if you have any other questions! |
Beta Was this translation helpful? Give feedback.
-
Hello, @someweisguy. So nice of you to send a kind and helpful message, I spend a lot of time on forums trying to work things out and the amount of vitriol gets to you after a while, your message was a refreshing change. I have been looking into this further, your library works great on UTXD1 but caused the WDT reset loop on UTXD2. Pin IO17 is the pin that the datasheet states is for UTXD2
But also have just spotted this in the notes below.
How are you even supposed to use UTXD2 if it is connected to embedded flash? I now have the issue that I wanted to use UTXD1 for something else! Any ideas, how to get two working UARTS? Thank you! again! Best, Matt |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am unsure if the preferred use of this forum is to post all your questions in one discussion but here goes...
Is the ESP32-PICO-D4 supported?
I am getting what appears to be a WDT reset loop printing to the serial monitor...
'11:20:30.869 -> rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
11:20:30.869 -> flash read err, 1000
11:20:30.869 -> ets_main.c 371
11:20:31.179 -> ets Jun 8 2016 00:22:57`
Additionally, I only require DMX transmit and don't require the EN pin as this is set in hardware, or the Receive pin, what should I declare these as?
Thank you so much for building this library, I am most grateful!
M
Beta Was this translation helpful? Give feedback.
All reactions