BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.5k stars 268 forks source link

[Question]: Is it possible with ESP32-C3 #191

Open SergioMuinhos opened 11 months ago

SergioMuinhos commented 11 months ago

Hi, I have just buy the LILYGO® T-Zigbee T-ZigbeePA ESP32-C3 TLSR8258 Zigbee And i just ask if can i flash this proyect in this device. Regards.

nitroxgas commented 11 months ago

I tried, got max 20KH/s; C3 was build with power saving in mind. Low processing specs compared to other ESP32.

dsbaha commented 10 months ago

With a few code changes, I've been running on my ESP32-C3 boards myself. The code changes are tightening the sha256d loop and I'm seeing between 19KH/s - 23KH/s. Also added in a few taskYIELD() and removed the extra thread (since C3 is single threaded). However, with minimal modifications to platformio.ini and no other code changes you should be able to run it as is.

bgramaje commented 5 months ago

Hello everyone. I have tried on deploying it on a ESP32-C3 but the serial monitor returns the following: Checksum failure. Calculated 0x2c stored 0x46 20:53:59.567 -> ets_main.c 333 20:54:00.863 -> ESP-ROM:esp32c3-api1-20210207 20:54:00.863 -> Build:Feb 7 2021 20:54:00.863 -> rst:0x7 (TG0WDT_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT) 20:54:00.863 -> Saved PC:0x40047ed2 20:54:00.863 -> SPIWP:0xee 20:54:00.863 -> mode:DIO, clock div:1 20:54:00.863 -> load:0x3fcd5810,len:0x438 20:54:00.863 -> load:0x403cc710,len:0x918

Any guess? Thanks