aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-08-25-blue-pill.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
commit4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch)
tree12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2019-08-25-blue-pill.md
downloadpablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2
pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip
initial commit, including theme
Diffstat (limited to 'content/posts/2019-08-25-blue-pill.md')
-rw-r--r--content/posts/2019-08-25-blue-pill.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/content/posts/2019-08-25-blue-pill.md b/content/posts/2019-08-25-blue-pill.md
new file mode 100644
index 0000000..9a63264
--- /dev/null
+++ b/content/posts/2019-08-25-blue-pill.md
@@ -0,0 +1,24 @@
+---
+date: "2019-08-25T12:40:00Z"
+title: What to do with an STM32?
+---
+
+![stm32f103c8t6][img]
+
+Last week my bag of [generic STM32F103C8T6 "Blue Pill" boards][mcu]
+arrived.
+
+So far I've flashed [Pill Duck][] and a couple of examples from
+[Beginning STM32][book].
+
+Now all I need are some project ideas.
+
+All I've come up with so far are another [Pocket Jim][] or another
+[BME280][]-based temperature monitor.
+
+ [img]: https://pmdn.org/stm32f103c8t6-800.jpg "STM32F103C8T6 (Blue Pill)."
+ [mcu]: https://en.wikipedia.org/wiki/STM32#STM32_F1 "STM32."
+ [pill duck]: https://github.com/satoshinm/pill_duck "Scriptable USB HID device for STM32F103 blue pill."
+ [book]: https://www.amazon.com/dp/B07DGGHZN6 "Beginning STM32: Developing with FreeRTOS, libopencm3 and GCC"
+ [pocket jim]: https://pmdn.org/pocket-jim/ "Leveraging Cross Platform Synergy"
+ [bme280]: https://www.mouser.com/ProductDetail/Bosch-Sensortec/BME280?qs=2OnyuXx6vpj2fK9HX7qb3g%3D%3D "BME280 Temperature, Humidity, and Pressure sensor."