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
Arduino – Draw Shapes on OLED Screen
You can draw and overlap custom shapes on OLED screens to provide your users with a better User Experience. Libraries Required for this Demonstration: Adafruit SSD1306 Adafruit GFX Note: Remember to change the I2C address […]
*NEW
Arduino – Temperature Web App with Raspberry Pi
This project allows you to get a temperature value from the Arduino, pass it to the Raspberry Pi, have a Python Script process that value and store it in a file, then have a PHP […]
*NEW
Arduino ArduCam – Motion Activated Video Spycam
This project uses a PIR to trigger the ArduCam to record a video file and store it as an .AVI on the SD Card. It names the video file based on a random number generation […]
Be the first to comment