hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.84k stars 1.04k forks source link

SPI: Wireless module rf24l01 #619

Open sdfullstack opened 5 years ago

sdfullstack commented 5 years ago

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

deadprogram commented 5 years ago

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

sdfullstack commented 5 years ago

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

gen2thomas commented 1 year ago