In this example, you will use your Ethernet Shield and your Arduino to send and receive text strings via the UDP protocol (Universal Datagram Packet). You’ll need another device to send to and from. The Processing sketch included at the end of the code will send to and receive from your Arduino running this example. […]
Projects
Water Surface Lamp
This Instructable will show you how to make an atmosphere lamp that lights up just like making little waves on the water surface. It can be placed on your table, shelf, or bedside to create a harmonious atmosphere, bringing an absorbing experience to the user. To do this, you’ll first want to gather the following […]
Arduino Beginner and Basic Electronics Kit Primer
I learned that one of my nieces had an interest in programming. She was working with robotics at high school and has a summer internship where they had Arduinos. I think she was able to borrow an Arduino to experiment with at home but every Maker knows that is not the same as having a […]
Gyroscope Platform/ Camera Gimbal
This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida (www.makecourse.com) tep 1: Materials List In order to begin the project, you first have to know what you’ll be working with! Here are the materials you should have before you begin: 1x Arduino Uno R3 microcontroller […]
Automatic Hand Sanitzer for Your Car
The United States of America currently holds 20% of the infected individuals with the COVID-19 virus. Considering the ongoing pandemic, an automatic hand sanitizer would result in a decrease of viral spread when placed in the center dash, whenever travel is necessary using a car. This is a handy unit you can build to place […]
Scintillino – an Arduino-based quick&dirty scintillation counter
Have you ever wondered about the radiation levels around you? Well today you can build your very own detector that measures ionizing radiation and displays data in real-time on an LCD (and also your computer if you want). The visual design, as seen below, is perhaps a tad short of a Red Dot Award, but […]
Simple Inexpensive Wireless With Any IR Remote, Including No Longer Used Ones
I hope you will find this Instructable interesting and useful. It is only three (3) steps long, plus an introduction. If you do find this article helpful, even if it is relative to when you see it some months or years old, please be kind enough to mouse click “Favorited” at the top of this […]
Arduino Quadruped Robot Stalker
Arduino Quadruped Robot – Stalker I am going to build an Arduino Quadruped Robot. As usual, I will share my source code and show as many pictures as possible, to help those of you who are also building Quadruped robots. The way I do things might not be the best ways, and I am sure you can […]
Dimmer using an Arduino
This example shows how to send data from a personal computer to an Arduino board to control the brightness of an LED. The data is sent in individual bytes, each of which ranges in value from 0 to 255. Arduino reads these bytes and uses them to set the brightness of the LED. You can […]
3D Printed Mini CNC Machine
Introduction! Hi Friends Welcome to the DiY Projects Lab insctructable , I hope you all are well, so today we are going to learn how to make your own 3D Printed CNC machine. It is a prototype module, but once you build it you will definitely be able to build a very large CNC machine […]