Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I don't know the possibilities you have in WebSocket, but the ordinary way to communicate with an Arduino (when it does not have a Wifi or Ethernet HAT) is via Serial. You can use basically any serial communication library to send strings from/to the Arduino. Commented Jul 16, 2021 at 5:59
  • I figured as much, I'm trying the SerialPort library and facing an issue, see here: github.com/serialport/node-serialport/issues/2297 Commented Jul 16, 2021 at 6:22
  • 1
    You fail to describe what error you get and what doesn't work. Commented Jul 16, 2021 at 6:26
  • It's in the title of the issue, and mentioned again in the issue Commented Jul 17, 2021 at 0:50