• Hackable Irrigation Timer Valve on Amazon

    07/28/2025 at 17:06 0 comments

    Anyone buy and use any of those cheap irrigation timers from Amazon ? The ones that sit at the outdoor valve/faucet and are on a timer as to when they open the valve ? I'm curious is there is a particular brand/part number that's hackable or has a chip inside that has an open source toolchain for homebrew. Anybody know anything ??????

  • Accessibilita: Open Source Wheel Chair Electrical System

    01/08/2024 at 00:59 0 comments

    Accessibilita

    This is a massive project I've been undertaking in my free time on behalf of the Mobility Independence foundation, you can learn more about them here: https://themif.org/

    This project is entirely free and open source and will be latent open source meaning as soon as antyhing is developed it will be shared and uploaded to github whether it is functional or not. This project aims to be completely transparent and open in the spirit of solving these problems for wheel chair users and sharing information freely for all to utilize all over the world.

    Please if you can show your support by following our github organization and repositories here:

    https://github.com/Accessibilita

    If you would like to contribute or participate in our project feel free to open an issue, submit a pull request, or message me directly !

  • RobotManipulator: Robotics Kinematics Library for Arduino

    12/29/2023 at 22:53 0 comments

    Github

    https://github.com/adamjvr/robot-manipulator

    RobotManipulator

    Define Robot Manipulators or Industrial Robots in the form of DH Parameters for Arduino sketches Requires Arduino Eigen library as dependency found here:
    https://github.com/hideakitai/ArduinoEigen

    Overview

    The `RobotManipulator` class is designed for defining robot manipulators or industrial robots using Denavit-Hartenberg (DH) parameters. It provides functionality for forward kinematics and inverse kinematics using the Jacobian Transpose method. The class is designed to be compatible with the Arduino platform.