Cheap stuff gets our creative juices flowing. Case in point? [Andy Grove] built an eight-sensor HC-SR04 breakout board, because the ultrasonic distance sensors in question are so affordable that a ...
Andy Grove has published details of a new Ultrasonic Raspberry Pi Piano he has created which can be played using gestures. This innovative project combines the versatility of the Raspberry Pi mini PC ...
Raspberry Pi enthusiasts, developers, or makers wishing to connect multiple sensors to their Raspberry Pi mini PC may be interested in the Whitebox Labs T3 shield and Atlas EZO sensors, which when ...
In this module we will wire up an ultrasonic sensor and attach it to our Raspberry Pi. Using the ultrasonic sensor we will measure the distance an object is away from the sensor. The distance of the ...
def get_real_ip(): s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) try: s.connect(("10.255.255.255", 1)) ip = s.getsockname()[0] except Exception: ip = "127.0.0 ...
Raspberry Pi has announced a new collaboration with Lego, which will enable users to integrate a whole new range of sensors, motors and other special pieces into their creations. The project has been ...
[Isabelle Simova] is building Hoverbot, a flexible robotics platform using Ikea plastic trays, JavaScript running on a Raspberry Pi and parts scavenged from commonly available hoverboards.