klotz: arduino* + iot*

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. Explore Mars Exploration Made Easy: GalaxyRVR, compatible with Arduino, navigates diverse terrains effortlessly, powered by solar charging. With real-time FPV, smart obstacle avoidance, and remote control, you're set for a genuine Martian adventure from anywhere.
    2024-07-12 Tags: , , , , , , by klotz
  6. Arduino Alvik: A Cross-Discipline Tool for Robotics and Programming

    * Easy programming: The Alvik is powered by the versatile Nano ESP32, which streamlines the learning curve in robotics with its comprehensive programming suite that includes MicroPython and Arduino language.

    * Robotic potential: The Alvik comes with multiple integrated sensors, including a Time of Flight, RGB color and line-following array, 6-axis gyroscope and accelerometer, and touchable buttons. This allows users to tackle a range of innovative, real-world projects.

    * Design flexibility: The Alvik features LEGO Technic connectors, allowing users to personalize the robot and expand its capabilities. It also has M3 screw connectors for custom 3D or laser-cutter designs.

    * Connectivity: The Alvik has Wi-Fi and Bluetooth LE connectivity, making it easy to connect to other devices.
  7. 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!
  8. A blog post about a portable starmap project built using Arduino. The project includes a round LCD display, GPS module, and star chart data stored in a flash memory chip.
    2024-07-06 Tags: , , , , , , , by klotz
  9. This repository contains a star/planets engine in an Arduino library.
    2024-07-06 Tags: , , , , , , by klotz
  10. 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

Top of the page

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

About - Propulsed by SemanticScuttle