How to send projects to Espruino CMD? #7580
Replies: 1 comment
-
Posted at 2017-03-09 by @gfwilliams Espruino_cmd? Do you mean https://www.npmjs.com/package/espruino? If so, there are a bunch of examples on that webpage:
Posted at 2017-03-09 by EthraZa Hi @gfwilliams I didn't know how to call the Espruino interpreter, but I saw in some GIT talking you guys refering to it as espruino_cmd to differentiate from espruino tools, so I shoot it. :) @wilberforce already pointed me to how: Start the interpreter:
In the WebIDE:
Simple like that! But if it is there in the docs, I overlooked it. Thank you. Posted at 2017-03-09 by @gfwilliams What board are you running Espruino on then? Posted at 2017-03-09 by EthraZa In this case I have compiled it and I'm running the Espruino interpreter (https://github.com/espruino/Espruino.git) in my Ubuntu 16.04 Linux system. I'm needing to use it to test my code using the "fs" module, because the Espruino firmware for my cheap NodeMCU-12E hardware doesn't come with this module builtin (not sure why).
Posted at 2017-03-09 by @gfwilliams Ok - moving this out of the 'Official Espruino Boards' forum then. This is why I have a whole section for other boards - see http://forum.espruino.com/conversations/301440/ There's no 'fs' module for ESP8266 because there isn't enough free flash memory on the chip in the current configuration. If you want to write some information on using the Linux version you could write a Then it'll appear on the Espruino website. Generally if you're using the normal build, you can just type |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-03-08 by EthraZa
I got Espruino_cmd running on my Linux system.
Now, how do I connect to it with WebIDE or at least how do I send projects (with modules) into it, the same way WebIDE does to a connected microcontroller?
Beta Was this translation helpful? Give feedback.
All reactions