adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

esp01, gc iot core and ssl #47

Closed h3retek closed 2 years ago

h3retek commented 2 years ago

Hi,

Following PyPortal IoT Plant Monitor with Google Cloud IoT Core and CircuitPython

I'm getting

OKError: No OK response to AT+CIPSTART="SSL","mqtt.googleapis.com",8883,10

after

google_mqtt.connect()

Setup: Pico with ESP 01

Anyone have any ideas?

I'm guesssing it has something to do with old hardware? It being an ESP8266 and all... on account of this post.

ladyada commented 2 years ago

yeah pretty much. this is why we stopped using ESP8266, and use ESP32 only - you need better encryption. not much we can fix with it. please try 'airlift' firmware for esp32! https://learn.adafruit.com/adafruit-airlift-breakout

h3retek commented 2 years ago

Ok, thanks a lot ^_^

I think, I'll just change my project a bit:

Run a ESP32 webserver and post the device status to it, then the webserver can handle Google.