Automating Video Uploads to TikTok Using Raspberry Pi
The Raspberry Pi, a versatile and affordable single-board computer, has gained immense popularity among hobbyists, makers, and tech enthusiasts While it's often used for...
The Raspberry Pi, a versatile and affordable single-board computer, has gained immense popularity among hobbyists, makers, and tech enthusiasts While it's often used for...
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...
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!...
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...
I2C is a popular device protocol in communicating with microcontrollers However, this protocol is not limited to Arduino, PIC and STM32; the Raspberry Pi can also use I2C ...
It’s 2020 and sending SMS is now an old technology But such technology remains to be a cheap and indispensable way to communicate over long distances In this article, I will...
An ultrasonic sensor is a common tool for measuring the distance of an object in front of it While I recommend using an Arduino with ultrasonic sensor to achieve real-time...
For those who are looking to work with images on their projects, the Raspberry Pi offer enough tools to work with This short tutorial will guide you on how you can take pictures...
The DHT22 temperature and humidity sensor is a common sensor; in fact, there are tons of tutorials out there teaching you how to use it with your Arduino, Raspberry Pi, or other...
The serial port is a common way to “talk” to devices and is a feature that most microcontrollers and computers have This Raspberry Pi Serial tutorial teaches you how to...