No description
Find a file
2019-10-17 23:30:04 +02:00
bom v1.2 2019-05-17 23:49:41 +02:00
gerber removed old gerber 2019-10-17 01:23:50 +02:00
images updated images and README 2019-10-17 01:20:02 +02:00
.gitignore v1.2 2019-05-17 23:49:41 +02:00
fp-info-cache v1.2 2019-05-17 23:49:41 +02:00
OtterPill updated PCB and gerber 2019-10-17 01:14:43 +02:00
OtterPill-cache.lib updated PCB and gerber 2019-10-17 01:14:43 +02:00
OtterPill.csv updated PCB and gerber 2019-10-17 01:14:43 +02:00
OtterPill.kicad_pcb updated PCB and gerber 2019-10-17 01:14:43 +02:00
OtterPill.lib initital commit 2019-05-05 17:11:19 +02:00
OtterPill.pro updated PCB and gerber 2019-10-17 01:14:43 +02:00
OtterPill.sch updated PCB and gerber 2019-10-17 01:14:43 +02:00
OtterPill.xml updated PCB and gerber 2019-10-17 01:14:43 +02:00
README.md Update README.md 2019-10-17 23:30:04 +02:00

OtterPill

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.

Building and Flashing

Via Arduino

You can build and flash the firmware via Arduino as described here.

Via Makefile and DFU

Or you can generate a basic firmware with HAL init and Makefile with CubeMX. The binary can then be flashed with dfu-utils.

$ dfu-util -a 0 -s 0x08000000:leave -D build/pd-buddy-firmware.bin

Images