-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New board: Waveshare ESP32-S3-ETH #9922
Conversation
No default I2C or SPI on silk or in docs https://www.waveshare.com/wiki/ESP32-S3-ETH The USB data pins _are_ broken out on the board header pins
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Thanks!! |
Can anyone confirm the neopixel works on this board? |
Nevermind, I think my board is weird. There are several errors on it (missing neopixel package, the link and activity LED do the opposite of what they should be doing), and I just traced the neopixel input pin to the pin 28 of the ESP32-S3 chip, which is SPICS1, and not IO21, as it should be. IO21 is right next to it. I guess I will try to rework the board... |
Conclusion : I really do have a weird board!! |
It seems clear that Waveshare made several iterations of this board, with key changes on the silkscreen and with pin assignments. My NeoPixel is present and functional, the silk is labeled "RGB", and it's on |
Yup, sounds right. I'm posting all of this in case someone else gets a weird revision of this board and is looking for answers. Hopefully, I got the only weird board they made. I can confirm that the new firmware available here works as expected so far. I have tested the ethernet part and the espnow part and both work. |
PID from:
#9884 (comment)
No default I2C or SPI on silk or in docs:
https://www.waveshare.com/wiki/ESP32-S3-ETH
The USB data pins are broken out on the board header pins
Tested Ethernet,
board.UART()
, NeoPixel, SD Card