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

*NEW
Arduino Sensors – DHT11 Temperature/ Humidity Sensor Setup
The DHT11, 21 and 22 Sensors can be used to determine both temperature and humdity. Note: Make sure to comment/ uncomment the right sensor in setup Links: Adafruit DHT Library – https://github.com/adafruit/DHT-sensor-library Functional Parts in […]

*NEW
Arduino GPS – Vehicle Speeding Log and Alert
This project logs and alerts when a speed limit value is passed. You can assign a value as a Speed Limit and when that speed is passed the Red LED lights up, and the location […]

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.
Be the first to comment