mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
32 lines
1.8 KiB
Markdown
32 lines
1.8 KiB
Markdown
- **BMP180** - I2C temperature/pressure sensor BMP180
|
|
- **BMP280** - I2C temperature/pressure sensor BMP280 and temp/pres/humidity sensor BME280
|
|
- **Canon_managing_device** - device for independent managing of some Canon lens
|
|
- **canUART** - UART-CAN bridge
|
|
- **chronometer_v3** - chrono-3
|
|
- **DHT22_DHT11** - DHT11 and DHT22 humidity/temperature sensors management based on timer+DMA
|
|
- **DS18** - DS18x20 temperature sensor management
|
|
- **F1_testbrd** - code for universal testboard for STM32 in LQFP48 package
|
|
- **I2Cscan** - simplest I2C scanner, can read and write registers
|
|
- **inc** - base includes
|
|
- **led_blink** - simple blink
|
|
- **LED_Screen** - management with matrixes of LED screens 32x16 (or another size) pixels (P10)
|
|
- **MAX7219_screen** - work with N LED matrices 8x8
|
|
- **PL2303_rb_strip** - "naked" PL2303 (without UART)
|
|
- **PL2303_ringbuffer** - PL2303 with ringbuffer
|
|
- **pwmdmatest** - generate signals on PA8 by PWM through DMA @ TIM1_CC1 (awfull code)
|
|
- **pwmtest** - generate signals on PA8 by PWM @ TIM1_CC1
|
|
- **RGB_LED_Screen** - HUB75E-based RGB LED panel management, 8.8.4 color (RRRGGGBB)
|
|
- **SevenCDCs** - a joke - 7 CDCs @ one STM32F103
|
|
- **shutter** - bistable shutter management (via USB and external signal)
|
|
- **SI7005_HTU21D** - work with I2C humidity/temperature sensors SI7005 & HTU21D
|
|
- **SPI** - SPI over DMA for "bluepill"
|
|
- **Tetris** - some games @ HUB75E-based RGB LED panel: snake, balls and tetris
|
|
- **uart** - simplest UART snippet
|
|
- **USB_HID** - USB HID (mouse + keyboard)
|
|
- **USB_SPI** - work with SPI over USB
|
|
- **ws2815** - running rainbow on LED strip WS2815
|
|
|
|
- **STM32F103C.md** - markdown table for 48-pin STM32F103, use it as template in Readme.md, to format
|
|
pretty looking table [use](https://josh.fail/2022/pure-bash-markdown-table-generator/) `markdown-table -5 -s"|" < STM32F103C.md >> Readme.md`
|
|
after filling it with your data.
|