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.
How to use L298N Motor Driver
If motor control confuses you, then you’ll want to read this guide!
Build a Robotics Lab for Schools (3 Part Guide)
Create a robotics lab for K-12 STEM learning. Here are three ways to set up a robotics lab, find lab equipment, and write a robotics lab proposal.
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.
How to Earn the Girl Scout Robotics Badge
Are you a Girl Scout? Find out how to earn your robotics badges in this article.
How to Make a Simple Robot (Great for Beginners & Kids)
This project will teach you how to build your own robots on a budget. It’s a great project for classrooms, clubs, and kids looking to gain hands-on skills in robotics.
Fusion 360 Tutorial for Robotics (Part 4)
In this Fusion 360 tutorial, you’ll learn how to create joints to connect components together. Develop multicomponent assembly designs and incorporate motion into your CAD model. Give this project a try, today!
Fusion 360 Tutorial for Robotics (Part 3)
Try this Fusion 360 Tutorial & build a robot arm from scratch. Learn how to create Fusion 360 drawings & use them to develop components. Start drawing now!
Fusion 360 Tutorial for Robotics (Part 2)
In this Fusion 360 tutorial for beginners, you’ll learn how to extrude a part and use the hole command. Draft a motor mount for a robot arm in Fusion 360.
Fusion 360 Tutorial for Robotics (Part 1)
In this Fusion 360 Tutorial, learn how to model the base of a robot arm. Fusion 360 tutorial for robotics will take you through the basics to get started.
What is the difference between PNP and NPN?
Here on the blog, we spend a lot of time working with 5 VDC sensors and controllers (Arduino, for example). And, a lot of that knowledge is a great primer for getting into Industrial Controllers like PLC’s (Programmable Logic Controllers). However, when you start working with PLC’s and 24 VDC sensors you have to follow […]
How to Get Started with Raspberry Pi GPIO Pins
The Raspberry Pi is a single board computer that also has a set of GPIO pins. GPIO stands for General Purpose Inputs and Outputs. Like Arduino, you can use the GPIO pins to attach sensors and electronic components. This tutorial is designed to give you a crash course in Raspberry Pi GPIO pins, and how […]
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 […]
How to Record a Push Button Sequence with Arduino
There are many feats of learning Arduino. Besides plugging in your board and downloading the “blink” sketch, it’s important to learn more about digital inputs. The epitome of digital inputs is push buttons. Push buttons are used for a variety of applications to trigger events. In this tutorial, we’re going to explore how to record […]
Motor Controller Raspberry Pi & Arduino Configurations
If you’re anything like me, then you enjoy building mobile robots. As I’m sure you’re aware, mobile robots are comprised of 5 parts: chassis, motors, controllers, sensors, and power. To cover three of these groups, you’ll need to properly wire the motors to the controllers (motor and master) and then add your power supply. It’s […]