-
Anthony Aufdenkampe replied to the topic Secure Connection SSL help in the forum Mayfly Data Logger 1 years, 8 months ago
@ldecicco, last autumn I started working on a somewhat similar task using the same radio module, but for posting to Azure EventHub.
As @srgdamiano mentioned, the key is to add HTTPS capabilities using the <span class=”lang:default decode:true crayon-inline “>TinyGsmClientSecure client(modem)</span> . Doing that worked for me and I was able to…[Read more]
-
neilh20 replied to the topic platformio.ini help in the forum Mayfly Data Logger 1 years, 9 months ago
Great @ldecicco – one are to note with “pio pkg install” is how it becomes part of your build process. I like to have a development build environment tree. Then a final “release” environment – and attempt to take a full snapshot of all libs used. I encapsulate the difference in text instructions and operation of the platformio.ini.
-
neilh20 replied to the topic platformio.ini help in the forum Mayfly Data Logger 1 years, 9 months ago
@ldecicco congrats on trying the platformio – it has a lot of professional capability, but like anything – getting in a fancy plane(!) there are lots of bells and whistles that can go off.
For “new” libs there are at least two ways to work with them, a) put the full path to them under libdeps
I find a…[Read more]