Skip to content
View grimimirg's full-sized avatar

Block or report grimimirg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 3d-holographic-fan-display 3d-holographic-fan-display Public

    (NEW!) (WIP!) 3D holographic fan display controlled by ESP32. Renders custom 2D images. It features a Wi-Fi interface for content upload and real-time motor speed control.

    C++

  2. gartner-nodes gartner-nodes Public

    (WIP!) An ESP32 gateway that accepts DSL‐style JSON rules over HTTP, stores them, and listens for LoRa sensor updates to decide when to irrigate. When a rule fires, it sends one LoRa packet with zo…

    C++

  3. gartner-app gartner-app Public

    (WIP!) A lightweight web interface lets you author irrigation rules in an intuitive DSL (“when…then…terminate when…”), parses them into JSON, and POSTs the result to the Master Node’s /saveProgram …

    TypeScript

  4. auth-middleware auth-middleware Public

    (WIP!) Flask-based Auth Middleware microservice providing a /authenticate endpoint for user login via username/password or refresh token. Scalable and atomic, it returns JWT access and refresh toke…

    Python

  5. esp32-ap-web-server esp32-ap-web-server Public

    Arduino sketch for ESP32 that hosts a web server in station or access point mode, serving a simple HTML page and a /pin HTTP endpoint to toggle digital GPIO pins via URL parameters, complete with C…

    C++

  6. masterchef masterchef Public

    Python project for managing consumer availability for weekly menus. Defines ConsumerAvailability and MasterChef classes to track and group weekly availability, add or remove entries, retrieve the n…

    Python