ESP8266 Javascript Module Missing from espruino.com/modules #325
Replies: 2 comments
-
Posted at 2014-11-27 by favo Hi Charles, The ESP8266 drivers are not available as javascript modules. They are meant to be available as internal modules. At the moment they are not compiled into the current firmware. You will need to compile it yourself. To compile it yourself, there is a nice step by step tutorial for building it on github where you will also find the source code: https://github.com/espruino/Espruino To add the ESP8266 drivers you will need to edit the Change: USE_CC3000=1 to: #USE_CC3000=1 To include the drivers and remove the drivers for CC3000 (another wifi module). After that is done, you will need to flash your espruino from within the IDE with the advanced option and the new firmware. I've done this just a few days ago to test a few things, you can use this link to get my binary: I did not get them to work yet, but its also currently stated that development for the ESP is in progress and not yet fully working. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-11-27 by @gfwilliams edit: beaten to it! The ESP8266 site does say:
I'm afraid the ESP8266 support needs to be 'compiled in' right now, and even after that it isn't in a very usable state. Hopefully it will be in around a month though. In the mean time, @jumjum has some code that does work with the ESP8266 - just not the full HTTP client/server. link here |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-11-27 by Charles
I was getting the "WARNING: Module 'ESP8266' not found".
I then double-checked the Modules URL, I couldn't find the ESP8266 javascript module...
I was following the tutorial at http://www.espruino.com/ESP8266.
So the module is either missing, or has changed name (but I couldn't find a conspicuously named module on the dir).
Beta Was this translation helpful? Give feedback.
All reactions