Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 node.js 和 Johnny 5 来控制网络上的 arduino。当客户点击浏览器中的按钮时,我试图打开 arduino 上的灯。我想我可能应该使用 socket.io 模块来这样做..任何人都知道该怎么做......??我发现这个人使用 narf 模块做到了这一点。有必要吗?
谢谢!
通过 RS232 连接到 arduino。我不知道这是否可以从 node.js 中实现。另一种选择是在你的 arduino 上放置一个以太网屏蔽,实现一个简单的 Web 服务并从 node.js 调用它。
使用第二个选项,它只是调用一个 URL 来连接到 arduino。