V
void-spark
- Dabei seit
- 08.09.2021
- Beiträge
- 317
- Reaktionspunkte
- 158
I wouldn't worry about checksum just yet, that might be normal, I'll need to check on one of my chipsSeems like a checksum failure?
00:30:07.669 -> ESP-ROM:esp32c3-api1-20210207
00:30:07.669 -> ESP-ROM:esp32c3-api1-20210207
00:30:07.669 -> Build:Feb 7 2021
00:30:07.669 -> rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT)
00:30:07.669 -> Saved PC:0x40047ed2
00:30:07.669 -> SPIWP:0xee
00:30:07.669 -> modeIO, clock div:1
00:30:07.669 -> load:0x3fcd5810,len:0x438
00:30:07.669 -> load:0x403cc710,len:0x91c
00:30:07.670 -> load:0x403ce710,len:0x25b0
00:30:07.670 -> Checksum failure. Calculated 0x08 stored 0x49
00:30:07.670 -> ets_main.c 333
00:30:08.741 -> ESP-ROM:esp32c3-api1-20210207
00:30:08.741 -> Build:Feb 7 2021
00:30:08.741 -> rst:0x7 (TG0WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
00:30:08.741 -> Saved PC:0x40047ed2
00:30:08.741 -> SPIWP:0xee
Other than that the log looks normal, and it probably stops there because tx/rx get switched.
I'd just try to use it as is, see if it behaves, or reflash if you really doubt it, reflashing doesn't normally hurt
Or if you have more, try another and see if it behaves the same
At the top of the c3 config file I have how to connect it:
# Pin# from schematic(GPIO#) - Name on (ESP-01) breakout board - Name on T-01C3 board
# 1(--) - GND - GND
# 2(02) - GP2 - IO2 > Optional ADC use for battery level
# 3(09) - GP0 - IO9 > Motor on/off (active low)
# 4(20) - RXD - RX > Bus send
# 5(21) - TXD - TX > Light on/off (active high)
# 6(08) - CHPD - IO8 > Bus receive
# 7(--) - RST - RST
# 8(--) - VCC - 3.3V
You can hook up just the RX of whatever serial adapter you're using to RXD/RX and set it at 9600 baud to see if it is trying to send commands to the bus
(Yes, RX on the board is reconfigured to -send-