LoPy4 freezes when publishing to SIGFOX #330
Description
Hello everyone,
I'm using a Lopy4 board.
Firmware:
(sysname='LoPy4', nodename='LoPy4', release='1.18.2.r7', version='v1.8.6-849-df9f237 on 2019-05-14', machine='LoPy4 with ESP32', lorawan='1.0.2', sigfox='1.0.1')
Some weeks ago I bougth 30 LoPy4 units and assembled 30 units of this IOT device.
When testing the new devices an issue appeared, but is an issue that appeared with this new group of LoPy4. I didn't change any line of my code but now the devices become freezed while trying to publish data to SIGFOX.
The device runs s.send(bytes(data))
as always to publish data to SIGFOX, but becomes freezed and doesn't publish. If I reboot manually the device, it publishes sometimes and other times becomes freezed again.
I tried to downgrade the micropython firmware to older versions but it doesn't solves the problem. And if I use the same code with older LoPy4 (I have around 100 units) it works fine.
I hope that you know what is happening.