Hex File Not Generated After Compilation of DefaultWifiShield.ino using Generic ESP Module Board

After Compilation of the DefaultWfiSheid.ino no error is displayed but the hex file is not generated , all the dependencies are installed .....  Any Help Will be appreciated , thank you

Comments

  • wjcroftwjcroft Mount Shasta, CA
    Mentioning AJ @pushtheworld. You can send a private message to him by clicking on his name, then the Message button.

    Is there any correlation with your previous post?


    Are you using the Makefile, as suggested on that thread?


    What platform are you building on? 

    Post any resolution your receive here.

    Regards,

    William
  • Brother in the previous section I was receiving the error as I had mentioned which was because of the beta version of Arduino JSON library which I had installed , when installed the stable version of the library the error was solved and the file was compiled successfully but the hex file was not generated.

    I have not used the makefile method yet , let me try that thank you for mentioning it .

    I am building it on Adafruit Feather Huzzah Esp8266 
  • I am facing problems in generating the hex file of DefaultWifiShield.ino , the file is successfully compiled but the hex file is not generated after it has been compiled . If anyone has already compiled the file please share the hex file here , Thank you
  • wjcroftwjcroft Mount Shasta, CA
    edited October 2018
    Are you using the instructions previously described?


    Are you sure you have up to date version of all the tools required (compiler, etc.)?

    You said: "I am building it on Adafruit Feather Huzzah Esp8266" I don't understand. I asked "What platform are you building on?", which is asking about your laptop, operating system, compiler tools etc. Not your target microcontroller.

    But I also don't understand the reference to Adafruit. Arent you trying to build for the OpenBCI Wifi Shield??

    Regards,

    William
  • wjcroftwjcroft Mount Shasta, CA
    The instructions for OTA firmware installation using the bin file are here:


  • wjcroftwjcroft Mount Shasta, CA
    The previous link on makeEspArduino, generates a ".bin" file, not a hex file. And the default compiled bin file is on the previous post link. The other link shows how the bin is used for OTA installation. Not sure why you are looking for a hex file.
  • HAMZAHUMMAMHAMZAHUMMAM Pakistan
    edited October 2018
    Ok , Thank you 
    its done , Thank you for your help
Sign In or Register to comment.