
How to select a timer in ESP32 Arduino API 3.0
Mar 18, 2025 · Thanks to several real knowledgeable members I'm starting to understand the nuances of esp32 timers. I still has a few question to resolve: In API version 2.0 you selected …
How to get weather from an API - Arduino Forum
Jan 2, 2025 · I try to get the weather from an api. I have my key and it works fine but the code give me a 404 error. I started with an example with WIFININA and the example works ...
ESP32 - HTTPS request with API token - Arduino Forum
Nov 29, 2023 · Hi, I am trying to make an HTTPS request using an ESP32 development board. I am using the HTTPClient library to make the request. I have an API token for this request. The …
ledcAttachPin ledcSetup error and how to solve it? - Arduino Forum
Sep 16, 2024 · Im using arduino IDE 2.3.2 with esp32 wrrom kit and Im trying to generate a simple pwm example and Im getting this error: Compilation error: 'ledcSetup' was not declared …
ESP32 https connection to REST API doesn't work - Arduino Forum
Oct 2, 2024 · Hello, I use an ESP32 with Arduino IDE and want to communicate with the REST API of a smart home controller (Bosch smart home). The connection needs to be https. Its …
Building a Distributed API-Driven Relay Control System with …
Oct 15, 2024 · I'm thrilled to share my ambitious project that combines several technologies: an Arduino Uno, an ESP32, an 8-channel relay module, a .NET Core Web API, RabbitMQ for …
Set variable value with API - Cloud IoT - Arduino Forum
Nov 25, 2020 · Hello, i would like to know if it is possible to change a variable value of a thing in arduino IoT cloud. im talking about the api from this link Arduino IoT Cloud API
Arduino core vs Arduino API - Programming - Arduino Forum
Mar 19, 2020 · In the case of Arduino specifically, a "core" refers to the implementation of the hardware-specific functions that make up Arduino (GitHub - arduino/ArduinoCore-avr: The …
Récupération des couleurs Tempo EDF avec un ESP32 - Arduino …
Dec 9, 2023 · Ce tuto concerne uniquement ceux qui ont un contrat Tempo chez EDF. Il explique comment accéder à la couleur du jour Tempo en cours et du lendemain, en utilisant un …
Arduino Cloud rest API
Jun 24, 2024 · HI, i am trying to get the sensor data from arduino IOT cloud dashboard to another site, and therefore trying to connect REST API through Python. Im using portenta H7 board, …