i am using winc1500 for wifi connections , i tried through uart too but it doesn't work . Now i want to execute thrugh spi any example or githib code is available
i am using winc1500 for wifi connections , i tried through uart too but it doesn't work . Now i want to execute thrugh spi any example or githib code is available
The WINC1500 neither knows nor cares what microcontroller you use; the details of its SPI interface will be as defined in the manufacturer's documentation - there it won't be any "special case" for nRF52!
Similarly, the operation of the nRF52's SPI is not affected by what Slaves you use - so you can use any of the SDK SPI examples to lear how to use the nRF52's SPI.
The WINC1500 manufacturer's documentation is here:
https://www.microchip.com/wwwproducts/en/ATwinc1500
Go to the 'Documents' tab for the datasheet, supporting collateral, Application Notes, User Guides, etc
Go to the 'Development Environment' tab for available dev kits, etc.
githib code
You do realise that Github has a 'Search' facility ... ?
The WINC1500 neither knows nor cares what microcontroller you use; the details of its SPI interface will be as defined in the manufacturer's documentation - there it won't be any "special case" for nRF52!
Similarly, the operation of the nRF52's SPI is not affected by what Slaves you use - so you can use any of the SDK SPI examples to lear how to use the nRF52's SPI.
The WINC1500 manufacturer's documentation is here:
https://www.microchip.com/wwwproducts/en/ATwinc1500
Go to the 'Documents' tab for the datasheet, supporting collateral, Application Notes, User Guides, etc
Go to the 'Development Environment' tab for available dev kits, etc.
githib code
You do realise that Github has a 'Search' facility ... ?