12

I am trying to connect Apple homekit to nodemcu board, I found a tutorial which works on my computer, but I am wonder if there is any way to load and run Node.JS on a NodeMCU board (ESP8266)?

4

2 に答える 2

6

言語luaを解釈する ESP8266 ボード用のファームウェアである nodemcu と、コンピューター上で実行される javascript ランタイム node.js を混同していると思います。

したがって、答えは、ESP8266 で node.js を実行できないということです。

于 2015-10-04T19:04:45.100 に答える