Joan Guillén i Pelegay

Results 95 comments of Joan Guillén i Pelegay

Hi Jeroen (@jljvdm), I'm a debian user and I'm connecting to arduino with Snap4Arduino without problems. Can you report more details? I'm going with some notes: - Snap4Arduino version? I...

Hi Jeroen @jljvdm, No, you don't need extra libs. Everything seems to be right. I do not have a good hypothesis ... but I try to comment several things to...

This confuses me... You upload StandardFirmata.ino, right? Which LED is ON when you plug the board... and then it dims when connected? With StandardFirmata you should have all the LEDs...

Hi @ToonTalk, We were working into the web_chromium version... and there will be changes in the next release. This working is not finished, but *firmata* is already updated and connectivity...

Hi @ToonTalk I can not reproduce your issue. Are you using a modified firmata? Joan

I'm sorry... I can only test with UNO boards. I will try to get some other model to do more tests.

Hi @DenysZaytsev, As @bromagosa said, power source and electronics configuration is important, and this is causing the annoying disconnections (as you said, with USB connection all is right). But also,...

Or more elegant (and also natural): ![reducingconnections2](https://user-images.githubusercontent.com/2926315/26838363-2555bc8c-4ae0-11e7-8b3c-74717d7c9662.png) And about changing baud rate... the only way is hacking Snap4Arduino. We are using Firmata protocol. You saw the config into the Arduino...

Hi @DomAlc , Yes, sometimes these issues appears because we are not programming the microcontroller and so, the asynchronous behavior and the serial communication causes this. It is only happens...

Yes... And I also point you to the [Arduino library](https://github.com/adafruit/Adafruit_BMP085_Unified/blob/master/Adafruit_BMP085_U.cpp) to help you in the calculations. In fact, you can follow the library algorithm and leave aside the spec. This...