-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Novice ask next how to upload js to hardware #1820
Comments
Hello @zhou1591 , |
This requires an on-board linux environment. See the Platform Support page for a list of hardware that will support what you want to do. |
thanks |
thanks |
I now have a nodemcu, and I want to compile the Jonny-Five file and upload it to nodemcu, can I use some vscode plugins to implement it? |
I now have a nodemcu, and I want to compile the Jonny-Five file and upload it to nodemcu, can I use some vscode plugins to implement it? |
There is no such thing as compiling Johnny-Five files. nodemcu is firmware that runs lua, that is not what you need. As I said, you must use a board listed on the platform support page. These boards run Node.js directly; they are the host instead of your computer being the host. |
My highly skilled brothers ,I would like to ask how I can upload js to the hardware, that is, I connect a battery to the hardware, and then it can execute the logic of js I upload。
The text was updated successfully, but these errors were encountered: