Skip to content

Commit

Permalink
- Fix wrong pinout for UART bootloader
Browse files Browse the repository at this point in the history
- Update documentation for bootloader
  • Loading branch information
Kampi committed Apr 28, 2024
1 parent 63251df commit b43afcf
Show file tree
Hide file tree
Showing 3 changed files with 2,252 additions and 2,089 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [About](#about)
- [Directory structure](#directory-structure)
- [Purchasing](#purchasing)
- [Programming](#programming)
- [Maintainer](#maintainer)

## About
Expand All @@ -29,6 +30,16 @@ This is a project for a LoRa based APRS GPS tracker.

Please open `LoRa-GPS-Tracker-navigate.html` and use the files listed under `purchasing` for ordering a PCB.

## Programming

1. Download and install [STM32CubeProgrammer](https://www.st.com/en/development-tools/stm32cubeprog.html)
2. Close the `PROG` jumper on the PCB
3. Connect the board via USB to your PC
4. Open `Memory & File editing` in `STM32CubeProgrammer`
5. Select `UART`, the target COM port and `Read Unprotect (MCU)`
6. Click `Connect` and wait for a connection
7. Open `Erase & Programming` and click `Browse`

## Maintainer

- [Daniel Kampert](mailto:daniel.kameprt@kampis-elektroecke.de)
Loading

0 comments on commit b43afcf

Please sign in to comment.