Added new firmware files + Readme flasher utility

This commit is contained in:
BitMaker 2023-07-11 16:58:53 +02:00
parent 2138f460db
commit c41e529f65
5 changed files with 10 additions and 2 deletions

View File

@ -37,7 +37,15 @@ Every time an stratum job notification is received miner update its current work
- 3D BOX - 3D BOX
### Flash firmware ### Flash firmware
Create your own miner using the online tool **ESPtool** and the **binary files** that you will find in the src/bin folder. #### microMiners Flashtool
**Recommended flasher**
Easyiest way to flash firmware. Build your own miner using the folowing firwmare flash tool:
1. Get a TTGO T-display S3
1. Go to NM2 flasher online: https://bitmaker-hub.github.io/diyflasher/
#### Standard tool
Create your own miner using the online firwmare flash tool **ESPtool** and the **binary files** that you will find in the src/bin folder.
If you want you can compile the entire project using Arduino, PlatformIO or Expressif IDF. If you want you can compile the entire project using Arduino, PlatformIO or Expressif IDF.
1. Get a TTGO T-display S3 1. Get a TTGO T-display S3

Binary file not shown.

View File

@ -10,7 +10,7 @@
[platformio] [platformio]
globallib_dir = lib globallib_dir = lib
default_envs = ESP32-devKitv1 ; NerminerV2, TTGO-T-Display default_envs = NerminerV2 ;, ESP32-devKitv1 TTGO-T-Display
[env:NerminerV2] [env:NerminerV2]
platform = espressif32 platform = espressif32