-
• #2
Hi,
I am developing a project with esp32-s2 on arduino ide
This is all about Espruino and not Arduino.
Which version of Espruino firmware are you using?
-
• #3
im using arduino ide this patch https://github.com/espressif/arduino-esp32/tree/esp32s2
-
• #4
Ok, so you have an issue with Arduino. This forum is for Espruino only.
Maybe you like to give Espruino a try: http://www.espruino.com/Download
-
• #5
idk js
Hello there
I am developing a project with esp32-s2 on arduino ide. Connecting to the wi-fi network I have no problem sending and receiving data to http sites.
However, when I make requests to https sites, it gives error code -1 or connrection refused. How can I fix this?
I think a CA certificate is required, but I used the certificate record in the example, it didn't work.
I imported the ca certificate of the site that I am requesting, it did not work.