Merge branch 'master' of github.com:Jan--Henrik/OtterPill
This commit is contained in:
commit
396f37f10b
5 changed files with 11 additions and 5045 deletions
File diff suppressed because one or more lines are too long
3
HW v1.2/README.md
Normal file
3
HW v1.2/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# OtterPill
|
||||
|
||||
Hardware rev 1.2 is not tested yet!
|
||||
File diff suppressed because one or more lines are too long
10
README.md
10
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# OtterPill
|
||||
|
||||
**V1.2 is in a untested state! Please dont order pcbs until this note vanished**
|
||||
|
||||
STM32F072 devboard featuring USB 2.0 full-speed, DFU Bootloader, USB-PD Phy, Arduino nano alike pinout and size.
|
||||
|
||||
More documentation and firmware examples will be aviable soon.
|
||||
HW v1.1 is finished and tested, v1.2 will be finished and tested soon. New features/changelog: BOM cost reduction by ~40%, PCB can be fully populated by JLCSMT, more efficient buck converter (PCB gets less warm at 20V), GND-hook for probing, Reset-Pin will be exposed as pad, power pads for 20V/5A
|
||||
|
||||
More documentation and firmware examples will be aviable soon (including pinout diagram).
|
||||
|
||||
## Building and Flashing
|
||||
### Via Arduino
|
||||
|
|
@ -13,13 +13,15 @@ More documentation and firmware examples will be aviable soon.
|
|||
|
||||
## Via Makefile and DFU
|
||||
|
||||
Or you can generate a basic firmware with HAL init and Makefile with CubeMX. The binary can then be build with make flashed with dfu-utils.
|
||||
Or you can generate a basic firmware, with HAL init and Makefile, with CubeMX. The binary can then be build with make and flashed with dfu-utils. To enter DFU mode, press and hold the Button while plugging in power.
|
||||
|
||||
$ make
|
||||
$ dfu-util -a 0 -s 0x08000000:leave -D build/firmware.bin
|
||||
|
||||
## USB-PD example firmware
|
||||
|
||||
This is a working USB-PD example using ChibiOS, a new voltage can be requested by pressing the Button.
|
||||
|
||||
[https://github.com/Jan--Henrik/USB-PD-Firmware](https://github.com/Jan--Henrik/USB-PD-Firmware)
|
||||
|
||||
## Images
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
bom: OtterPill.tsv
|
||||
bom: HW v1.1/OtterPill.csv
|
||||
gerbers: HW v1.1/gerber/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue