Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 7, 2024
1 parent 39cfba4 commit f1c421d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,14 @@ https://github.com/lemire/runningmaxmin from Daniel Lemire paper, and improvemen
- Estimating risk of breaking from anchor
- Autotuning gains of autopilots

## Flashing Firmware

````
wget https://github.com/bareboat-necessities/bbn-wave-period-esp32/releases/download/v0.9.9/bbn_wave_freq_m5atomS3_bin-2024-12-07.zip
unzip bbn_wave_freq_m5atomS3_bin-2024-12-07.zip
/srv/esphome/bin/esptool.py --chip esp32s3 --port "/dev/ttyACM0" --baud 921600 --before default_reset --after hard_reset write_flash 0x0 bbn_wave_freq_m5atomS3_firmware.bin
````

## TODO

* Try to find a way for mpu6886 to sample at higher (than 250Hz) frequency
Expand Down

0 comments on commit f1c421d

Please sign in to comment.