gobot icon indicating copy to clipboard operation
gobot copied to clipboard

SPI: Wireless module rf24l01

Open sdfullstack opened this issue 7 years ago • 3 comments

Hello, I'm looking for a way to connect rf24l01 with raspberry, but it seems gobot didn't support?

sdfullstack avatar Sep 16 '18 09:09 sdfullstack

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

deadprogram avatar Sep 16 '18 10:09 deadprogram

sorry, I have no idea how to implement this driver :(

sdfullstack avatar Sep 16 '18 10:09 sdfullstack

  • 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

gen2thomas avatar Jul 07 '23 09:07 gen2thomas