Category: Arduino
Arduino Geiger–Müller counter with LCD display
Bob tipped us with his latest project. It's a custom Arduino shield able to communicate with a Geiger-Muller counter and display data on a LCD display. The data are displayed in two layouts: bar graph of the pulses in one minute interval and histogram of the gathered data. In the...
Continue ReadingSimple Arduino Radio with TEA5767
AxelP6 @ instructables.com has uploaded a new tutorial on how to make a simple arduino radio based on 2.2" TFT ILI9225 controller, TEA5767 breakout board and Arduino MEGA2560. The radio can play a list of predefined stations and can't scan through them. So, I was searching for a...
Continue ReadingEvive – All-in-one Prototyping Platform
Every maker and electronics hobbyist knows how hardware is messy. A lot of tools are needed in our labs like voltmeter, oscilloscope, breadboard, wires, power supply, etc. A startup form India designed a new platform called Evive as an all-in-one solution to build and debug your...
Continue ReadingESP8266-based Clock Synchronized With Network Time Service
Thanks to Internet, the problem of time shifting in embedded and connected devices was solved using time synchronization over Internet. National Institute of Standards and Technology provides a service called Network Time Service (NTS) over the Internet. The project of ESP8266-based...
Continue ReadingSunburn Monitor – A UV monitor
Sunburn Monitor is a UV monitor with sound-based indication. It calculates the max sun exposure before sunburn based on your skin type. The project was published over hackaday.io by [Quarterturn]. It's based around SI1132 light sensor from Silicon Labs. SI1132 is a UV index and...
Continue ReadingCameraShutter – Control your DSLR camera
Control your DSLR to take a picture every x seconds for x minutes, fully configurable via LCD menus. CameraShutter - Control your DSLR camera -...
Continue ReadingHow to Measure LUX With Arduino
In this tutorial codebender_cc uses the Adafruit TSL2561 sensor to measure LUX with Arduino. The TSL2561 luminosity sensor is an advanced digital light sensor, ideal for use in a wide range of light situations. Compared to low cost CdS cells, this sensor is more precise, allowing for...
Continue ReadingHow to interface Keypad 4×4 with Arduino
In this tutorial we are going to learn some basics on using Keypad 4x4 on Arduino. by mybotic @ instructables.com This keypad consists of 4 rows x 4 columns of buttons. It is ultra-thin that it provides an useful human interface component for microcontroller projects. Convenient...
Continue Reading