revoxhere / duino-coin

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
https://duinocoin.com
MIT License
1.06k stars 513 forks source link

esp32 Devkitc V4 - ESP32-D0WD-V3 (revision v3.1) - V4 will not run #1734

Closed ds2k5 closed 5 months ago

ds2k5 commented 6 months ago

esp32 Devkitc V4 flashed the Version 4 to - but will not run

To Reproduce Steps to reproduce the behavior:

  1. open Arduino 1.8.19
  2. Select Board: ESP32 Dev Module
  3. open the File: duino-coin/ESP_Code/ESP_Code.ino
  4. Edit the file: Settings.h and set Wifi SSID, Wifi Password, DUCO_USER, MINER_KEY, RIG_IDENTIFIER -> Save
  5. Compile and Upload to ESP32
  6. Disconnect USB
  7. Connect USB
  8. Open Serial Monitor see this:

RT@S ⸮⸮⸮#Z⸮⸮⸮0cP⸮⸮É ⸮⸮ ⸮⸮U⸮⸮⸮&g⸮⸮⸮ U⸮b⸮`⸮u⸮8⸮⸮ʪ⸮⸮⸮g腤װ⸮⸮:qGV A(⸮⸮L*j⸮ BDU⸮)Aī⸮⸮ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0 ⸮R⸮Ku⸮⸮&[ρxT⸮⸮u⸮JEL⸮%⸮E⸮⸮6t⸮⸮ |u⸮G⸮W⸮⸮U⸮⸮⸮⸮⸮ ⸮⸮⸮



**Expected behavior**
That the ESP32 boot an do Wifi connect

![board](https://github.com/revoxhere/duino-coin/assets/11292286/f6c40c18-7b63-4a6c-8681-c411f15402ac)

![messages](https://github.com/revoxhere/duino-coin/assets/11292286/52cdbfc5-ec98-4030-9822-b5e675fd2f4c)

![messages2](https://github.com/revoxhere/duino-coin/assets/11292286/6dad1178-ec61-42f6-8a4b-711a5205c112)

**System (please complete the following information):**
 - OS: Linux
 - Software: ESP_Code
 - Version: 4.0
revoxhere commented 6 months ago

Did you follow the getting started guides?

ds2k5 commented 6 months ago

@revoxhere did flashed Version 3.5 in the past this works

revoxhere commented 6 months ago

Yes, but the old versions require an old library version (2.0.1) and for 4.0 you should use the newest one as stated in the guides.

revoxhere commented 6 months ago

What's more, you have 40 MHz clock mode set. I don't know why you even changed it - WiFi will not work with such a low clock speed

ds2k5 commented 6 months ago

the libs are updated

libs

revoxhere commented 6 months ago

Set the cpu frequency to anormal clock mode that allows WiFi. Also erase flash if you'll face further issues

ds2k5 commented 6 months ago

Set the cpu frequency to anormal clock mode that allows WiFi. Also erase flash if you'll face further issues

esptool.py --port /dev/ttyUSB0 erase_flash

settings

serial_mointor

did not see at: https://wallet.duinocoin.com/

revoxhere commented 6 months ago

I don't know then. It works for me and others

ds2k5 commented 6 months ago

I don't know then. It works for me and others

ok thanks for your help