Content for Arduino Mini

Temp and Humidity Monitor with Graphs and Battery Monitor

“Monitor to record temperature and humidity, store 24 hours history and display these in a graph. Battery level monitor screensave. The project is an evolution of my project “Very low power temp and humidity monitor with min and max”. I …

Teaching Arduino to print telegrams

“A small project on Arduino that prints notifications coming to your phone: messages from various instant messengers, news from Twitter and everything else. Such a “telegraph apparatus” was conceived as an interesting toy without serious use, but, as it turned …

Very low power temp and humidity monitor with min and max

“A very low power consumption rechargeable temperature and humidity monitor that can run off a rechargeable battery for 12 days or more. Story I needed a temperature and humidity sensor that would show maximum and minimum levels recorded so that …

Simple Lux Meter (Light Intensity Meter) Based on BH1750, Arduino and Oled Screen

“In this short Instructable I show you how I made a light intensity meter based on a BH1750 sensor module. This BH1750 has a I2C bus to communicate with the arduino pro mini I used. The Oled screen also used …

Kitchen Timer

“A simple Arduino timer using a rotary encoder and LCD display. Story Thinking about what to do with a broken mouse and an LCD screen, I came up with the idea of ​​making a kitchen timer. In this project the …

Tiny Wooden Lamp

“A tiny wooden lamp which looks pleasant and can create an individual lighting mood. It can be built in various sizes and wood species. To make it unobtrusive, it is completely controlled via touch sensors inside the base and has …

Analog As Well As Digital Watch

“Recently I had thought of making a DIY wrist watch but didnt worked upon it until now. What interesting about this wrist watch is that it is digital but actually analog, what I mean to say is time will be …

Fiber Optic LED Lamp

“This LED lamp is in a way a continuation of my previous project “Fiber Optic and LEDs - a Wall Decoration”, I think a natural one, I wanted to make something simpler, easier to do, that would be available to many …

Arduino Based Serial Transmitter

“Commercially available transmitter and receiver pairs are usually PPM or PWM based. Using them with any microcontroller is problematic as you require a lot of pins and hence isn’t that efficient. Using Serial modules like Xbee or HC-05 …

OLED Digital Clock With Arduino Pro-mini

“This is digital clock using 0.91 inch OLED and arduino pro-mini. It’s the first time for me to utilize the very small OLED display and tiny pro-min board. Therefore, simple project is chosen as digital clock making is …