Content for STM32

Falling in Stm32: Remote Control for Home Media Center

“This is a complete prototype for home media center remote control based on smt32 micro controller, stm32f103c8t6 known as ‘bluepill’ board. Suppose, you are using a PC for home media center. It is very flexible solution, which allows you to …

Piano (Tones) Memorize and play using ARM MCU

“This is a simple project, you have 16 buttons each one records a specific tone when pressed, which can be played in the same pressed sequence when pushing a play button.”

Wireless Programming and Debugging with STM32 and RPi

“Are you tired of connecting programmer every time you want to change some functionality of your robot? Why not to try wireless programming? Are you tired of connecting programmer every time you need to change software in you robot? Do …

Really universal soldering controller

“The intention was to build the most universal soldering controller I can think of. It can drive any low voltage (upto 24V) iron with thermocouple or resistive sensor, in series with the heater, or separate. “

FAP80, A retro computer without the retro baggage

“FAP80 is a Z80-based retro computer with a sprinkling of modern twists to make the experience of designing, programming, and debugging this computer as painless and straightforward as possible. A lot of retro computer projects today are rooted on nostalgia …

Interfacing HD44780 based LCDs with STM32 MCUs

“In this article I will discuss my small library for interfacing hd44780 based alphanumeric LCD module with latest STM32F0 series of 32 bit ARM based MCUs. I have used Keil uVision 5 IDE for compilation of this project. This library …

A complete tutorial for using an STM32 without a dev board

“About two years ago I started working with the Teensy 3.1 (which uses a Freescale Kinetis ARM-Cortex microcontroller) and I was super impressed with the ARM processor, both for its power and relative simplicity (it is not simpleits …

Dash Hacking: Bare-Metal STM32 Programming

“he Amazon Dash button is a tiny device that orders products from Amazon.com at the press of a button. It’s designed to be put wherever you store consumeables like paper towels, trash bags, etc. so that you can …

STM32 Nucleo and DFU USB Bootloading

“Over the last few months I have been playing with the Nucleo development boards from STMicroelectronics. If you’re unfamiliar with them, they are fast, mbed and Arduino (headers) compatible. This makes it easy like an Arduino to program and …