varna9000
varna9000
same here. Anyone found the problem?
Ok, just dug a bit more in here. Apparently the docs haven't been updated. According to the instruction [here](https://github.com/rm-hull/OPi.GPIO/blob/master/doc/install.rst) udev rule lines need to be swapped. In the [docs](https://opi-gpio.readthedocs.io/en/latest/install.html) the...
I suspect you are using the same string for all SSIDs. I did that and it didn't show anything. Change at least one char for each SSID and it works.
Same problem with Safari 13.0.2 (14608.2.40.1.3) on Mac OS.
I've made requirements.txt in my fork [here](https://github.com/varna9000/improved-aesthetic-predictor/blob/0d9d01e3f65bab871270f158ec3bd19e49fc5d33/requirements.txt) Made it on python 3.11
Bump! This bug is still here in v.0.110.0 I confirm that the newest version without the bug is 0.88.1
So I managed to activate the jtag UART (only for flashing) - hold down trabckball button, press reset and release the trackball button. However the normal usb UART still doesn't...
I had the same problem, but managed to solve it. You can allow Nginx to accept TLSv1 (the only version supported by sim800L) and the module will send data over...
If your APN uses username and password, the module won't connect with the current code. I modified sim800L.py and added the following ``` 'setuser': {'string':'AT+SAPBR=3,1,"USER","{}"'.format(data), 'timeout':3, 'end': 'OK'}, 'setpwd': {'string':'AT+SAPBR=3,1,"PWD","{}"'.format(data),...
@sarusso Thanks, will do.