Search found 3 matches
- Thu Nov 22, 2018 2:34 pm
- Forum: ESP32 Arduino
- Topic: Communication between ESP32 and ESP8266 through SDA and SCL
- Replies: 3
- Views: 6344
- Thu Nov 22, 2018 2:31 pm
- Forum: ESP32 Arduino
- Topic: is it possible to work with 2 setup() functions and 2 loop() within the ESP32-Arduino enviroment
- Replies: 10
- Views: 21870
- Thu Nov 22, 2018 2:09 pm
- Forum: ESP32 Arduino
- Topic: WifiClientSecure over Ethernet
- Replies: 1
- Views: 5881
Re: WifiClientSecure over Ethernet
What library do you replace WiFiClientSecure with when using the Olimex boards? This code works with a Wiz850io and the ESP32 using MQTT (non-TLS) #include <PubSubClient.h> #include <SPI.h> #include <Ethernet2.h> #include <EthernetUdp2.h> #include "time.h" const char* ssid = "xxxxxxxxx"; const char*...