Alan Boris

Results 36 comments of Alan Boris

Has it been tested to have the onboard mqtt both publish and listen? I think as long as the topic names are different it should be OK.

@balena-ci rebase

You'll need to change the I2C address of one of the bme680s if you attach more than one to the same Pi. If you are using the Adafruit version, "By...

What type of device are you using?

Sense V2 won't work on the Pi Zero because Influx does not have an ARMv6 build, but there should not be an issue with the Pi2 or 3. What version...

It looks like the Orange Pi Zero does not use the hard-coded I2C bus number 1. I'm testing an addition to the sensor block so that you can specify a...

@lasuridze can you try pulling the latest version of the sensor block and setting the `BUS_NUMBER` service variable to `0` (or whichever bus you are using?)

I just tested the simple-sensor with a BMP-280 on the Fin and it worked as well. I did not see the BME680 kernel module in balenaOS (2.80.3+rev1, prod) so I'm...

I see that kernel module now, the manifest explorer dropdown must have been out of sync.

Hi @tdurand There's a new balena repo for OpenDataCam 3.0.0b2 [here]( https://github.com/balena-io-playground/opendatacam/tree/3.0.0-beta2). The base image has been streamlined a bit and is now using OpenCV 4.1.1. In addition, this version...