Using cc2530 radio with contiki -


i trying build port contiki on lpc1347 board. have set mcu libraries , makefiles, left add radio support. goal use cc2530 radio have, problem not know this. see that there port c2530, want use cc2530 radio, necessary port contiki in too? how should go adding lpc1347 board support cc2530's contiki files?

thank you.

the cc2530 soc device 8051 mcu. you'll have program 8051 processor in order use radio. if contiki running on lpc1347 not necessary port on cc2530 too, you'll have communicate latter in someway (uart, spi, ...) in order send/receive radio packet , turn on/off radio.

i suggest write file i.e cpu/lpc1347/dev/cc2530-rf.c , implement new radio driver using 1 of communication interface. implement each functions require structure struct radio_driver found in core/dev/radio.h , set netstack_conf_radio variable new radio driver.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -