Skip to content

Commit

Permalink
Update Webflasher filename and address
Browse files Browse the repository at this point in the history
1. ESP32 webflasher filename change
2. Add the address for ESP32S3
  • Loading branch information
tcfshcrw authored Aug 4, 2024
1 parent a8b0b86 commit cd39d16
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,22 @@ Firmware can be built and flashed via VS Code. Prebuilt binaries can be flashed
See this [guide](https://github.com/ChrGri/DIY-Sim-Racing-FFB-Pedal/wiki/VScode-IDE-setup).

#### Flash prebuilt binaries via web flasher
The binaries are available [here](https://github.com/ChrGri/DIY-Sim-Racing-FFB-Pedal/releases). They can be flashed via the ESP [webflasher](https://esp.huhn.me/).

The binaries are available [here](https://github.com/ChrGri/DIY-Sim-Racing-FFB-Pedal/releases). They can be flashed via the ESP [webflasher](https://esp.huhn.me/). Another [Webflasher](https://nabucasa.github.io/esp-web-flasher/).
##### ESP32
Memory address | File
:-------------------------:|:-------------------------:
| 0x1000 | Main.ino.bootloader.bin |
| 0x8000 | Main.ino.partitions.bin |
| 0x1000 | bootloader.bin |
| 0x8000 | partitions.bin |
| 0xe000 | boot_app0.bin |
| 0x10000 | Main.ino.bin |
| 0x10000 | firmware.bin |

##### ESP32S3
Memory address | File
:-------------------------:|:-------------------------:
| 0x0000 | bootloader.bin |
| 0x8000 | partitions.bin |
| 0xe000 | boot_app0.bin |
| 0x10000 | firmware.bin |

## iSV57T-130 servo config tuning
The iSV57T allows parameter tuning via its RS232 interface. To tune the servo towards this application, I executed the following [steps](StepperParameterization/StepperTuning.md).
Expand Down

0 comments on commit cd39d16

Please sign in to comment.