ISP programming for Arduino projects in Visual Studio Code

I’ve done a few Arduino projects recently, and I’ve had to spend a bit of time figuring out a good workflow to edit my code in Visual Studio Code instead of Arduino IDE, and then use it to load the code using an ISP (in-circuit programming) header. Why Visual Studio Code?  Arduino IDE works for … Read moreISP programming for Arduino projects in Visual Studio Code

Custom Arduino Uno shield for growing oyster mushrooms

I’m building an Arduino project to automate growing oyster mushroom in a box. I can’t vouch for the results of growing the mushrooms yet, but the electronics are now complete, so I wanted to do a little writeup on it while it was fresh into my mind. For this project I was aiming to use … Read moreCustom Arduino Uno shield for growing oyster mushrooms

Can Arduino output 12V, or any other value above 5V?

The quick answer is, not directly. You can draw a limited amount of power from an Arduino board, but it has limits: it’s meant to control the logic of a circuit, not distribute huge amount of power by itself. There are two ways to you use to get 12V of power from the board: If … Read moreCan Arduino output 12V, or any other value above 5V?

How much current can I draw from an Arduino Uno?

When planning the power supply for a project a common question is how much current can I draw from an Arduino? The current you can draw depends on where you are drawing it from the board. On the other hand, regardless of where you’re drawing it from, all of the current you draw add up … Read moreHow much current can I draw from an Arduino Uno?

How many Arduino shields can be stacked?

Arduino with custom shield and LCD shield

I hope that the products recommended here will help you build great projects. Just so you know, if you buy through the links on this page on Amazon or Banggood (among others), RobotsBench may get a small share of the sale (as an Amazon affilate, I earn from qualifying purchases). This helps to keep the … Read moreHow many Arduino shields can be stacked?

HC-SR04 Ultrasonic Sensor with Arduino

I hope that the products recommended here will help you build great projects. Just so you know, if you buy through the links on this page on Amazon or Banggood (among others), RobotsBench may get a small share of the sale (as an Amazon affilate, I earn from qualifying purchases). This helps to keep the … Read moreHC-SR04 Ultrasonic Sensor with Arduino

Building the Geekcreit® DIY L298N Autonomous Robot Car

I hope that the products recommended here will help you build great projects. Just so you know, if you buy through the links on this page on Amazon or Banggood (among others), RobotsBench may get a small share of the sale (as an Amazon affilate, I earn from qualifying purchases). This helps to keep the … Read moreBuilding the Geekcreit® DIY L298N Autonomous Robot Car

How to buy cheap electronic components online

I hope that the products recommended here will help you build great projects. Just so you know, if you buy through the links on this page on Amazon or Banggood (among others), RobotsBench may get a small share of the sale (as an Amazon affilate, I earn from qualifying purchases). This helps to keep the … Read moreHow to buy cheap electronic components online

How to use i2C with Arduino

I hope that the products recommended here will help you build great projects. Just so you know, if you buy through the links on this page on Amazon or Banggood (among others), RobotsBench may get a small share of the sale (as an Amazon affilate, I earn from qualifying purchases). This helps to keep the … Read moreHow to use i2C with Arduino