SystemSix: An e-Ink desk accessory running on a Raspberry Pi

SystemSix is an e-Ink “desk accessory” running on a Raspberry Pi. It is a bit of nostalgia that can function as a calendar, display the weather, the current phase of the moon or just be generally fun to look at. To be clear, despite how it looks, it is not interactive. It changes every day to display a new “desktop”, will update to show local weather, your calendar events, phase of the moon. But you cannot click on it. It […]

Read more

A simple speech jammer using auditory delayed feedback for raspberry pi

A simple speech jammer using auditory delayed feedback for raspberry pi This script is intended to work on a Raspberry Pi device running Raspberry Pi OS.You’ll also need a usb sound card with a microphone, headset and any type of bluetooth gamepad/controller to make it work. -Install EVDEV and find your bluetooth controller name and button codes using this tutorial: https://raspberry-valley.azurewebsites.net/Map-Bluetooth-Controller-using-Python/ -Disable HDMI and default audio output on Raspberry Pi OS so the script can correctly find your USB sound […]

Read more

A Library Of Solo Motor Controllers In Python Compatible Also With Raspberry Pi

SoloPy SoloPy is a library of SOLO Motor Controllers write in PYTHON compatible also with RASPBERRY PI. It can be used with UART line of RASPBERRY PI or any similar controller to control, command or read all the parameters that are stored or existing in command set of SOLO. More information about it on the SOLO website. How To Use Please make sure you have installed Dependencies To download the full library with examples .. code-block: $ git clone https://github.com/Solo-FL/SoloPy.git […]

Read more

An embedded application for toy-car controlling based on Raspberry Pi 3

PiCar An embedded application for toy-car controlling based on Raspberry Pi 3 Model B and AlphaBot2-Pi. This is the source codes of my programming assignment of the course Embedded Applications on Intelligent Systems (2020 Fall) at NJU. Features Motor Going foreward or backward Turning left or right Infrared remote control Obstacle avoidance Self tracing Real-time camera Monitor and control by web Usage python -m picar There is a demo which uses a fake car implement. It is fully Python codes, […]

Read more

A bike computer based on Raspberry Pi Zero with GPS and ANT+

Pi Zero Bikecomputer An open source bike computer based on Raspberry Pi Zero (W, WH) with GPS and ANT+. Including offline map and navigation. Abstract Pi Zero Bikecomputer is a GPS and ANT+ bike computer based on Raspberry Pi Zero(W, WH). This is the first DIY project in the world integrated with necesarry hardwares and softwares for modern bike computer. It measures and records position(GPS), ANT+ sensor(speed/cadence/power) and I2C sensor(pressure/temperature/accelerometer, etc). It also displays these values, even maps and courses […]

Read more