Skip to content

Arduino Remote Connection Setup #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
onurcakmakceng opened this issue Sep 25, 2019 · 3 comments
Closed

Arduino Remote Connection Setup #1

onurcakmakceng opened this issue Sep 25, 2019 · 3 comments
Assignees
Labels
task Issue type wontfix This will not be worked on

Comments

@onurcakmakceng
Copy link
Owner

@onurcakmakceng
Copy link
Owner Author

Altenartives:

  • GCP IoT (has free tier up to 500mb/month)
  • Amazon IoT - not free

@onurcakmakceng
Copy link
Owner Author

onurcakmakceng commented Sep 26, 2019

There is TLS support/processor in only Wifi module (ESP8266) not in Ethernet module (ESP32) or shield (w5100). You can use TLS with 'WifiClientSecure' library (only for Wifi modules/shields) but could not use 'EthernetClient' library (There is no support for TLS). Flespi.io (with Adafruit MQ) supports TLS but in their sample code they used 'WifiClientSecure' structure.

https://forum.arduino.cc/index.php?topic=608163.0
esp8266/Arduino#3277
https://forum.arduino.cc/index.php?topic=17540.0

What a disappointment!

image

@d-a-v
Copy link

d-a-v commented Oct 31, 2019

We can have TLS over Ethernet on esp8266/arduino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Issue type wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants