There exists a sensor for almost all physical parameters. Temperature? Pressure? Weight? Gas Concentration? We’ve written a tutorial for them all on this site. This time, we will try to build a device that measures rotational position. The same device can measure rotational speed too. Of course, we’re talking about the …
Read More »Using an E-ink Display with Arduino
Ever wondered why e-book readers don’t use LCDs, OLEDs, or TFT displays? This is because, with the same usage, e-paper or e-ink displays consume 0.008% power compared to a TFT display. In this article, I’ll be featuring an e-ink display that can be readily used with Arduino and other microcontrollers.
Read More »Get Any Reddit Post using ESP32
Reddit’s API has been piquing my curiosity for some time. However, my past experiences with APIs, especially with Twitter and Facebook have left a bad taste in my mouth. Then one day I had the courage to try it again and to my surprise, it’s far easier than it looks!
Read More »Arduino Pressure Sensor Tutorial | MPS20N0040D
This site has built up a number of tutorials on how to measure almost anything. Now, we add to that list an Arduino pressure sensor featuring the MPS20N0040D and the HX710B Analog-to-Digital IC.
Read More »MAX30102: An Improved Heart Rate Sensor for Arduino
Have you read the MAX30100 tutorial and are still having trouble making that chip work? Maybe it’s time to use another Arduino heart rate sensor. The MAX30102 module has a better hardware design and software support. I’ll explain why after the jump.
Read More »Raspberry Pi Pico and HC-SR501 Motion Sensor
Now that we have set up the Raspberry Pi Pico for the Arduino environment, it’s time to build real projects. First on the list is a simple motion detector using a Passive Infrared Receiver (PIR) sensor.
Read More »Using the Raspberry Pi Pico with Arduino
In my previous post, I showed how challenging it was to build code for the Raspberry Pi Pico in C/C++. Fortunately, the microcontroller is now fully supported by the Arduino IDE! This post shows you how to program the Raspberry Pi Pico as if it’s an Arduino.
Read More »Update ESP32 Firmware through External Web Server
Launching a project into production doesn’t mean it’s 100% finished — this is why software/firmware updates exist. And your users are not programmers so you want the update process as user-friendly as possible. Thankfully, the ESP32 allows you to update its compiled code, called firmware, to be updated over the …
Read More »A Guide to Powering your Arduino
The Arduino was invented primarily for non-engineers but now, a lot of engineers are also into it. Using it in a fully-developed project is not a good look, yes, but it’s a lot quicker than building from scratch. My only issue at the beginning is finding the best way to …
Read More »Building Code for the Raspberry Pi Pico
A few months after its release, I finally got a hand on the Raspberry Pi Pico. It’s a microcontroller board featuring the RP2040, but don’t expect it to be like an Arduino UNO.
Read More »