[SOLVED] Ubidots-arduino-ethernet

I would like to know if the ubidots-arduino-ethernet library works with esp32. I am trying to compiling but I can´t. There is a probleman with “char const * DEVICE_LABEL”. I’m using the latest library released by Ubidots
Tks

Hello @Adelino,

The ubidots-arduino-ethernet library was tested using a shield with W5100 chip Ethernet controller.

To get started with an ESP32 over ethernet, I recommend you refer the main ethernet library for the board used and follow the WebClient example provided to build a request to Ubidots API.

This guide can serve you as a reference to build the sample code.

Cheers,
Maria H.