BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.37k stars 249 forks source link

feature: add lilygo t-hmi duex #302

Closed cosmicpsyop closed 2 months ago

cosmicpsyop commented 5 months ago
BitMaker-hub commented 5 months ago

Hi, this is really cool. thanks

Leonardoal26 commented 2 months ago

Hello, what files did you use to configure this board? I have not been able to see the screen after flashing

cosmicpsyop commented 2 months ago

hey. thanks for taking a look. it is very possible i missed something along the way. when i got in a bind i reflashed the original factory app that the device was delivered with and then overwrite NerdminerV2 firmware. i am using the esptool.py to flash. my port is /dev/ttyACM0 . yours may be different.

git clone https://github.com/Xinyuan-LilyGO/T-HMI.git
cd T-HMI/examples/factory/

after building, find the artifacts, and flash factory app

cd .pio/build/debug
esptool.py --port /dev/ttyACM0 erase_flash
esptool.py --port /dev/ttyACM0 write_flash 0x0 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin 

after building flash NerdminerV2 firmware

cd NerdMiner_v2/.pio/build/NerdminerV2-T-HMI
esptool.py --port /dev/ttyACM0 write_flash 0x10000 firmware.bin 
Leonardoal26 commented 2 months ago

Thanks for responding, where can I get the bin files you used for this board?

Leonardoal26 commented 2 months ago

Hello, what are the bin files for this board? I'm new to this and I'm a little confused.

Leonardoal26 commented 1 month ago

Hi, can you please share the bin files?

julio-matarranz commented 1 month ago

Hi, can you please share the bin files?

Dear, You can check this : https://github.com/BitMaker-hub/NerdMiner_v2/releases/tag/nerdminer-prerelease-V1.6.4