summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Henrik <janhenrik@janhenrik.org>2019-10-23 21:40:17 +0200
committerGitHub <noreply@github.com>2019-10-23 21:40:17 +0200
commit6102fdcb502f97dea32f627a8cdbf0f1be467714 (patch)
tree3b8987604609ad28555fffcf03f9b823736f5e2d /README.md
parent963c0b670302544f26ed2eaf101a13f0fc64ca06 (diff)
downloadminikbd-6102fdcb502f97dea32f627a8cdbf0f1be467714.tar.gz
minikbd-6102fdcb502f97dea32f627a8cdbf0f1be467714.tar.bz2
minikbd-6102fdcb502f97dea32f627a8cdbf0f1be467714.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 23ed720..882c9a3 100644
--- a/README.md
+++ b/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