judlup 0 Posted February 3, 2014 Share Posted February 3, 2014 Good day for all, I want to know if exist the nrf24l01 library on Mpy or if the SPI library is available. Thanks! Quote Link to post Share on other sites
mpymike 18 Posted February 4, 2014 Share Posted February 4, 2014 Hi, There is no specific library for SPI or NRF24l01. The only support for serial devices is the interrupt_setup() command (see here) This sets up the uart on the msp430 to receive data on pin P1.1 at 9600 baud. For the time being you would need to write your own driver. Quote Link to post Share on other sites
username 198 Posted March 2, 2014 Share Posted March 2, 2014 Good day for all, I want to know if exist the nrf24l01 library on Mpy or if the SPI library is available. Thanks! I wrote a CCSv5 example for the launchpad here: http://forum.43oh.com/topic/5107-nrf24l-launchpad-example-ccs/ might be of some use. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.