RaspberryPi-SBUS-Golang

command module
v0.0.0-...-99f0d2e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

README

RaspberryPi SBUS

Realization of SBUS Protocol for Raspberry Pi written in Golang. Tested on RaspberryPi 3/4

Prepare your Raspberry Pi 3

By default, the serial port has a login console running so there is some config updates needed to get the serial port working over GPIO. As it turns out, this interferes with the default bluetooth configuration because they both use the same GPIO interfaces.

Set up the serial port with sudo raspi-config. Turn on serial port, turn off console login

And last step is configure /boot/config.txt.

> nano /boot/config.txt

enable_uart=1
dtoverlay=pi3-disable-bt

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL