Has anyone interfaced the nRF51822 to the CC3000 Wireless chip? I have started implementing the host controller functions in nRF51822. It would help me jump start if anyone has a sample code.
Thanks Anshul
Has anyone interfaced the nRF51822 to the CC3000 Wireless chip? I have started implementing the host controller functions in nRF51822. It would help me jump start if anyone has a sample code.
Thanks Anshul
I also want to know about this....
Hi
I do not think we have any out of the box example that has been used to communicate with CC3000 chip. I guess the method for communication is via SPI interface, either SPI master or SPI slave since the nRF51 has both SPI master and SPI slave, and it seems CC3000 also has both SPI master and SPI slave. We have examples in the nRF51 SDK for both SPI slave and SPI master that should be a good starting point. Be aware of the bitrate limitation of 2Mbps SPI slave on the nRF51 and 4Mbps SPI master. Further speed limitation of the SPI slave is described on this thread.