Forum >Replies by a.murdan
userhead a.murdan
Replies (3)
  • You Reply: Thanks Jeff,
    I did what you recommended. It finally worked.
    However it would be desirable if DFRobot could provide the appropriate libraries for its shields (just like other vendors like Adafruit, SparkFun, etc).
    Also I queried with Blynk. They do not currently support WizFi, on their platform.
    Any idea how we could develop something with DFRobot wifi shield, to make it compatible with Blynk?
    Thanks.
    Ans
  • You Reply: Dear Leff,
    I tried it again and again. I even installed the new arduino ide version 1.6.10.
    I also reinstalled the WizFi libraries.
    I am still getting the following errors:
    Code: Select all
    G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:6:1: error: 'prog_char' does not name a type

     prog_char Page1_Line0[] PROGMEM = "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.2//EN\" ";   // "String 0" etc are strings to store - change to suit.

     ^

    G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:7:1: error: 'prog_char' does not name a type

     prog_char Page1_Line1[] PROGMEM = "\"http://www.wapforum.org/DTD/xhtml-mobile 12.dtd\">\r\n";   // "String 0" etc are strings to store - change to suit.

     ^

    G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:8:1: error: 'prog_char' does not name a type

     prog_char Html_start[] PROGMEM = "<html>\r\n";   // "String 0" etc are strings to store - change to suit.

     ^

    G:\Arduino Projects\libraries\WizFiShield\HTMLPages.cpp:9:1: error: 'prog_char' does not name a type

     prog_char head_start[] PROGMEM = "<head>\r\n";   // "String 0" etc are strings to store - change to suit.


    Kindly help me.
    Thanks.
    Ans
  • You Reply: Dear Leff,
    I downloaded the WizFiShield library for this link: https://github.com/Wiznet/WizFiShield
    After unzipping, you'll find 3 folders (Document, Hardware and Software). The libraries WizFiShield and TimerOne are in the Software folder.
    Thanks fro testing and informing me.
    Best Regards,
    Ans