Decoding Renke Weather station data

Decoding Renke Weather station data

The Renke RS-FSXCS-N01-*-EX weather station is a compact, all-in-one environmental monitoring solution capable of measuring key atmospheric parameters such as wind speed and direction, temperature, humidity, noise levels, air quality (PM2.5, PM10),…
3D Printed 4×4 Rover

3D Printed 4×4 Rover

Advancements in 3D printing and robotics have revolutionised the design options, enabling rapid prototyping and cost-effective production for many gadgets including rovers. Looking back on previous articles on this topic,…
SSD1306 OLED LCD Library

SSD1306 OLED LCD Library

Although there are already many examples and fine libraries readily available, most of them are using a buffer, meaning all the drawing operations are saved to a memory array and them dumped to the LCD as one complete frame. This has certain advantages that I would normally go for, but it also uses a lot of memory, a no go for small microcontrollers. This is why I wanted to write a library that will directly write to the LCD hardware instead of using a buffer. It's a bit slower but it saves considerable memory!
Simple AVR Bootloader tutorial

Simple AVR Bootloader tutorial

I've used AVR microcontrollers both for hobbies and work projects. These versatile microcontrollers ran the code I programmed them with, but once the final device was shipped, it was hard…
Simple IOT temperature sensor

Simple IOT temperature sensor

IOT stands for Internet of Things and refers to small devices equipped with direct internet connectivity, without needing an external computer. They are usually composed of a main microcontroller and…
Easy PCB Manufacturing

Easy PCB Manufacturing

For a maker, there's now no excuse in not using his/her creativity to the maximum extent. All the tools are readily available, you just need to think of what you…
Introduction to CC2541

Introduction to CC2541

Exploring the versatile AVR microcontrollers or the powerful STM32 counterparts were amazing experiences which resulted in interesting projects, many of them presented on this blog. For a hardware designer, the…
Morse encoder

Morse encoder

The morse code encodes the latin alphabet comprised of 26 letters to a binary base. Traditionally, the destination set used dots and dashes, making the encoded letters easy to transmit…
Sharp GP2Y1051 dust sensor

Sharp GP2Y1051 dust sensor

The previous Sharp GP2Y1010 dust sensor was already a successful optoelectronic product due to its small factor, simplicity and low cost. The 1051 update comes with some important improvements to…
Featured by Atmel

Featured by Atmel

Trained as a software developer I've been active in the field doing mostly mobile apps since 2003. My first contact with microcontrollers came later, in 2009, and I still remember…
DIY Geiger Counter Kit 1.1

DIY Geiger Counter Kit 1.1

This is an Open Source Digital Radiation Dosimeter, that can be used both as a portable detector, but also as a monitoring station to upload readings to the uRADMonitor network.…
Portable Environmental Monitor

Portable Environmental Monitor

The portable environmental monitor addresses pollution, the kind that we are unable to see but directly affects our health and causes life threatening diseases. Airborne toxic chemicals, radioactive dust and…
Resistive touchscreen

Resistive touchscreen

A complicated project July was a tough month, and August is no different. Due to some components arriving late, I've only been able to start my work on the Hackaday.io…
Sharp GP2Y1010 dust sensor

Sharp GP2Y1010 dust sensor

The Sharp GP2Y10 dust sensor can detect dust in air using the reflected infrared light, including very fine smoke particles. See how to use it with a microcontroller.
ESP8266 Troubleshooting

ESP8266 Troubleshooting

I got a few esp8266 modules back in 2014, shortly after they've been announced on HackaDay. I didn't have much time for them, being caught with other projects, up until…
Digital bench power supply

Digital bench power supply

As a follow up to one of my earlier projects, the Variable regulated power supply, initially designed to deliver 0..30Volts at up to 10Amps, I have decided it was time…
Atmega128 Voodoo

Atmega128 Voodoo

Apparently I had no better inspiration on how to name this post. It all started with a nice sunny day, when I was in great shape for doing creative work.…