klotz: iot*

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

  1. A user review of the Nerd Miner, a small device with minimal mining capabilities but allows users to participate in the BTC network.
  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. Guide for setting up the NerdMiner, an educational bitcoin mining device powered by the LILYGO T-Display-S3 ESP32-S3 development board. Detailed steps for both educational and simple setup methods are provided.
  4. Nerd Miners offers Bitcoin lottery miners with plug-and-play functionality for DIY enthusiasts.
  5. This project demonstrates how to use the ESP32-CAM to capture an image of a vehicle's license plate, send it to a cloud server for recognition, and display the recognized number plate on an OLED screen. The project includes setup instructions, code, and component details.
  6. 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
  7. This blog post announces the release of Flipper Zero firmware version 1.0, highlighting major new features like dynamic app loading, a redesigned NFC subsystem, JavaScript support, and various system improvements.
    2024-09-10 Tags: , , , , , , by klotz
  8. 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
  9. An email machine, the Cidco MailStation, is repurposed as a terminal using the Z80 processor and msTERM application. The WiFiStation dongle enables network communication.

    - Hardware: Z80 processor, 128KB RAM, 0.5MB flash, modem, parallel port, RTC, QWERTY keyboard.
    - Code Loading: Built-in hex editor or loader program via parallel port.
    - Dev Env: OpenBSD laptop, C/Z80 assembly, SDCC compiler, upload via parallel port.
    - msTERM: Stein's terminal program for BBS communication, custom ISR, modified font.
    - Get Started: Stein's released msTERM code, example project, WiFi adapter option."
  10. This page provides information on how to connect and utilize the SenseCAP Watcher as a Grove sensor using UART communication.

Top of the page

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

About - Propulsed by SemanticScuttle