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服务器和Arduino Sketch之间进行通信。我发现有三种方法可以做到这一点:
我可能可以实现文件,但我需要读取传感器值并将它们发送到Node.js,这似乎很慢并且会缩短 SD 卡的寿命。
我找到了一些关于 UDP 和IPC 实现的说明。我想用 Node.js 实现相同的功能。我该怎么做?
这是伽利略必须执行的任务之一。我很惊讶看到对它的支持如此之少