Posts tagged ‘Embedded’

featured

A Better STM32F0 Prototyping Experience

This project started when I was particularly annoyed by existing development board options and cheap Chinese PCB prototyping services were starting to emerge. Thus, the path forward was clear, but let’s start with the problems I was trying to solve. When I’m talking about ‘development boards’, I mean boards like the Teensy models, Feather variants or blue pill: a PCB based laid out around a microcontroller containing very little extra circuitry; a ‘least common denominator’ of typical projects using that MCU, if you will. Read more →
featured

Building a Camera with a Rather Undersized Microcontroller

Disclaimer: This project was hacked together more or less in a weekend. Not much documentation is available besides the source code. If you want to build this (in the off-chance that you got your hands on one of these printer modules), you’d have to extract the schematic information from pinning.h and supply your own stepper motor driver and level shifter circuit. I had these thermal printer modules, 4 of them, after I bought them because they were cheap and seemed interesting. Read more →

Thermocouple via Integrated Differential Amplifier

Recently, I needed a simple temperature switch which could withstand 400 °C. A thermocouple can easily manage this but its generated voltage is unpleasantly small. However, it turns out that a ATTiny216A’s integrated differential amplifier is absolutely sufficient for a, albeit not very accurate, measurement. Enough to determine if something is hot or not, at least.

Read more →