Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
107 views

Processing - Firmata with Arduino Mega 1280, can't read all input pins

Hi and a happy new year! I got an Arduino Mega 1280 and want to communicate with it via Firmata. That sounds easy... So my problem: If I use the StandardFirmata Firmware for the Arduino, which is ...
3
votes
2answers
510 views

Python PyQt Timer Firmata

I am pretty new to python and working with firmata I am trying to play around with an arduino . Here is what I want to happen: Set arduino up with an LED as a digital out Set potentiometer to ...
0
votes
1answer
111 views

Firmata over Bluetooth on Arduino?

I have Firmata working fine on an Arduino Uno, communicating over cable USB to Processing. I want to get rid of the cable, and run the connection over Bluetooth transport (with a BlueSMIRF module). I ...
0
votes
3answers
538 views

SerialPortEventListener Implementation

I am playing with the Firmata protocol which allows you to control Arduino through a serial protocol. I am reading sensor values using SerialPortEventListener listening for DATA_AVAILABLE event. But i ...