News

The basic functions of the Arduino IDE – pinMode, digitalRead, digitalWrite, and analogRead – are available. Most of the WiFi functions work just like the WiFi shield library.
This shield could be a good alternative to hobby RC controllers for robots that need a customizable open-source motor controller. The PCB design and source code are available on GitHub.
Download the codes here Arduino simple shield potentiometer code: Arduino shield rc car: Arduino nano module L298P code: Board project: In this project you'll see how simple it is to make an rc car ...
Making an Arduino shield can be simpler than you think. This time I designed one to program Attiny and Atmega microcontrollers, that way I don't have to use a breadboard and make the wiring to program ...
An interesting Arduino project has been published to the Instructables website showing how an Arduino CNC shield and controller has been used to create an awesome 3 axis Arduino CNC plotter. The ...
Enrico shows how his Infineon TLE94112EL motor controller shield can be put to work through a simple Arduino sketch.
Arduino devices have had the option of a GSM linkup for awhile, but getting that cellular link to truly strut its stuff hasn't always been easy, even for those of us who'd be inclined to program ...
When getting started with Arduino, it is good to have a shield with a lot of integrated components to get used to how to interact with the different sensors and displays. TK shows us how to get ...
Here we look at how to use analog Vernier sensors with Arduino. (Currently most Vernier sensors appear to be analog). The Vernier.com website has a lot of information about this topic. There are three ...