About 1,020,000 results
Open links in new tab
  1. 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 ...

  2. 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 which 1 of the 4 …

  3. 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 in this scope The …

  4. 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 …

  5. Building a Distributed API-Driven Relay Control System with Arduino ...

    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 messaging, and a …

  6. 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 necessary to use a …

  7. 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 Official Arduino AVR …

  8. Récupération des couleurs Tempo EDF avec un ESP32 - Arduino Forum

    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 ESP32, qui …

  9. Setting and reading Thing variables via the Python API

    Jul 27, 2022 · I would like to be able to read from and write to the variables of a Thing using the Python API and have a question. The API documentation here doesn't mention device variables at all, but …

  10. 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, and following …