Hi - total n00b here - first time using Balena on an old Pi Zero I had kicking around
I have my OS installed and internetspeedtest application is running but when I try to access the Public Device URL I get an error message
" We encountered an error when reaching this balena.io device:
UUID 0fa630f9ed43b6bd0761aaedab345c39
tunneling socket could not be established: 500
One possible reason is because nothing is listening on port 80 on the device."
I’m assuming this should take me to the grafana page?
Looking in balenaHub, I see it asks for a Pi 3 or 4. The Zero uses a different CPU architecture, so, that could be the issue. I will try to duplicate this issue on my Pi Zero here, and let you know what I find out.
The project indeed is meant to be run on Pi3/Pi4 devices only. Most of the services use raspberrypi3 or arm32v6 based images which won’t work on a Pi Zero. The GitHub issue David linked should track progress to add support for Pi Zero devices, though it might be that small devices don’t have enough memory for the tech stack that’s being used in the project.