29 lines
1.5 KiB
Markdown

Samples for STM32F042-nucleo and chinese STM32F030-based devboard
=================================
This directory contains examples for F0 without any library
- **3steppersLB** - control independent moving of 3 stepper motors with encoders (by USB and CAN bus)
- **blink** - simple LED blink
- **CANbus4BTA** - (under development) device to replace old PEP-CAN @BTA
- **CANBUS_SSI** - work with BTA SSI azimutal encoder
- **Chiller** - simplest chiller controller
- **F0_testbrd** - sample code for STM32F0x2 checking via test board
- **htu21d_nucleo** - operaing with HTU-21D in STM32F042-nucleo
- **inc** - all encludes need
- **morze** - for STM32F030, echo data from USART1 on TIM3CH1 (PA6) as Morze code
- **NUCLEO_SPI** - tests of SSI over SPI
- **PL2303_ringbuffer** - emulation of PL2303 with ring buffers on USB Rx/Tx
- **QuadEncoder** - sample code for working with quadrature encoder (via timer)
- **Servo** - simple servo (like SG-90) controller
- **Snippets** - some small code snippets
- **Socket_fans** - fan manager
- **TM1637** - work with 7-segment LED indicators based on TM1637
- **tsys01_nucleo** - read two TSYS01 sensors using STM32F042
- **uart_blink** - code for STM32F030F4, echo data on USART1 and blink LEDS on PA4 and PA5
- **uart_blink_dma** - USART over DMA
- **uart_nucleo** - USART over DMA for STM32F042-nucleo
- **usbcan_relay** - relay and some other management board over CAN bus
- **usbcan_ringbuffer** - USB--CAN adapter
- **USBHID** - USB HID keyboard + mouse