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
You do realise that the ESP8266 is not a Nordic product - so this is not the place to find information & support for it?
Can I expect esp8266 to work fine via uart
As with anything else, you can expect it to behave as described in its documentation - so have you studied the documentation?
See link above.
Are there any examples available
Again, you would need to go to Espressif for examples of their products.
As far as the nRF52832 is concerned, you're just using its UART - it neither knows nor cares what is connected to the UART.
There are UART examples in the NORDIC SDK ...
EDIT
https://devzone.nordicsemi.com/f/nordic-q-a/36467/interface-esp8266-wifi-module-with-nrf52832
Dear customer,
Due to limited staff during the holiday period, we unfortunately can't handle your case before we get back to the normal staff by the first week of January 2019. We are sorry indeed for the delay. We wish you a great holiday and a Happy New Year 2019.
Best Regards,
Nordic Tech Support Team
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