Update 'Kit Contents'

master
Levi Pearson 2022-03-05 08:33:47 +00:00
parent dca0c256a9
commit 9854f9331c
1 changed files with 18 additions and 0 deletions

@ -16,11 +16,20 @@ Some critical documenation about the board:
These run the same firmware that is present on many official STMicro development boards, but they can be used to debug just about any ARM microcontroller. Faster and more featureful debuggers are available (in a very wide price range), but this will get you started.
Fun fact: These debuggers typically have exactly the same microcontroller as the Blue Pill board, so the datasheet and manuals will also apply to it if you want to repurpose it to do something else!
Some Debugger documentation:
1. [Pinout Diagram (Wavgat Brand)](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/STLinkClonePinout.png)
2. [Pinout Diagram (ST Logo)](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/stm32-st-link-v2-arduino.png)
## 0.92" OLED Display
![OLED](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/commit/3546404db32b308d9e4843fedcb735c398f434b6/BluePillKit/BluePillKit3.jpeg)
This is an I2C-controlled 2-zone monochrome OLED display (resolution of 128x64) of the sort that was featured on many older mp3 players. The top "menu" section of the screen has yellow pixels, while the rest has blue pixels. It features a SSD1306 display controller with an internal bitmapped display buffer.
Display controller documentation:
1. [SSD1306 Manual](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/Peripheral%20Data%20Sheets/SSD1306.pdf)
## Rotary Encoder
![Encoder](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/commit/3546404db32b308d9e4843fedcb735c398f434b6/BluePillKit/BluePillKit4.jpeg)
@ -33,6 +42,11 @@ Internally, turning the shaft sweeps offset contact arms across alternating open
This I2C-managed chip contains a 3-axis accelerometer and a 3-axis gyroscope, giving motion tracking capabilities similar to a cell phone or a Wii-mote. Paired with the Blue Pill, this could form the basis of a unique input device for your computer via USB or the brains of a self-balancing robot.
Documentation:
1. [Board Layout and Schematics](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/Peripheral%20Data%20Sheets/GY-521%20-%20Layout03.jpg)
2. [MPU6000 Family Datasheet](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/Peripheral%20Data%20Sheets/MPU-6000-Datasheet1.pdf)
3. [MPU6000 Family Registers](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/Peripheral%20Data%20Sheets/MPU-6000-Register-Map1.pdf)
## Thermal Comparator Switch
![ThermalSwitch](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/commit/3546404db32b308d9e4843fedcb735c398f434b6/BluePillKit/BluePillKit6.jpeg)
@ -40,6 +54,10 @@ This is effectively a temperature-controlled digital switch with a manually-adju
You could potentially disassemble the board and hook the thermistor up to an Analog-to-Digital Conversion (ADC) channel on the Blue Pill to read the actual temperature. You could also replace the thermistor on the board with a photoresistor to actuate the switch based on the amount of light, or repurpose the analog comparator in a different circuit for detecting when voltage thresholds are reached.
Documentation:
1. [Board Description](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/Peripheral%20Data%20Sheets/TZT-Thermistor-temperature-sensor-module.jpg)
2. [Comparator Datasheet](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/branch/master/Peripheral%20Data%20Sheets/lm393-n.pdf)
## Misc Components (Buzzer, LEDs, Wires)
![Misc](https://cgit.pinealservo.com/BluePill_Rust/resources/raw/commit/3546404db32b308d9e4843fedcb735c398f434b6/BluePillKit/BluePillKit7.jpeg)