Garrett Brown

Results 18 comments of Garrett Brown

I needed to reset the Leonardo in an automated way, because I'm flashing and testing various Arduinos from a CI pipeline in the cloud. As @zeechs says, you need to...

I see two 🚀! I have experience with big PRs like this and think I can get it merged. I'll break out commits into separate PRs roughly as they're grouped...

I've upstreamed the libp2p fixes: https://github.com/soramitsu/libp2p/pull/59 Build fixes broken out into new PR: https://github.com/filecoin-project/cpp-filecoin/pull/128

Two years later, we've merged https://github.com/filecoin-project/cpp-filecoin/pull/128! And I split out the rest of the CMake changes to https://github.com/filecoin-project/cpp-filecoin/pull/601. My last question is about installing libraries in addition to the built...

Is this ready to be merged? I hit the same issue and open https://github.com/sdispater/pendulum/pull/824, which I now see wasn't needed.

I started experimenting with Home Assistant integration so that I can talk to my Philips Hue bulbs, but now I'm waiting for Matter to launch and I'll add Matter support...

> Hey I need to connect my moorebot scout (ros1melodic) to my smart home to get images (Preferably in color) and send commands to and get data from to use...

I'd like to ditch the Hue Bridge for a more open (and far cheaper!) solution. It might be a good summertime project to switch my lighting infrastructure over to a...

OK, finished Kinect 2 support enough for pose detection in MediaPipe: https://github.com/eigendude/oasis_kinect2 I integrated HA into OASIS: https://github.com/eigendude/OASIS/tree/main/oasis_ha. I installed it on a spare RPi 4. I set up all...

It looks like MQTT is the protocol most suited for IoT. I found a ROS 2 MQTT bridge. I'll see if I can get it to work.