-
Tried to rebuild firmata_test from source, modifying the path to wx-config to point to my own system wx-config (the Makefile seems to have the author's directory structure hard-coded into it).
I'm on…
cefn updated
11 years ago
-
Hi!
I'm trying to run the blinking example with an Arduino MEGA2560.
These are the steps I followed:
$ gort scan serial
```
/dev/cu.Bluetooth-Incoming-Port /dev/tty.Bluetooth-Incoming-Port
/d…
-
I'm trying using an ESP32 dev board with firmata over wifi.
The master branch of ConfigurableFirmata brings support for this.
https://github.com/firmata/ConfigurableFirmata/blob/master/examples/C…
-
-
It would be useful if a firmata host could enumerate attached i2c devices on a firmata client.
A full scanner is not required, just the ability to detect the error from a wire.endtransmission .
cf i…
-
Configuration query for Arduino Zero should return 12 rather than 10 for analog pins.
Check for a constant in pins_arduino.h that defines the analog resolution. If that doesn't exist, add it to board…
-
My `main.dart` is exactly the first blink example at https://github.com/nfrancois/firmata#samples
There's no `bin/install.sh` file as mentioned in https://github.com/nfrancois/firmata#install
Here i…
-
```
1. Uploaded Firmata to my Arduino Mega board
2. Configured serproxy with the serial port and baud rate. Says it's waiting
for clients
3. Loaded the monitor, which connects with Serproxy. Gets stu…
-
**Describe the bug**
When I try to run the server with `npm run dev`, it throws an error: "Cannot find module 'firmata'". This error happens after following the instructions in the first version of t…
-
It seems to be implemented in the Firmata library, does pyfirmata support it as well?
void4 updated
2 years ago