This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf8001 and msp430

Hi,

I am trying to connect my msp430f1611 microcontroller with the nrf8001 bluetooth chip. I read this thread (devzone.nordicsemi.com/.../) and it seems very helpful. Especially the code that has been developed. Now, I am using a msp430f1611 processor (so a different version) to read an external analog voltage, process this value and sent it via the SPI connection to te nrf8001 chip and from here to the phone. I was wondering if properly changing the main.c (because I won't be using a button but I have just to read an analog voltage), spi and hardware.h files (because the name of the registers and their bits are different in my microprocessor f1611 and not g...) my whole system will work correctly. Is there anything else that I need to change from a software point of view?

Thanks for the help. Claudio

Related