-
Hi,
Hoping to get some advice on setting-up ConfigurableFirmata on an Arduino Nano with an AT328PB.
Added a condition to lump the AT328PB in with nano group during board.h configuration:
``
…
-
I like the idea of this project. Any reason to not strive for 100% firmata compatibility?
I've done some remoting of firmata on top of arduino and other Johnny-Five compatible hardware: http://blo…
-
```
Firmata is a protocol aimed to provide a standard to control a
microcontroller from a PC host. Originally made for Arduino, it tends to be
more abstract so it can fit other microcontroller.
If Ja…
-
In file included from C:\Users\staur\OneDrive\Documents\Arduino\sketch_oct25a\sketch_oct25a.ino:2:0:
C:\Users\staur\OneDrive\Documents\Arduino\libraries\FirmataWithDeviceFeature\src/DeviceFirma…
-
Issue #37 has shown that there are many reason why a system can become unstable. If the basic design is not the problem and we are talking about improving an already reliable solution further, a watch…
-
I'm using ESP8266(server) and so TCPAdaptor(firmata) along with MQTTAdapter.
I tried different methodologies to handle connection loss,
1. Checking at regular intervals for connections, but conn…
-
hey there, is there a way to use this library with esp8266 running wifi firmata? I mean not using serial but instead use etherport client?
-
i redefined serial pin ( PA10, PA11 )
it works, but can't use Serial2 or Serial3
// UART Definitions
#ifndef SERIAL_UART_INSTANCE
#define SERIAL_UART_INSTANCE 1
#endif
// Default pin used f…
-
Hello, where do I set the baud rate in the configurable Firmata 3.2 if I want to send it to Fhem via USB?
Arduino Mega 2560
-
Hello! I am interested in finding a definition file for firmata.js (or in helping to generate one). The way I'm giving myself typescript support for firmata.js right now is _INCREDIBLY HACKY_. In fact…