Ron Evans

Results 1016 comments of Ron Evans
trafficstars

This should now all be resolved with `0.31.1`

Now closing, thanks for reporting @sago35

Hi, everyone. Thanks for chiming in @dtex collaborating sounds great. A few elaborations/corrections: The cylon-gpio drivers can use any of the cylon adaptors that support the GPIO interface. cylon-firmata cylon-raspi...

Also works on my machine! :100: ![image](https://user-images.githubusercontent.com/5520/234721145-6e6d4963-b7fa-40e7-8c77-a2e80b0caa89.png)

It did not stream, however. It took a long time, then finally appeared.

You should install OpenCV using Homebrew on macOS. See https://gocv.io/getting-started/macos/

When using Firmata pins A4 and A5 are used by the i2c interface. I suggest using pins A0 thru A3. Hope that helps!

OK. I think you should use `pwmWrite()` since it will do the mapping you expect (digital pins). `analogWrite()` does the same thing as `analogRead()` which takes an analog pin number...

The difference is that `analogWrite()` when you pass "5" as a param, it means pin A5. With `pwmWrite()` the param "5" means pin D5.

This is really excellent, I want it! Is there someplace with any work in progress? How can I help?