George Ilie

Results 5 comments of George Ilie

I understand. On the other hand, when I touch the sensor the value is very high. I have a strap heart rate monitor and I figured it out that I...

Adafruit Flora, based on ATmega32u4. I did the changes (detailed here: http://forum.arduino.cc/index.php?topic=355957.0). Edit: I was using the interrupt setup from Leonardo instead of Flora. I still can't get rid of...

Maybe is possible if you set `followRedirects: 'manual'` and then in `handleRedirects` you count the number of redirects, When your desired maximum redirects is reached, it should return a reject,...

> I am having the same problem with a similar code, did you fixed it? Nope, I moved to ESP8266 board and started with a new code

> If you have body-parser package just remove or comment it. Hope it will resolve I tried commenting out busboy and busboy-body-parser and the parsing completed successfully.