Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 2 months ago.
How to interface esp8266 wifi module
I want to buy this wifi module http://www.seeedstudio.com/depot/WiFi-Serial-Transceiver-Module-w-ESP8266-p-1994.html It utilizes serial interface and I would like to use it for compatible ethernetinterface library aplicaciont like websocket. How could I get it working?
Thank you.
5 Answers
9 years, 8 months ago.
Hey Giovanni,
Are you still working on the WebSocket class? I would be interested in this as I would like to make an NTP client for my Nucleo F411RE.
Greetings,
Maarten
9 years, 2 months ago.
Any news here? I, too, would like to make HTTP(S) requests in my mbed projects. I'm using an STMicroelectronics Nucleo F411RE board and the ESP8266-01 connected to Serial6 TX/RX. Is there already a library that allows me to make HTTP(S) requests instead of sending complicated AT commands to the ESP8266? Thanks a lot! Stefan.
10 years, 2 months ago.
Hi,
that wifi chip is not yet supported. You can port it , the easiest way would be if the chips driver has bsd socket implementation. You can look at cc3000 wifi or wifly. cc3000 uses TI driver (bsd socket) and on top of it it's c++ driver with EthernetInterface API. Wifly for example is implemented directly using EthernetInterface using Serial.
Good to start https://developer.mbed.org/handbook/Socket
Well, thank you for answering. I see how wifly works, simply sending serial commands so I feel it will the fastest way to rebuild this library, switching wifly serial commands for at commands. If anyone is interested It will be so helpful helping me. I want to use this module because I love building my own pcbs and I feel a total waste using a lpc800 and a temperature sensor (mcu=1$ and ds18b20=0.50$) together with a wifly (60$) or cc3000 (15$) in a thumb size pcb.
posted by 23 Oct 201410 years ago.
Hello,
Check on my new library. It has only the basic commands, but it also has a function for sending any command you wish to. I will add more functions soon.
http://developer.mbed.org/users/quevedo/code/ESP8266/
9 years, 9 months ago.
Hi! I will release my ESP8266 & WebSocket class on April!
I used them in my home automation project ;)
www.facebook.com/alfredsys
Any news here? I, too, would like to make HTTP(S) requests in my mbed projects. I'm using an STMicroelectronics Nucleo F411RE board and the ESP8266-01 connected to Serial6 TX/RX. Is there already a library that allows me to make HTTP(S) requests instead of sending complicated AT commands to the ESP8266? Thanks a lot! Stefan.
posted by 18 Oct 2015