toggle menu
OpenBCI Forum
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Hardware
›
Wifi Shield
Programming Wifi Shield, missing <functional> include
ahsanic
Islamabad
September 2018
edited October 2018
in
Wifi Shield
I am trying to program wifi shield through arduino 1.8.7
I have selected OpenBCI board.
#include <functional> file is missing
any idea why?
Comments
wjcroft
Mount Shasta, CA
October 2018
Does this help?
https://github.com/kakopappa/arduino-esp8266-alexa-multiple-wemo-switch/issues/18
https://www.google.com/search?q=#include+<functional>+file+is+missing
ahsanic
Islamabad
October 2018
Yes file error is fixed by choosing Generic ESP8266 board.
But arduino is not generating any hex file. Without the hex file I cant burn code to my ESP8266 module.
Any idea?
ahsanic
Islamabad
October 2018
It doesnt generate hex file,
I programmed it using arduino. It works fine.
wjcroft
Mount Shasta, CA
October 2018
The Makefile generates a 'bin' file, not a 'hex' file. And the bin is sent OTA to burn the code.
http://openbci.com/forum/index.php?p=/discussion/comment/9350/#Comment_9350
ahsanic
Islamabad
October 2018
Working Fine. I selected wrong board in arduino. My Bad
techsupport
United States
November 2018
Woo! Glad you figured it out!
Sign In
or
Register
to comment.
Comments
I programmed it using arduino. It works fine.