Arduino is an open source hardware project which means anyone can build and sell boards based off of the Arduino design. This is good because other manufacturers can sell boards for a fraction of the cost of a genuine Arduino board, but the downside is that quality assurance on cheaper boards can be lacking.
Related Articles
Arduino - Basics
Types of Arduino Boards
There are numerous type of Arduino Boards. You basically code for them the same way, but different boards offer different options such as more Digital Connections, or WiFi.
*NEW
Arduino Uno with WiFi – Arduino to Arduino Communication with URL
This project shows you how to send commands from one Arduino Uno with WiFo to another without needing a server. This is a simple Analog Temperature Sensor Project that Turns on LEDS on the other […]
Be the first to comment