Arduino Data Logger (CSV) with Sensors and Python
If you ever wanted to generate CSV files from Arduino Sensor readings, then you’ll want to read this tutorial.
Map Potentiometer Values to Servo Position
If you want to control a servo motor with a potentiometer, then you’ll want to read this article.
15 Arduino Projects for Beginners You Have to Try!
Looking to practice your Arduino Skills? Then you’ll want to try these 15 Arduino Projects!
How to parse JSON Data with Arduino (ArduinoJson Tutorial)
If you want to learn how to parse JSON files using Arduino, then you’ll want to read this tutorial.
9 Sensors for Arduino You Must Learn
Not sure what sensors to use for your next Arduino project? Then you’ll want to read this article.
Read Analog Sensors with Arduino (Full Guide)
Learn how to collect data from analog sensors using Arduino. This guide will show you the process of wiring, programming, and analyzing real-time data from sensors. Read on!
How to Control a Servo with Raspberry Pi
Want to control servos with Raspberry Pi? Learn how to wire and configure servo motors using the Raspberry Pi GPIO pins.
Arduino vs Raspberry Pi for Robotics
Are you team Arduino or Team Raspberry Pi? In this article, find out which controller you should use for your next robotics project and why you should use it. Read on!
35+ Robotics Projects for Engineering Enthusiasts
Top 35+ Robotics project ideas for Students, Makers, Engineers, and Hobbyists. Try our list of Arduino and Raspberry Pi projects including code samples.
Arduino Weather Station (Updated 2019)
Recently I shared tutorials on using BME280 sensor and OLED Display with Arduino. I recommend you check it out if you haven’t already. In this article, we will make an indoor Arduino weather station. Previously, we made a simple weather station without sensors. But, for this project we will use an Arduino nano, a BME280 […]
BME280 Sensor with Arduino Tutorial
In this article we will learn about another popular sensor in the market known as the BME280. Developed by Bosch, the BME280 is an integrated environment sensor for mobile applications. It is a barometric sensor which can provide Temperature, Pressure and Humidity data quite accurately. Today we will learn more about this cool sensor and […]
OLED Display with Arduino Tutorial
In this tutorial I will show you how to use an OLED Display with Arduino. There are several types of displays available in the market, namely: LCD (Liquid Crystal Display), LED, OLED (Organic LED) and eInk display. LCD and OLED are the most common ones. In this post we will learn how to use OLED […]
Forget the Arduino IDE: 5 Awesome Alternatives
The Arduino IDE is a great development tool for those just getting started with Arduino. However, if you’re an intermediate prototyper or have a strong programming background, you’ll find it to be pretty basic. The development features are pretty limited, and you have to write your programs in Arduino’s version of C/C++. The IDE supports […]
Make an Autonomous Robot Tank with HC-SR04 Sensor
The epitome of robotics is obstacle detection and avoidance. With a simple HC-SR04 sensor, you can detect objects with using ultrasonic waves (sound). In this project, we will use the HC-SR04 sensor and write software for our Robot Tank to avoid obstacles. We’ll make it a bit more complex by utilizing a servo motor to […]
Home Automation using Google Assistant & ESP8266
Previously, I posted a tutorial about home automation where I showed you how you can control relays over the internet using an Android app. In this article, I will show you how to configure your home automation system using Google Assistant and an ESP8266. In this project, you’ll learn how to build a voice-controlled appliance. […]