Category: Micro-controller
Introducing a new way of browsing Arduino
Arduino continues to expand their ecosystem! On behalf of the Arduino Design and Web Teams, we’re proud to announce a new navigation for our online ecosystem to improve your Arduino experience. Arduino’s commitment is to put our users in the center of what we do and make complex technology easy. Not only as our mission, […]
Continue ReadingDS1307 Real Time Clock and Arduino
There are many applications where a real time clock (RTC) is of use for display, data logging with date/time stamp, etc. When you find yourself needing a RTC for your project, this article will help guide you to completion. There are many, probably thousands, of articles on RTC’s and how to interface them with an […]
Continue ReadingFPV Drone Flight Controllers Explained
The number of Flight Controllers (FC) for First Person View (FPV) drones can be overwhelming for beginners. This guide explains all the features and differences, and highlights important factors to consider when choosing a mini quad FC. What is a Quadcopter Flight Controller The flight controller (a.k.a FC) is the brain of the aircraft. It’s […]
Continue ReadingArduino Launches a New Modular Platform for IoT Development
Arduino, the open-source hardware platform, yesterday (1/7/2020) announced the launch of a new low-code platform and modular hardware system for IoT development. The idea here is to give small and medium businesses the tools to develop IoT solutions without having to invest in specialized engineering resources.
Continue ReadingA Beginners Guide to Microcontrollers (by Jen Fox)
What do video game controllers, WiFi routers, and radios all have in common? Microcontrollers! Microcontrollers are what power many of our electronic devices and can be used to build all sorts of projects. They are also a fun way to learn and practice coding and building circuits! This beginner’s guide will walk you through popular […]
Continue ReadingArduino and Raspberry Pi Project Ideas
I’ve decided to keep a list of sites and articles that provide instructions for building Arduino and Raspberry Pi projects. Below you will find a list of the sites I visit when searching for ideas and answers. As I find new resources I will update this article. If you have a resource you’d like added […]
Continue ReadingRMR2 Hunter Robot
I’ve built quite a few small robots over the years. Track driven with differential steering to small two wheel self-balancing. I wanted to build a robot/vehicle that could be a platform for different types of tests in the future. My initial thoughts are to include the following requirements. Requirements A modular build approach that allows […]
Continue Reading5v and 3.3v Breadboard Power Supply
One thing I do quite a bit of is testing and development on both the Arduino micro-controller and Raspberry Pi micro-computer. I have a few different test environments and they all use some sort of breadboard. When I’m using multiple controllers/computers, sensors and input devices, I need the breadboards to be powered. This can, and […]
Continue ReadingArduino: Read DHT22/AM2302 Temperature and Humidity Sensor Using Interrupts
[toc] There are many sites where you can find Arduino schematics and code to read a temperature and humidity sensor then display that data on the Serial Monitor. I have not worked with the (more accurate) DHT22/AM2302 sensors and wanted to test them. In addition, I will be demonstrating how to use interrupts (instead of […]
Continue ReadingRMRoboTest: Let the Journey Begin
Over the last year or so I’ve been toying around with the idea of building a robot test platform. Because everything I build has to have a name, I have coined this “RMRoboTest”!
Continue ReadingDRDUINO Arduino UNO Starter Kit
Recently I purchased a DRDUINO Arduino UNO Starter Kit. I saw it on Facebook and thought it might be a great tool for testing new circuits and Arduino Sketches (programs).
Continue Reading