Hi,
I want to interface wifi module(for example ESP8266 ) with nrf52832.
I need to transfer some data (received through bluetooth) to cloud(AWS).
Can I expect esp8266 to work fine via uart.
Are there any examples available
Hi,
I want to interface wifi module(for example ESP8266 ) with nrf52832.
I need to transfer some data (received through bluetooth) to cloud(AWS).
Can I expect esp8266 to work fine via uart.
Are there any examples available
Hi Shariq,
as awneil points out the nRF5x SDK have UART examples for the NRF52832. I would recommend that you take a look at the UART example and then take a look at this tutorial if you want to create your own custom service to receive the data sent from a smartphone.
Best regards
bjørn
Hi Shariq,
as awneil points out the nRF5x SDK have UART examples for the NRF52832. I would recommend that you take a look at the UART example and then take a look at this tutorial if you want to create your own custom service to receive the data sent from a smartphone.
Best regards
bjørn