Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Jan 2, 2022
1 parent 69fc6ba commit a564486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- v0.32 Removed DBUS backend, new MQTT backend and corresponding services
- v0.32 Removed DBUS backend for LED, new MQTT backend and corresponding services
- v0.31 Animations and prototyped mqtt linkage to hangboard
- v0.30 simplified installation procedure, fix service logging and installtion collisions
- v0.28 merged moonboard mini protocol
Expand Down
3 changes: 2 additions & 1 deletion ble/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ install-dbus:
sudo cp com.moonboard.conf /etc/dbus-1/system.d/com.moonboard.conf
sudo systemctl daemon-reload
sudo systemctl enable com.moonboard.service
sudo systemctl restart com.moonboard.service
sudo systemctl restart com.moonboard.service
sudo systemctl restart dbus
3 changes: 2 additions & 1 deletion ble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ See Bluetooth specification 5.0 (Core_v5.0.pdf), 7.8.5 LE Set Advertising Parame
# MQTT Interface
## Debugging
+ Status of service `systemctl status moonboard_ble.service`
+ Check for received events `mosquitto_sub -h raspi-moonboard -t "moonboard/ble/problem"`
+ Check for received events `mosquitto_sub -h raspi-moonboard -t "moonboard/ble/problem"`
+ Status of DBUS backend: `sudo systemctl status com.moonboard.service`

0 comments on commit a564486

Please sign in to comment.