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

cc3100 wifi interfacing with nrf51822

Hi in my project i need to interface SimpleLink Wi-Fi CC3100/cc3000 booster board with nrf51822

anyone care to share how to do that.

iam planning to interface via uart/spi, and i read that i need to port simplelink driver in my host(nrf51822). I would like to know how to port those drivers in nrf51822

Thanks Pramith

  • The lack of detail in the question makes it very hard to give you anything specific to try. A quick glance at TI's marketing announcement of the release of the CC3100 shows it has UART, I2C, and SPI. All of the common serial communications options. So, you have to pick one of those based on what works best for the communications you want and implement some sort of serial communication protocol. You should consider if you want to establish a master/slave relationship between the processors and how that impacts your serial communications vehicle choice.

    If you provide more detail on what you want to do, it would be much easier to give you a more detailed response.

  • john , i want to know how to port simplelink drivers in nrf51822

Related