In your projects, say you want to log a lot of measurements into a cloud.
-
What REST API are you using ? do you pay for that ?
-
Most API's today are using https (ssl) , and as far as I know, most processors can't handle it.
What board/processor would you use that enable sending https POST request ? ESP32? mkr1000? Is
there a way to really send a simple ssl request without too much hassle ?
Thanks.