Skip to content

Instantly share code, notes, and snippets.

View timkicker's full-sized avatar
🐧
there's no place like ~/

timkicker

🐧
there's no place like ~/
View GitHub Profile

OBSOLETE

This guide has been removed. It's highly recommended you use the Docker method (Windows, Linux) of installing instead. If you see need to view this guide check the version history.

Closing Words

If you need help then join the LEGO Universe Community Hub Discord server and ask for help in the #questions channel.

Guide made by Deleted User d183a1c4#7217.

@keithweaver
keithweaver / bluetooth-raspberry-pi-communication.py
Last active April 7, 2023 13:49
Sending information with bluetooth on Raspberry Pi (Python)
# Uses Bluez for Linux
#
# sudo apt-get install bluez python-bluez
#
# Taken from: https://people.csail.mit.edu/albert/bluez-intro/x232.html
# Taken from: https://people.csail.mit.edu/albert/bluez-intro/c212.html
import bluetooth
def receiveMessages():