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: 6793
- 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: 24139
- Thu Nov 22, 2018 2:09 pm
- Forum: ESP32 Arduino
- Topic: WifiClientSecure over Ethernet
- Replies: 1
- Views: 6299
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 ...
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 ...