Nieuws

It’s pretty easy to program the Raspberry Pi Pico in Python, or you can use C or C++ if you so desire. However, if you fancy the easy language of yesteryear, you might like PiccoloBASIC from … ...
u2if consists of two parts: the PC portion is a Python implementation of a portion of the MicroPython machine module, and the Raspberry Pi Pico receives some custom C++ firmware.
While the Raspberry Pi Pico is by design a bit more limited than a standard Raspberry Pi, the right accessories can help you unlock a world of creativity.
The Raspberry Pi Foundation is finally designing a microcontroller with its own chip. Here's how you can use it for your projects and everything you need to know about its features and specs.
Raspberry Pi Pico microcontrollers come with a variety of different features for a few bucks, and a few interesting differences between generations.
Computer maker Raspberry Pi has launched a new introductory course to help young coders get to grips with the Python programming language.
I bought an air quality sensor for my Raspberry Pi, and they've written this Python script to show how to use it: try: import struct except ImportError: import ustruct as struct import serial uart ...
If you are having fun playing with the new Raspberry Pi Pico microcontroller launched last month by the Raspberry Pi Foundation. You may be interested in a new project published to the Hackster.io ...
Offering standard Raspberry Pi Pico compatibility and equipped with a handy 0.9 inch OLED display, PMSA003 Sensor and UART (serial) interface the board is now available to back via Kickstarter.
Meet the Raspberry Pi Pico 2 W, a tiny board designed around a microcontroller that lets you build hardware projects at scale. Raspberry Pi is once again using the RP2350, its own well-documented ...