Spiegiemon_piedition
1.0.0
Chat app for RaspberryPi LoRa communication written in python with bluetooth communication or over console
Uses Raspberry Pi with LoRa module sx1262
Package and ansiblescript should do everything automatically
In file /etc/bluetooth/main.conf
DiscoverableTimeout = 0
PairableTimeout = 0In file /etc/systemd/system/dbus-org.bluez.service
Overwrite
ExecStart=/usr/lib/bluetooth/bluetoothdwith
ExecStart=/usr/lib/bluetooth/bluetoothd -C
ExecStartPost=/usr/bin/sdptool add SPthen restart services with
sudo systemctl daemon-reload
sudo systemctl restart bluetooth.serviceto make Raspberry pi Bluetooth discoverable
[Unit]
Description=SpiegieMon
[Service]
Type=simple
WorkingDirectory=/home/pi/git/Spiegiemon_piedition
ExecStart=/home/pi/git/Spiegiemon_piedition/main.py
Environment="PYTHONUNBUFFERED=1"
After=bluetooth
Requires=bluetooth
[Install]
WantedBy=multi-user.targetThe message has the following format:
If you want to contribute to this Project, you are welcome to fork this repository and submit a pull request.