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.
7 years, 9 months ago.
Android application to Nucleo- F401RE communication through IDW01M1 wifi module
Hello. I am just a beginner in programming.. Is this even possible?? How am I going to implement this?? Thank you very much.
1 Answer
7 years, 9 months ago.
Emmen,
Yes, it's possible. We can't help you develop your android application, but TCP and UDP works over WiFi. https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/communication/wifi/ - here is a reference for the WiFi APIs.
Good luck! Happy programming!
Cheers, Sarah
thanks for your response :)
can you give me an example ? using 1DW01M1 and F401RE communication through a website.. where the F401RE will send information to website
posted by 10 Feb 2017Is there any program that I can use as a reference? I can't seem to find any program with SWWFInterface. They are all Ethernet. Thank you...
posted by 12 Feb 2017Here is the example provided by ST https://developer.mbed.org/teams/ST/code/HelloWorld_IDW01M1v2/file/80d8e97e81f2/main.cpp.
As a note, this example is using mbed 2, and not mbed-os.
posted by 15 Feb 2017