Raspberry Pi enthusiasts looking to build projects including an RFID scanner may be interested in a new tutorial by Instructables member Xeiverse to create a Raspberry Pi RFID Scanner with ease.
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 ...
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 ...
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 ...
More often than not, an IoT master device uses the SPI (serial peripheral interface) and I 2 C (inter-integrated circuit) protocols to exchange data with EEPROMs or sensors that are operating in slave ...
[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.
There's no limit to what one can do with a Raspberry Pi. From using it as a laptop to emulating PlayStation 3 games, there are tons of projects on the internet that let you use the SBC in some ...