blob: dc9e0bdb1b619d7f86b5524da4e5be8d181effa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
date: "2019-08-25T12:40:00Z"
title: What to do with an STM32?
---
[{{< figure
src="/files/posts/blue-pill/stm32f103c8t6-1024.jpg"
class=image
width=1024
height=768
caption="STM32F103C8T6 (Blue Pill)."
>}}][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]: /files/posts/blue-pill/stm32f103c8t6.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."
|