Motion library for Ingenia servo drives with python

Ingeniamotion is a library that works over ingenialink and aims to simplify the interaction with Ingenia’s drives. Requirements Build Module Install locally: python setup.py build_ext -i python setup.py install Generate .whl file: python setup.py build_ext -i python setup.py bdist_wheel Generate documentation For develop the documentation it’s recommended uninstall the ingeniamotion in the pipenv and remove all the .pyd    

Read more

Open source hardware and software platform to build a small scale self driving car

Donkeycar is minimalist and modular self driving library for Python. It is developed for hobbyists and students with a focus on allowing fast experimentation and easy community contributions. Quick Links Use Donkey if you want to: Make an RC car drive its self. Compete in self driving races like DIY Robocars Experiment with autopilots, mapping computer vision and neural networks. Log sensor data. (images, user inputs, sensor readings) Drive your car via a web or game controller. Leverage community contributed […]

Read more

CircuitPython library for the CH559 USB to Serial chip

Why? Because you might want to get keyboard/mouse/gamepad/HID input into your CircuitPython projects without having to think much about USB. Usage Copy the adafruit_hid CircuitPython library bundle into the lib directory on your CircuitPython device. Copy the ch559.py file into the lib directory on your CircuitPython device. Hook up the CH559’s Tx and Rx pins to your desired UART pins on the CircuitPython device. (In the example image below, I am using pins D6 (TX) and D7 (RX) on a […]

Read more

An open-source, low-cost, image-based weed detection device for fallow scenarios

OpenWeedLocator Welcome to the OpenWeedLocator (OWL) project, an opensource hardware and software green-on-brown weed detector that uses entirely off-the-shelf componentry, very simple green-detection algorithms and entirely 3D printable parts. OWL integrates weed detection on a Raspberry Pi with a relay control board in a custom designed case so you can attach any 12V solenoid, relay, lightbulb or device for low-cost, simple and opensource site-specific weed control. Projects to date have seen OWL mounted on robots and vehicles for spot spraying! […]

Read more

Upgrade MIB2 STD ZR Firmware without Navigation

mib2std-zr-firmware-upgrade This repository contains some scripts and documentation how to upgrade the MIB2 firmware to a different HW train (e.g.: 02xx -> 03xx, 04xx). The documentation is for the Technisat MIB2 STD unit without navigation. It describes how to patch the swdownload binary, that the unit accepts updates for a higher HW train.In addition to this repository it’s required to have access to the MIB Solutions folder on MEGA.nz (Link can be found in various forums and is changing from […]

Read more

Library for Python 3 to communicate with the Google Chromecast

pychromecast Library for Python 3.6+ to communicate with the Google Chromecast. It currently supports: Auto discovering connected Chromecasts on the network Start the default media receiver and play any online media Control playback of current playing media Implement Google Chromecast api v2 Communicate with apps via channels Easily extendable to add support for unsupported namespaces Multi-room setups with Audio cast devices Check out Home Assistant for a ready-made solution using PyChromecast for controlling and automating your Chromecast or Cast-enabled device […]

Read more

Python module for the qwiic serial control motor driver

Qwiic_SCMD_Py Python module for the qwiic motor driver This python package is a port of the existing SparkFun Serial Controlled Motor Driver Arduino Library This package can be used in conjunction with the overall SparkFun qwiic Python Package Documentation The SparkFun qwiic SCMD module documentation is hosted at ReadTheDocs Installation PyPi Installation This repository is hosted on PyPi as the sparkfun-qwiic-scmd package. On systems that support PyPi installation via pip, this library is installed using the following commands For all […]

Read more

A project tried to get information about the hardware of your victims

WebhookHardware git clone https://github.com/Br3Fuck/WebhookHardware/ cd WebhookHardware / And configure the file! pip install requests || pip3 install requests pip install discord_webhook || pip3 install discord_webhook pip install discord || pip3 install discord pip install threading || pip3 install threading pip install uuid || pip3 install uuid pip install psutil || pip3 install psutil GitHub https://github.com/Br3Fuck/WebhookHardware    

Read more

A Python package that generates hardware pinout diagrams as SVG images

pinout SVG diagram creation from Python code – pinout provides an easy method of creating pin-out diagrams for electronic hardware. Please visit pinout.readthedocs.io for the full quick start tutorial and detailed documentation on all options provided by the pinout package. Quick start pinout can be easily installed with pip and provides some sample files that demonstrate key features. Install Using a virtual environment is recommended; Start by installing the pinout package. Either clone this repo and pip install it or […]

Read more