7 years, 4 months ago.

Best WiFI solution to add Nucleo?

Hi,

I'm looking to add WiFi capabilities to the Nucleo-F767ZI board. It should be able to scan for AP's, connect to WiFi, use static IP, get NTP time, and run a TCP server, connect to a socket. I was thinking of one of these: - CC3000 - WiFly - ESP8266 - ATWINC1500 (supported?) - SPWF01SA - Other? What would work best?

Kind regards, Jack.

1 Answer

7 years, 4 months ago.

Anything that uses AT commands works pretty well. We use the ESP8266 often, which is supported best by mbed OS 5, even has it's own official driver which handles IP, DNS and sockets already: https://github.com/armmbed/esp8266-driver.

Accepted Answer

Hi Jan, thank you very much fro helping me. I use the online compiler. Does it mean I use mbed OS 5? Or how do I select it? Kind regards, Jack.

posted by Jack Berkhout 12 Dec 2016