News

Raspberry Pi's Python project path is split into six parts, beginning with three 'Explore' projects in which learners are introduced to new coding skills through guided tasks.
Find the ready-to-edit-and-then-run python program here. Copy and paste the below text into a text editor, format it as plain text and save the file as “genwatch.py”. #!/usr/bin/python # These are ...
A new Pi is $35, but we found an old Raspberry Pi 2 in my desk drawer, which was up to the task. (Newer Pis have built-in Wi-Fi and faster processors, but for our simple button project we didn’t ...
• The IR receiver and control is LIRC compatible. Lircd.conf will be provided to read button input. • The 1.3″ OLED display is using i2c. The python display driver code is open sourced.
Raspberry Pi enthusiasts searching for a project to keep them busy this weekend may be interested in a new Raspberry Pi tracker and cellular SOS button created by Hackster.io member Dana Mah.
Another Pi-based setup graced these pages in 2012, as did a brewery using a Lego Mindstorms controller. Top marks go though to the brewer who fought his beer belly through brewing machinery ...
While the Raspberry Pi has very good support for an I2C bus, a lot of very cool chips – including the in system programmer for just about every ATtiny and ATmega microcontroller – use an SPI bus.