Ron Evans

Results 1002 comments of Ron Evans
trafficstars

Thanks for the reply @soundanalogous If it is literally that easy, perhaps you could add the UART support, and then others like myself can work on adding WiFi support using...

Requiring a specific ConfigurableFirmata is not a problem for me personally, and certainly is an interim step until those other entrypoints are supported by arduino-esp. As long as it is...

Fixed conflict marker... thanks @agile for pointing out.

This is what brought up the issue for me: https://travis-ci.org/hybridgroup/argus/jobs/10346342

Any action on this PR? Seems like we need it for https://github.com/tinygo-org/bluetooth/issues/68 Thank you.

This PR and some other fixes are going into the TinyGo fork of this package: https://github.com/tinygo-org/bluetooth/pull/113 Thanks!

Hi @kevinjos Which sensor are you thinking about? We have a couple of platforms that already use serial connections. For example, Firmata (https://github.com/hybridgroup/gobot/blob/master/platforms/firmata/firmata_adaptor.go#L9), and also Sphero (https://github.com/hybridgroup/gobot/blob/master/platforms/sphero/sphero_adaptor.go#L8). How we look...

Hi, @kevinjos I just switched several of the Gobot platforms that use serial communication over to use https://github.com/bugst/go-serial so this issue has returned to my attentions. One thought, is to...

Hi, @ryanhatfield thanks for those links... I'll dig in soon.