Read QR Codes from Raspberry PI with Pyzbar and Python
With a camera and a few python code lines you can transform your Raspberry PI into an advanced QR codes reader by usin Pyzbar, also
continue reading...Raspberry PI, Arduino and Electronics made simple
With a camera and a few python code lines you can transform your Raspberry PI into an advanced QR codes reader by usin Pyzbar, also
continue reading...Beside being useful for DIY projects, measuring a distance with the HC-SR04 ultrasonic sensor and Raspberry PI Pico is a great exercise for people wanting
continue reading...The best-selling video-game of the world, Minecraft is loved by young and old and what you can do is limited only by your creativity. As
continue reading...With Smartphone camera quality increasing, thousands of photo files live spread in our hard drives, sometime without a unified organization. Photoprism (running on Raspberry PI)
continue reading...Adding a display to Raspberry PI Pico allows getting real time information from connected devices without using a computer from USB port. I2C LCD displays
continue reading...Projects running different actions in function of sun exposure usually need acquiring information on the light level as a trigger to execute specified tasks. Photoresistors
continue reading...DC Motors are the most common and used components in robotics. With the L293D chip, you can drive many of these motors from Raspberry PI
continue reading...Servo Motors are common electronics and diy components able to perform rotations (usually in a range between 0 and 180 degrees). You can use SG90
continue reading...Joysticks are common input devices widely used in games, but in some cases they can also replace mouse when we need to attach them in
continue reading...Importing external modules in Python is a common way to include custom functions in your code, keeping it ordered and clean. The import statement is
continue reading...