Geolocation and NTP Example for WizFi250 on WIZwiki-W7500
Dependencies: Adafruit_GFX HTTPClient NTPClient WizFi250Interface mbed
System Diagram
I want to make a watch, that can check my location and time. So I decide to make this watch using Wi-Fi module(WizFi250) and Cortex-M0 MCU(WIZwiki-W7500). For getting geolocation of this watch, I used ip-api.com which geolocation server and I used NTP server for getting current time. This picture is system diagram of my project.
Materials
WIZwiki-W7500 ( MCU )
WizFi250-EVB ( Wi-Fi Module )
Sensor Shield
SSD1306 OLED
Refer to this URL.
https://developer.mbed.org/components/Adafruit-OLED-128x32/
Hardware Configuration
UART0 RX/TX/CTS/RTS pins of WIZwiki-W7500 board are used to control WizFi250 which Wi-Fi module and It use I2C SDA/SCL pins for using SSD1306 OLED.
Demo Video
For more detailed information, refer to this URL.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:6d1627cfb314 | 2015-10-21 | kaizen | Delete OLED Code |
3:1f2938317c31 | 2015-08-26 | kaizen | W7500 has some problem about I2C and RTC.; So I deleted OLED function in this source code |
2:3a84959399d3 | 2015-07-30 | kaizen | revert mbed-src to official version |
1:741b858c0b92 | 2015-06-26 | kaizen | Modified for printing log message using OLED. |
0:bc0fe324d7e2 | 2015-06-25 | kaizen | Geolocation_NTP Example for WizFi250 on WIZwiki-W7500 |