klotz: esp32* + iot* + micropython*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. MicroPython is a powerful and user-friendly interpreter for embedded systems, providing interactivity and ease of use for rapid development. The article discusses its advantages, such as the Read, Evaluate, Print, Loop (REPL) interface, and its extensive library support.
    2024-10-06 Tags: , , , , , by klotz
  2. Track Bitcoin prices automatically with an ESP32 and an OLED display using MicroPython or Arduino.

    /u/BesBesCat writes:
    ```
    JSONVar getBTC() {
      String serverPath = "http://api.coindesk.com/v1/bpi/currentprice.json";
      jsonBuffer = httpGETRequest(serverPath.c_str());
      JSONVar myObject = JSON.parse(jsonBuffer);
      return myObject;
    }
    // Use Coindesk's API instead.
    ```
    2024-09-22 Tags: , , , , by klotz
  3. Learn how to use timer interrupts (timers and event handling) with the ESP32 and ESP8266 programmed with MicroPython. Timer interrupts allow you to schedule and execute specific tasks at regular intervals or after a designated time delay.
    2024-07-25 Tags: , , , , by klotz
  4. 2020-06-24 Tags: , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: esp32 + iot + micropython

About - Propulsed by SemanticScuttle