Adding external modules to MicroPython with Raspberry PI Pico
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...Raspberry PI, Arduino and Electronics made simple (Background colors in solidarity to Ukraine)
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...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...DC Motors are the most common and used components in robotics. With L293D chip you can drive many of these motors from Raspberry PI Pico
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...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...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...With matrix keypads you can acquire some simple user inputs (like codes, numbers and so on) into your Micropython programs without having to connect from
continue reading...Gyroscopes and Accelerometers are basic features of modern smartphones. But they are vital for such projects as drones and self-balancing cars. These two kinds of
continue reading...Complex Raspberry PI Pico projects can require many connections with many sensors/devices so that the rich 40-PIN GPIO can become limited. In these cases you
continue reading...With Passive Buzzer you can give your Raspberry PI Pico a cheap way to emit sounds and modulated them according to your needs. It is
continue reading...