gobot
gobot copied to clipboard
SPI: Wireless module rf24l01
Hello, I'm looking for a way to connect rf24l01 with raspberry, but it seems gobot didn't support?
You would need to implement a SPI driver for Gobot to use this device. Please take a look at https://github.com/hybridgroup/gobot/tree/master/drivers/spi
sorry, I have no idea how to implement this driver :(
- example in german: https://wolles-elektronikkiste.de/nrf24l01-2-4-ghz-funkmodule
- example python code: https://github.com/bjarne-hansen/py-nrf24
- Go: https://pkg.go.dev/github.com/georges760/go-nrf24l01