5.3.2 HTTP File Downloader Demo Console Log

The application must be programmed and running. The following information is displayed on the terminal window.

-- WINC1500 HTTP file downloader example --
-- XXXXX_XPLAINED_PRO --
-- Compiled: xxx  x xxxx  xx:xx:xx --
(APP)(INFO)Chip ID 1503a0
(APP)(INFO)Firmware ver   : xx.x.x Svnrev xxxxx
(APP)(INFO)Firmware Build xxx  x xxxx  Time xx:xx:xx
(APP)(INFO)Firmware Min driver ver : xx.x.x 
(APP)(INFO)Driver ver: xx.x.x 
(APP)(INFO)Driver built at xxx  x xxxx  xx:xx:xx
This example requires the AP to have internet access.

init_storage: please plug an SD/MMC card in slot...
init_storage: mounting SD card...
init_storage: SD card mount OK.
main: connecting to WiFi AP DEMO_AP...
wifi_cb: M2M_WIFI_CONNECTED
wifi_cb: IP address is xxx.xxx.xxx.xxx
start_download: sending HTTP request...
resolve_cb: www.microchip.com IP address is xxx.xxx.xxx.xxx
 
http_client_callback: HTTP client socket connected.
http_client_callback: request completed.
http_client_callback: received response 200 data size 1147097
store_file_packet: creating file [0:WINC1500-MR210PB_Datasheet.pdf]
store_file_packet: received[xxx], file size[1147097]
...
store_file_packet: received[1147097], file size[1147097]
store_file_packet: file downloaded successfully.
main: please unplug the SD/MMC card.
main: done.