raspberry-sharp / raspberry-sharp-io

A .NET/Mono IO Library for Raspberry Pi
340 stars 139 forks source link

nRF24L01 #11

Closed genemars closed 9 years ago

genemars commented 10 years ago

Hi,

would it possible to port the code from:

http://nrf24l01.codeplex.com/SourceControl/latest#Gralin.NETMF.Nordic.NRF24L01Plus/NRF24L01Plus.cs

to RaspberrySharp?

Thanks!

ebezine commented 10 years ago

Hello, for sure it should be possible, but require to investigate both the code you provided as a reference and the tranceiver specification http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01

HakanL commented 9 years ago

I wonder if it may be better to create a separate project for the nRF24L01 implementation, using the Raspberry-sharp-io library as a dependency for the SPI interface.

ebezine commented 9 years ago

It would also be possible to include the implementation in the components assembly, but depending on the quantity of code involved in implementation, it may be considered as an independent project, yes.