Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/slimelec/ollie-hw
Browse files Browse the repository at this point in the history
  • Loading branch information
slim-sst committed Sep 20, 2020
2 parents 021e32b + 8e2e8e4 commit e72f4d4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Ollie Hardware

Coming soon.
Hardware files coming soon.

# Hardware Guide
### Pinout:
![Pinout](https://github.com/slimelec/ollie-hw/blob/master/images/ollie-pinout.jpg)

### Firmware
Firmware is based on [cantact-fw](https://github.com/slimelec/cantact-fw) and [candleLight_fw](https://github.com/slimelec/candleLight_fw) combined into a single binary file. The firmware can be selected using the dip switch (FW SEL), setting the switch ON the device will boot with candlelight_fw, if switched OFF it will boot with cantact-fw.

### Flashing new firmware
<img src="https://github.com/slimelec/ollie-hw/blob/master/images/jumper.png" width=400>|<img src="https://github.com/slimelec/ollie-hw/blob/master/images/Prog.png" width=400>

1. Download [firmware](https://github.com/slimelec/ollie-hw/blob/master/firmware/ollie_v120.bin)
2. Install [stm32cubeprog](https://www.st.com/en/development-tools/stm32cubeprog.html)
3. Set the jumper to enter bootloader mode.
4. Connect USB and flash firmware

0 comments on commit e72f4d4

Please sign in to comment.