-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the iotaworkshop wiki!
To find out what components were used in this project please view the Bill of Materials.
To learn how to wiring the components together please view the page on wiring.
To view how to install, how we use and the benefits of IOTA Streams please view the IOTA Streams wiki page.
To setup your pi zero with the software you need to run Iota Workshop please view the page on installation.
To learn more about the context of this project and the inspiration behind it, view the whitepaper/gist.
All of the code used in this project is encapulsated into a easy to use pip package. Many of them have command line interfaces to use the tool and they can all be imported as a module to have enable advanced usage. The following project uses these packages, each of which holds a general purpose beyond this project.
- iotaescrow: A escrow implementation using IOTA.
- servo_lock: A general purpose, high level servo controller.
- pibeep: A buzzer utility that offers a variety of sounds and enables tools to make any sound possible using buzzers.
- piepd: A e-paper controller that displays text or QR codes using any of the waveshare screens.
- rc522: An RFID sensor utility used to confirm and verify RFID tags for the rc522 sensor.