I’m assuming you still have physical access to the device as you’re testing both with Hologram and WiFi, so have you considered connecting directly to the device whilst it’s offline, and testing the connectivity you have? As a first test, I’d make sure that you can access the balenaCloud API from the command line on the device whilst using Hologram, for example: curl https://api.balena-cloud.com/ping should return an OK response.
Hey @naga I have a SIM on the way here so I can help debug this but in the meantime are you sure you still have credit? Your configuration looks fine, but I noticed the free developer/maker plan only has 1MB included which, to quote a colleague of mine, “you can blast through in basically 0 seconds”
Hi @naga . I have actually played around with hologram on balenaOS quite a bit, so perhaps I can try reproduce this on my side. Can you tell me the following:
What OS version
What device type (I assume raspberry pi 3?)
Exact model of the Nova modem you are using.
Does your code interact with iptables or any of the network routing and have you tried this without a container running. i.e provision into a empty application.
Thanks for the response, checking on your end will be helpful.
What OS version - Balena OS: v2.31.5+rev1
What device type (I assume raspberry pi 3?) Rpi 3 B+
Exact model of the Nova modem you are using. - R410M
Does your code interact with iptables or any of the network routing and have you tried this without a container running. i.e provision into a empty application. - I tried with the simple nodejs container as well still not working. May be i can test with the empty application
Hi @naga, I think the core problem is probably the R410M. As far as I know its not fully supported in the ModemManager we have running on balenaOS, for some reason it fails due some interaction with IPV6. One of my colleagues @majorz was looking into it a couple days back with a customer, but not sure they have got any solution yet.
So unfortunately for now only the Hologram Nova 3G modem is working
Hi @naga, indeed we could not get the modem to work under the stable release of ModemManager. Quite possibly it will be supported in a next release of ModemManager. We keep our OS updated with all recent stable releases of the components involved in the networking stack and as soon as there is a new ModemManager version we can check it again. I saw on some of the Hologram pages that they do not support ModemManager, so I assume it may not be a priority on their side: https://community.hologram.io/t/hologram-nova-sara-r410-02b-problems-on-ubuntu/2163 https://hologram.io/docs/guide/dash/serial/
Thanks,
Zahari
@majorz Thanks for your response. I see that the Pi gets connected to the Cellular connection using nova occasionally. The links answers the question of unstable connection.