Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Raspberrypiwireguard | 823 | 3 months ago | 19 | |||||||
Install and configure WireGuard on Raspberry Pi (and others) | ||||||||||
Raspberrypi Freertos | 356 | 5 years ago | 6 | other | C | |||||
A port of FreeRTOS to the raspberry pi. | ||||||||||
Serial Port Json Server | 308 | 5 years ago | August 17, 2015 | 39 | gpl-2.0 | Go | ||||
A serial port JSON websocket server for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port. | ||||||||||
Warrior Dockerfile | 220 | 3 days ago | 3 | Shell | ||||||
A Dockerfile for the ArchiveTeam Warrior | ||||||||||
Docker Unms | 137 | 4 years ago | 1 | Dockerfile | ||||||
This image is no longer maintained: https://github.com/oznu/docker-unms/issues/53 | ||||||||||
Piadvanced | 120 | 4 years ago | 5 | Shell | ||||||
This started as a custom install for my pihole! | ||||||||||
Soft_uart | 118 | 10 months ago | 17 | gpl-3.0 | C | |||||
Software-based serial port module for Raspberry Pi. | ||||||||||
Arduino Robust Serial | 116 | 2 months ago | 2 | April 15, 2018 | 5 | mit | C++ | |||
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust. | ||||||||||
Picopi | 108 | 6 years ago | 7 | C | ||||||
Port of Android Pico TTS to the Raspberry Pi | ||||||||||
Nwjs_rpi | 94 | 2 months ago | 6 | Shell | ||||||
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3) |
Original source code: https://bitbucket.org/dewoodruff/mcp23017-python-3-library-with-interrupts.
New in this repo
Resolve bug where multiple pins on the same bank cause an interrupt. The original code assumed that only one pin is high of the INTCAP register. More details of the chip can be found here: http://ww1.microchip.com/downloads/en/DeviceDoc/20001952C.pdf.
This library implements a python 3 library for the MCP23017 port expander chip. It is intended to be used on a Raspberry Pi in conjunction with the built in GPIO pins.
Requirements:
Features: