SomeoneThere

Results 15 issues of SomeoneThere

Is this support for arduino due?

Hi there, This tracking is totally awesome and I like it. I have made some initialization just like the example, as follow: `var tracker = new tracking.ObjectTracker('face'); tracker.setInitialScale(4); tracker.setStepSize(2); tracker.setEdgesDensity(0.1);...

How do I use the firmata sendString function to send string to arduino with cylon js?

Hi there, I am trying to find out how I can catch connection fail error handling. Any idea? Thanks.

Hello, I'd like to know whether I can pass some variables between javascript to the arduino and vice versa. Thank you.

I am connecting Arduino with javascript via Cylon and works great. If the connection is established, it will run the work function block. However, I'd like also to catch if...

How to use digitalRead for direct-pin? The doc says the return is undefined and no value return in callback. So what use is it?

This works perfect in arduino mega. But when I use it in arduino due, there are several 'printf_P' error: > AES.cpp:532:46: error: 'printf_P' was not declared in this scope

I don't see any cmdmessenger listed in nuget library.

Hello, This is a great library. But I think there is a bug. I tried to communicate xbee pro s2c on arduino (set as router) to xbee pro s2c in...