klotz: esp32* + arduino*

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

  1. A Trinket for The Pawn Shop, interacting with an OLED screen and an LED strip, displaying messages and scanning for Bluetooth Low Energy (BLE) devices.
    2024-10-10 Tags: , , , , , , , by klotz
  2. A Flasher utility for DIY miners to flash NerdMiner firmware onto various boards, such as LILYGO S3 Dongle, LILYGO T-Display-AMOLED, ESP32-WROOM, LILYGO T-QT, TDisplay v1.14, ESP32-2432S028R, and M5-StampS3. The flashing process should take less than one minute.
  3. 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
  4. CodeCell is a tiny, Arduino-compatible module with an ESP32-C3, sensors (light, proximity, optional motion), and USB-C charging. Perfect for robotics, wearables, and IoT projects.
    2024-09-10 Tags: , , , , , , by klotz
  5. Arduino IDE extension to get a more meaningful explanation of the stack traces and backtraces on ESP8266/ESP32
    2024-07-12 Tags: , , , , by klotz
  6. The SQFMI Watchy is a fully open-source, hackable ePaper watch based on the ESP32 with a crisp, glare-free 1.54" 200x200 ePaper display which can be programmed using the Arduino IDE and lots of your favourite Arduino/ESP libraries!
  7. Watchy is a customizable watch face platform with various watch faces and a feature to create your own watch face
    2024-07-05 Tags: , , , , , by klotz
  8. 2024-07-05 Tags: , , , , , , , by klotz
  9. Watchy is an open source E-Ink Smartwatch with an MIT license. Development resources and documentation can be found on the official website watchy.sqfmi.com. There are also several retailers selling the watch hardware. See the documentation for instructions on how to get started with developing for Watchy.
  10. 2024-06-11 Tags: , , , , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle