The number of Arduino boards have increased over the years; some have been discontinued while others are still available. The choice of which board to use depends on several factors: price, features, availability, ease of use, etc. Here’s a summary of all Arduino boards with their pros and cons.
Read More »Adding WiFi to PocketBeagle
For the next part of my series on PocketBeagle, I will show how to add WiFi connectivity to the board. This board doesn’t come with built-in WiFi like the Raspberry Pi Zero W. With a simple hack, I managed to add WiFi connectivity to it.
Read More »How to Use a Flex Sensor
A flex sensor can be used with a microcontroller to detect or measure bending. In this tutorial, I will show how to interface this sensor with an Arduino UNO and discuss some possible flex sensor applications and projects.
Read More »LPG Sensor with MQ-6 and Arduino
The MQ-6 is a semiconductor gas sensor device for detecting the levels of propane and butane in the air. Since liquefied petroleum gas (LPG) is composed of these two gases, then the MQ-6 can be used as a LPG sensor.
Read More »Getting Started with PocketBeagle Mini SBC
I am a fan of the BeagleBone Black. Thus when I heard that a small-body version of the BBB is now available, I purchased it immediately even if it costs twice as much as the other small-body SBC, the Raspberry Pi Zero. The PocketBeagle, as it’s called, also doesn’t have …
Read More »Raspberry Pi Zero vs. PocketBeagle
Last year, both Raspberry Pi and Beaglebone Black released mini versions of their popular microcomputers: the Raspberry Pi Zero and PocketBeagle. I happened to own both and had a chance to compare. Which small-size single board computer (SBC) is better? It’s Raspberry Pi Zero vs. PocketBeagle after the jump.
Read More »PIR Motion Sensor
You can in fact build your own motion sensor without spending too much. Motion sensors can be set up using ultrasonic transceivers, video cameras, or microwave signals. In this tutorial, I’ll show you how to use the PIR motion sensor with a microcontroller. PIR is short for passive infrared which …
Read More »How to Use the MAX30100 as Arduino Heart Rate Sensor
The moment I got my hands on the MAX30100 breakout board, I was ready to create my own Arduino heart rate sensor. But building one wasn’t as easy as I thought.
Read More »Using the MicroSD Breakout Board with Arduino
Microcontrollers usually don’t have enough memory to store data like images, databases, or even large text files. EEPROMs are tasked with this, but the portability of a memory card gives it a big advantage. This tutorial shows how easy to use a microSD card with the Arduino microcontroller.
Read More »HC-SR04 and Arduino Interfacing Tutorial
An ultrasonic sensor like the HC-SR04 finds a lot of applications because of its low cost and ease of use.
Read More »