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
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