Update: I tried to run Ubuntu 20.04 Mate on the Pi4 8GB, but there is an issue with the boot, at least for the out of the box 8GB Pi4. Others have apparently also discovered this and there may be a fix by updating the EEPROM firmware, but I haven’t tried it yet. I would love to hear about anyone else’s experience here?
Anyway I got things up and running using Raspberry Pi OS (32-bit) with desktop, entirely headless from the start. The only additional install was Maven, then I ran mvn clean package
in the RuuviCollector repo folder, and then I ran ruuvicollector from the resultant target
directory. Also note I used the latest install for Influx (1.8.2) but the 6.3.3 install for Grafana. I am getting data and am generally able to run everything, however…
There is pretty severe latency, even for keyclicks at the prompt via ssh. I haven’t yet stopped the influxd and grafana services to see if it is related to them, but I do know the latency remains when ruuvicollector is not running. So it’s not ruuvicollector itself.
Anyone else running the 8GB version of the Pi4?