The Raspberry Pi is a great machine to learn the ins and outs of blinking pins, but for doing anything that requires blinking pins fast, you’re better off going with a BeagleBone. This has been the ...
More often than not, an IoT master device uses the SPI (serial peripheral interface) and I2C (inter-integrated circuit) protocols to exchange data with EEPROMs or sensors that are operating in slave ...
In addition to being a serviceable single board computer, the Raspberry Pi also has a header full of GPIO pins at your beck and call. [Tedbot] sent in a great tutorial on using these pins with Python, ...
Raspberry Pi enthusiasts wanting to connect their projects to the Arduino Cloud using Python might be interested in a guide specifically created by the official Arduino team. Raspberry Pi GPIO control ...
One way around the problem of getting a fast response from a microcontroller is to move the problem away from the processor. In the case of the Pi's processor there are some built-in devices that can ...
Co-creator of the awesome HDMIPi monitor Alex Eames, as well as other useful Raspberry Pi add-ons has this week launched a new campaign for his useful Raspberry Pi GPIO Quick Reference Ruler. The ...
You might well start off with a single GPIO line flashing an LED, but slowly and surely you will graduate to more elaborate devices such as a robot that consists of a ...