floBik
floBik
Hi @Matt-Stedman I was also working on implementing ssl support for the SIM7600. Are you aware that your added certificates have no effect on the connection? You need to enable...
Hello @Matt-Stedman-HardStuff , After some time I got the authentication working. I tested the CA authentication and also the client authentication successfully. For me it also works for MQTT with...
An additional note: some servers require a Server Name Indication (SNI), which is not currently supported by my Solution. This is because the SIM7600 only supports this feature from firmware...
Hi @nickdaria, have a look at PR #767. I think this should be the solution you need.
Please check if my PR #25 solves this Issue. It works for me, but I'm not sure if the calibration is working properly now.
There is already a pull request (#767 ) from @Matt-Stedman and myself to add this feature, awaiting approval. Perhaps @vshymanskyy or @SRGDamia1 could take a look at this pr.
I recently created a new PR(#808 ) with a bump to the current TinyGSM version and some refactoring.
Hello all, this Issue should be solved with following PR #25
Hey @LiquidCGS, Could you take a look at this PR to see if it works for you or if it needs some tweaking?
Hi everyone, I have just committed a fix for the problem with the .isEmpty() function, using .length() instead. This should solve the problem. @arduino12 If this doesn't solve your problem,...