kevinlieb
kevinlieb
After cloning the repo I can not figure out how to build and run on Mac. Please include build / run instructions assuming Go is installed. `go install github.com/stilldavid/gopro-utils/bin/gopro2json@latest` did...
I am getting the following error: `W/System.err: java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 W/System.err: at org.locationtech.jts.geom.impl.CoordinateArraySequence.setOrdinate(CoordinateArraySequence.java:299) W/System.err: at com.wdtinc.mapbox_vector_tile.adapt.jts.MvtReader.readPoints(MvtReader.java:227) W/System.err: at com.wdtinc.mapbox_vector_tile.adapt.jts.MvtReader.readGeometry(MvtReader.java:164) W/System.err: at com.wdtinc.mapbox_vector_tile.adapt.jts.MvtReader.loadMvt(MvtReader.java:141) W/System.err: at com.wdtinc.mapbox_vector_tile.adapt.jts.MvtReader.loadMvt(MvtReader.java:97) ` when I attempt to...
On connection to my car I am seeing: ep0 event 0 ep0 event 2 got version request version negotiation ok auth complete Error: SSL_read failed: -1 2 2 2 Tue...
I got thru all the installation steps on my Odroid N2 but it is not working, mostly because anbox is not starting up. I see the "Starting..." graphic but nothing...
**Carefully written requests are more likely to be given priority.** I would like support for this new round display with dial control This code works for init of Arduino GFX:...
I am trying to write some simple Android Auto apps and not quite getting things to work. I am a somewhat experienced Android developer but the AA stuff is really...
I checked examples and docs and can't find a solution. This seems like such an obvious problem. I have data flowing in, 3-4 times per second, which is voltages across...
I am using the built-in CAN support on esp32-S3. I am looking for a way to detect when CAN has "gone bad" or just stopped working. My symptom is I...
I have a BLE device that is advertising with coded phy but I don't see it on the scans with Blessed API. I see all my other bluetooth devices but...
I'd like to see if there are alerts in the CAN driver like TX full or other failures. I see twai_read_alerts natively does this (but perhaps blocks?) How do I...