esp8266-aws_iot icon indicating copy to clipboard operation
esp8266-aws_iot copied to clipboard

Some examples using x.509 certificates and TLSv1.2 under Arduino IDE

Results 15 esp8266-aws_iot issues
Sort by recently updated
recently updated
newest added

Hello Guys, I am new here, I have a problem with arduino when opening certification files .der type, they don't open i dont know why. here's what i got when...

I am getting this error, I tried several things but couldn't get it to work. any help will be appreciated. Thanks

Hello, @copercini . I have followed each instructions you mentioned in READ.md, but still having an issue to connect with AWS via mqtt. After successfully loaded all 3 certs by...

I tested the mqtt_x509_DER example and works really nice. Only I am not receiving the shadow messages. Does someone knows what the reason could be? Via the AWS IoT test...

When I try uploading the code into my WeMos D1 Mini board. It gives me the error below: ``` C:\Users\JakeNguyen\Desktop\ESP8266\mqtt_x509_DER\mqtt_x509_DER.ino: In function 'void setup()': mqtt_x509_DER:117:17: error: 'class BearSSL::WiFiClientSecure' has no...

Hi, I'm using NodeMCU (ESP-12E Module). ESP8266 2.5.0-Beta1, Certificates are copied correctly. This is the error I'm getting : Attempting MQTT connection...failed, rc=-2 try again in 5 seconds Here is...

Hey, I am running into some issues using the DER example. I am using the example sketch and right after attempting to create the MQTT Connection the ESP resets. This...

Is there any way to resume a session to reduce bandwidth usage? I'm trying to use _modem sleep_ between transmissions and the certificates are sent every time (otherwise the messages...

Just a doubt, I notice the code that load ca file is commented. Is this normally? I have used without ca and works fine, but sometimes esp8266 loses connection and...

With message: Attempting MQTT connection...failed, rc=-2 try again in 5 seconds