简体   繁体   中英

Can anyone tell if i can flash javascript code on wemos d1 mini?

我试图弄清楚是否可以在带有esp-8266芯片的wemos d1 mini上运行javascript代码,我能够在Arduino上找到资源,但不能在wemos上找到资源。

Yes - you can run JS by installing the Espruino JS interpreter. The D1 mini is just an ESP8266 so you can follow the instructions for that: http://www.espruino.com/EspruinoESP8266

There are a bunch of tutorials and videos online as well that may be clearer. They're pretty easy to find just by searching for "Espruino ESP8266", or there's an ESP8266 section on the Espruino forum that may have help.

Other JS interpreters are available for ESP8266 too (eg. Mongoose IoT) but I believe you will find Espruino easier to get started with (I am however a bit biased as I work on it).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM