Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gobot | 8,274 | 20 | 23 | a day ago | 27 | May 02, 2022 | 136 | other | Go | |
Golang framework for robotics, drones, and the Internet of Things (IoT) | ||||||||||
Awesome Embedded | 3,412 | 10 days ago | 1 | unlicense | ||||||
A curated list of awesome embedded programming. | ||||||||||
Periph | 1,736 | 76 | a year ago | 30 | May 29, 2022 | 42 | apache-2.0 | Go | ||
Go·Hardware·Lean | ||||||||||
Embd | 1,210 | 16 | 6 | 5 years ago | 4 | March 06, 2017 | 46 | mit | Go | |
Embedded Programming Framework in Go | ||||||||||
Onoff | 1,098 | 693 | 224 | 2 years ago | 57 | April 26, 2021 | 1 | mit | JavaScript | |
GPIO access and interrupt detection with Node.js | ||||||||||
Adafruit_python_dht | 955 | 21 | 5 | 4 years ago | 4 | November 07, 2018 | mit | C | ||
Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black. | ||||||||||
Crochet | 569 | 2 years ago | 54 | bsd-2-clause | Shell | |||||
Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others. | ||||||||||
W1thermsensor | 484 | 29 | 2 | 2 months ago | 24 | January 25, 2021 | 8 | mit | Python | |
A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices. | ||||||||||
Adafruit Webide | 461 | 3 years ago | 12 | other | JavaScript | |||||
This is a simple editor to be used on the Raspberry Pi (or anywhere?). | ||||||||||
Mqtt Io | 395 | 4 months ago | 40 | January 19, 2021 | 45 | mit | Python | |||
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring. |
This library is deprecated and has been archived. Please use the new library here: adafruit/Adafruit_CircuitPython_HT16K33
Python library for controlling LED backpack displays such as 8x8 matrices, bar graphs, and 7/14-segment displays on a Raspberry Pi or BeagleBone Black.
Designed specifically to work with the Adafruit LED backpack displays ----> https://learn.adafruit.com/adafruit-led-backpack/overview
For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is able to compile Python extensions. On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your system is ready by executing:
sudo apt-get update
sudo apt-get install build-essential python-dev
You will also need to make sure the python-smbus and python-imaging library is installed by executing:
sudo apt-get install python-smbus python-imaging
Install the library by downloading with the download link on the right, unzipping the archive, navigating inside the library's directory and executing:
sudo python setup.py install
See example of usage in the examples folder.
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Tony DiCola for Adafruit Industries.
MIT license, all text above must be included in any redistribution