Hi,
We will be in the need of NRF wireless modules for our street light communication application. I need the support for interfacing NRF with MSP430G2553 or any MSP430 controller. can anyone one give me a suitable suggestion for this.
Hi,
We will be in the need of NRF wireless modules for our street light communication application. I need the support for interfacing NRF with MSP430G2553 or any MSP430 controller. can anyone one give me a suitable suggestion for this.
You could use the nRF51 as a transceiver, or you could implement a protocol (for instance using UART or SPI) to control the nRF. In this case, you will need to define a custom protocol and commands to read/write bytes over Bluetooth, to configure the nRF51 chip, start advertising, etc.
You could use the nRF51 as a transceiver, or you could implement a protocol (for instance using UART or SPI) to control the nRF. In this case, you will need to define a custom protocol and commands to read/write bytes over Bluetooth, to configure the nRF51 chip, start advertising, etc.