-
-
Arduino keeps changing the way they recursively include libraries. This seems to break something in configurable firmata with each new Arduino 1.5.x beta release. Currently the compiler throws an erro…
-
When a client system sends a Report Digital Port command (0xD0) telling the Arduino to _enable_ reporting, the board does not inform the client about its current state. It only sends a Digital I/O mes…
-
I'm a little confused as to how I upload my script to the arduino board so it continues to run without being attached to my laptop? Any ideas?
-
I've tried to set up a NodeJS `STRING_DATA` proof of concept and I'm having some strange results. Basically, the stringCallback handler is sending back more data than it has received at some point.
H…
-
A new library specification will be introduced with Arduino 1.5.3:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification
-
Hello,
I'm trying to establish a persistent connection to a telnet server and I need a way to detect if the client was disconnected (because cable connection interrupted or server closed the connectio…
-
Hello, I'm looking for a replacement for PyFirmata, the only library I use that is requiring Python 2.x I use. I'd like to move to full Python 3 workflow, so I looked for other projects to use Standar…
-
Currently Piezo only supports a small range of notes. I asked on twitter if I could add more as there are plenty of charts that convert notes to frequencies, which the Piezo understands.
Before I go …
-
Ideally wed LOVE to support cc3000 solutions like Spark, adafruit wifi shield, etc.
The problem is the main firmware out there is adafruit's and sadly theirs does not conform to Client, which is the …