MordFIdel / SOCORAD32

ESP32 SOftware COntrolled RADio (SOCORAD32)
161 stars 21 forks source link

won't power on #14

Closed 03escape closed 11 months ago

03escape commented 1 year ago

Can't find a power button, screen won't come on.

KillerTurtleSoftware commented 1 year ago

You have to load the firmware to the radio when you get it. Download the ESP-IDF linked in the "final Firmware.md" and install it. Download the firmware zip, "SCRD32 firmware official.zip", and extract the files to a folder with no spaces in name. I downloaded it to "C:/SCRD32" Open the ESP-IDF powershell program and navigate to the folder you saved the firmware in, and type "idf.py build" This will build the firmware then once complete, connect the radio and type "idf.py -p [Port] flash"

Change [Port] to the COM port of the socorad I. E. "idf.py -p COM3 flash" This will load the firmware to the radio

MordFIdel commented 1 year ago

Perfect. Thanks @KillerTurtleSoftware

KillerTurtleSoftware commented 1 year ago

I created a detailed step-by-step guide on the site I created, here http://socorad32.killerturtle.tech/showthread.php?tid=1

joyel24 commented 1 year ago

@03escape or @MordFIdel: Can you close this issue please.