Projects

Controlling a ton of servos – TLC5940 Arduino

Controlling a ton of servos – TLC5940 + Arduino

This is something we have been asked a lot about. How do I control a ton of Servo motors with my arduino? Well… using the TLC5940 is one way. And this nice break outboard from sparkfun makes connecting a ton of servos easy. The output pins on the board are all setup and spaced to […]

Schematic Sensing Orientation With The ADXL335 Arduino

Sensing Orientation With The ADXL335 + Arduino

I know, I know, this one has such a simple name. Where’s the pun? Honestly, the description was just to long to include one. Maybe it could have been “What’s Up? Sensing Orientation With The ADXL335 + Arduino” – Ehhh… Probably not. A few weeks ago we wrote a tutorial about using the ADXL345 to […]

Schematic Triple Axis Magnetometer HMC5883L Arduino

Triple Axis Magnetometer HMC5883L + Arduino

One of the first articles we did was on the hmc6352 digital compass. Well this is his older brother (or younger but smarter). I really don’t know what to say about the HMC5883L other than it is a three axis magnetometer, so it is capable of sensing in 3 directions. That doesn’t mean that it […]

Schematic Displaying on Paper – Thermal Printer Arduino

Displaying on Paper – Thermal Printer + Arduino

The following code and library are compatible with arduino software 1.0+ ONLY. You can download the newest version of the arduino software here. Outputting data can be extremely useful, and typically when we look at doing this, it is either to the Arduino’s serial terminal, or to some sort of display. But what about making […]

Long Distance Remote Light Sensor With RFM95W RFM98W LoRa

Long Distance Remote Light Sensor With RFM95W/RFM98W LoRa

There are many wireless communication options when connecting Arduino boards. One of the most popular ones is the Wi-Fi. It works well at small distances, and around Wi-Fi hotspots, however when the modules need to connect over long distance at areas where Internet is not present, Wi-Fi is not an option. Luckily there is a […]

Arduino Nano Flame Sensor With Visuino

Arduino Nano: Flame Sensor With Visuino

Recently somebody asked for tutorial on Infrared Flame Sensor. It took a while due to severe work overload, but finally I succeeded to make it. The Infrared flame sensors use infrared light to detect flame. While experimenting with my one I discovered that in direct daylight they don’t work very well due to the infrared […]

HC SR04 ultrasonic range finder

Ultrasonic range finder using arduino

Ultrasonic range finder using 8051 mictrocontroller has been already published by me in this website. This time it is an ultrasonic range finder using arduino. HC-SR04 ultrasonic range finder module is used as the sensor here. The display consists of a three digit multiplexed seven segment display. This range finder can measure up to 200 […]

thermometer using arduino

Digital thermometer using arduino and LM35

This article is about a simple three digit digital thermometer using arduino. Range of this thermometer is from 0°C to 99.9°C. There is also a provision for displaying the temperature in °F scale. Three terminal analog temperature sensor LM35 is used as the sensor here. LM35 can measure temperatures between -55°C to +155°C. The supply […]

motor speed control arduino

PWM motor speed control using Arduino

PWM or pulse width modulation is a very common method used for controlling the power across devices like motor, light etc. In PWM method the power across the load  is controlled by varying the duty cycle of the drive signal. More the duty cycle more power is delivered across the load and less the duty […]

interfacing LCD to arduino

Interfacing LCD to Arduino – Display Text and Characters on LCD Screen using Arduino

A Liquid Crystal Display commonly abbreviated as LCD is basically a display unit built using Liquid Crystal technology. When we build real life/real world electronics based projects, we need a medium/device to display output values and messages. The most basic form of electronic display available is 7 Segment display – which has its own limitations. […]

Scroll to Top