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

Parents
  • Hi, Yes but the in the file that I posted it's been already done. It's just they used a different microcontroller (even if its the same family msp430). So I was wondering if changing the name something on main.c and hardware.h spi.h and .c files such as name of registers and so on I could make it working. I am not able to contact who wrote the files the I posted in the link in my question.

Reply
  • Hi, Yes but the in the file that I posted it's been already done. It's just they used a different microcontroller (even if its the same family msp430). So I was wondering if changing the name something on main.c and hardware.h spi.h and .c files such as name of registers and so on I could make it working. I am not able to contact who wrote the files the I posted in the link in my question.

Children
No Data
Related