FW including ESP-now for 2Mb AT ESP32-C3-32S-Kit

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
pvh
Posts: 3
Joined: Wed Jan 26, 2022 11:55 am

FW including ESP-now for 2Mb AT ESP32-C3-32S-Kit

Post by pvh » Fri Feb 11, 2022 3:03 pm

Hi,
Does anybody know what firmware-version to use for the AT ESP32-C3-32S-Kit (2M) and that includes the ESP-now module?
Thank you,
P

davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

Re: FW including ESP-now for 2Mb AT ESP32-C3-32S-Kit

Post by davef » Fri Feb 11, 2022 6:39 pm

https://github.com/glenn20/micropython- ... ain/latest
It does say for all. There is a main ESP-Now thread here:
viewtopic.php?f=18&t=9177

pvh
Posts: 3
Joined: Wed Jan 26, 2022 11:55 am

Re: FW including ESP-now for 2Mb AT ESP32-C3-32S-Kit

Post by pvh » Sun Feb 13, 2022 6:47 pm

Thank you for your response davef,
unfortunately the terminal provides the below (rolling) error message when i flashed my device with:

esptool.py --chip ESP32-C3 --port COM5 --baud 115200 write_flash -z --flash_mode dio --flash_freq 40m --flash_size 2MB 0x0 C:\...\firmware-esp32-GENERIC_C3_USB.bin

//
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x403d125a
SPIWP:0xee
mode:DIO, clock div:2
load:0x3fcd6100,len:0xe3c
load:0x403ce000,len:0x6dc
load:0x403d0000,len:0x28c4
SHA-256 comparison failed:
Calculated: fd3f46f452876f51561ede25b86befaf844a521837fbba339ebcf5eb724ffcc1
Expected: cc1b2eebb938fa995d080d3c3a72466af2b3fb7ab3811755ee14ffb7cd234d0c
Attempting to boot anyway...
entry 0x403ce000
E (53) flash_parts: partition 3 invalid - offset 0x200000 size 0x200000 exceeds flash chip size 0x20000ESP-ROM:esp32c3-api1-20210207
//

Does this ring a bell to you? Any solution you know of?
Many thanks in advance,
P

davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

Re: FW including ESP-now for 2Mb AT ESP32-C3-32S-Kit

Post by davef » Sun Feb 13, 2022 8:00 pm

Never played with a ESP32-C3.

I suggest rising an issue on his Github
https://github.com/glenn20/micropython- ... ges/issues

Post Reply