Home - Tsangares/iotaworkshop GitHub Wiki

Welcome to the iotaworkshop wiki!

Bill of Materials

To find out what components were used in this project please view the Bill of Materials.

Wiring

To learn how to wiring the components together please view the page on wiring.

IOTA Streams

To view how to install, how we use and the benefits of IOTA Streams please view the IOTA Streams wiki page.

Installation

To setup your pi zero with the software you need to run Iota Workshop please view the page on installation.

Whitepaper

To learn more about the context of this project and the inspiration behind it, view the whitepaper/gist.

Modules

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.