Example program for the SeeedStudio WiFi Shield V2.0, based on UART serial port connectivity (D0/D1 pins). This program connects to WiFi hotspot, obtains an IP using DHCP and downloads http://mbed.org/media/uploads/mbed_official/hello.txt
Dependencies: WiflyInterface mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:e26d01206ed4 | 2015-03-18 | screamer | Update the host url to developer.mbed.org and update the mbed lib |
10:72484b5b7114 | 2015-02-13 | screamer | Update mbed library. |
9:3e51a0e5069b | 2014-10-17 | screamer | Updated the mbed library |
8:f8bb043cf183 | 2014-08-21 | screamer | Update the mbed library |
7:5aef8fc8996d | 2014-07-25 | screamer | Add Apache2 license compatible header |
6:f80c278ca79c | 2014-07-25 | screamer | Update mbed library to the latest revision |
5:4ffbaaef3fff | 2014-06-26 | screamer | Update the mbed library |
4:c45472e3e931 | 2014-06-03 | screamer | Enable serial over USB by default |
3:ac53d7611574 | 2014-06-03 | screamer | Library updates, comments etc |
2:61d5dde0c4b4 | 2014-05-12 | screamer | Disable serial over USB because it usually overlaps with UART on D0/D1 that are used by default to communicate with the shield |
1:ced62d2a69f9 | 2014-04-11 | screamer | Changed the example program to make fetch hello.txt from mbed.org |
0:f2524261196f | 2014-04-08 | screamer | Initial revision |