Skip to content

Commit

Permalink
Added new firmware files + Readme flasher utility
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMaker-hub committed Jul 11, 2023
1 parent 2138f46 commit c41e529
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ Every time an stratum job notification is received miner update its current work
- 3D BOX

### 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.

1. Get a TTGO T-display S3
Expand Down
File renamed without changes.
File renamed without changes.
Binary file added bin/0x10000_firmware_v1.5.2.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[platformio]
globallib_dir = lib
default_envs = ESP32-devKitv1 ; NerminerV2, TTGO-T-Display
default_envs = NerminerV2 ;, ESP32-devKitv1 TTGO-T-Display

[env:NerminerV2]
platform = espressif32
Expand Down

0 comments on commit c41e529

Please sign in to comment.