2016-12-29 10:07:08 +03:00
2016-03-24 11:44:11 +03:00
2015-03-21 22:48:29 +03:00
2015-07-28 21:37:15 +03:00
2016-06-02 16:08:27 +03:00
2016-06-02 16:08:27 +03:00
2015-08-04 00:46:18 +03:00
2015-07-22 14:56:17 +03:00
2016-12-29 10:07:08 +03:00
2015-08-31 17:45:18 +03:00
2016-01-20 22:48:42 +03:00
2015-09-16 18:21:03 +03:00
2015-08-14 13:56:21 +03:00
2015-03-22 20:10:15 +03:00
2016-06-21 14:21:46 +03:00
2016-12-29 10:07:08 +03:00

These are my simple snippets for STM32 (compiled with libopencm3)
Be carefull: due to API changes these projects will compile only with opencm3 from archive libopencm3.ori.tgz

- 1_wire - pseudo-hardware realisation of 1-wire protocol
- canon_lens - Canon EF lens management
- client-term is terminal client used instead of "com"
- distance_meters - Distance meter based on ultrasonic sensor HC-SR04 & Sharp 2Y0A02 IR sensor
- DMA_GPIO - simple 8-bit FSMC emulation with DMA
- GPIO_TIM - simple FSMC emulation by timer interrupts
- GPS - first approximation to GPS clock
- GPS+ultrasonic - GPS-based timelapse tool allows to get precision (milliseconds) time for four types of sensors 
- hid_mouse_keyboard - a very simple example of simultaneous STM32 work as compound USB-HID device: usb & mouse
- Jeep_generator - krancshaft signal emulator for Jeep
- keyboard_snippet - This snippet allows to emulate USB keyboard
- matrix_keyboard - connect simple matrix keyboard 3x3 or 4x4 to computer as regular USB keyboard
- nokia5110 - print on a nokia5110 display text sent by terminal  
- simple_cdc - simplest USB-CDC working in char-mode, press H for help (another commands are for LEDs switching and test of integer input)
- stepper_motion - move stepper motor 
- Timelapse_keyboard - USB-keyboard emulator that prints precision time of different sensors and switches (for sport competitions)
- ultrasonic - Distance meter based on ultrasonic sensor HC-SR04 & Sharp 2Y0A02 IR sensor
- USBCDC_template - Template of USB-CDC

Description
Snippets for STM32F1xx (and maybe others)
Readme 58 MiB
Languages
C 98.2%
HTML 1.1%
Makefile 0.7%