An open API service indexing awesome lists of open source software.

https://github.com/gerardnico/connected-interaction-kit

Tu Delft Connected Interaction Kit
https://github.com/gerardnico/connected-interaction-kit

Last synced: 2 months ago
JSON representation

Tu Delft Connected Interaction Kit

Awesome Lists containing this project

README

        

# Connected Interaction Kit

Code snippets and notes from the [Connected Interaction Kit](https://id-studiolab.github.io/Connected-Interaction-Kit/)
developed by the [id-StudioLab](https://studiolab.ide.tudelft.nl/studiolab/)

## Components

* [TuDelft Doc](https://id-studiolab.github.io/Connected-Interaction-Kit/tutorials/preparation/tools-and-equipment)
* Lib: [Circuitpython](https://circuitpython.org/)
* Hardware:
* [Microcontroller Adafruit ItsyBitsy RP2040 or M4 Express](https://learn.adafruit.com/adafruit-itsybitsy-rp2040/overview)
* [Bitsy Expander](https://github.com/id-studiolab/BitsyExpander)
* with ESP32 ROOM Wi-Fi module (controllable by the [esp32spi library](https://docs.circuitpython.org/projects/esp32spi/en/latest/))
* Integrated development environment / Editor: [Mu Editor](#mu-editor)
* Device: `CIRCUITPY` (storage device seen in file explorer)
* Main script: `code.py`

## Mu Editor

[Mu Editor](https://codewith.mu/)

* The Serial Monitor (menu icon) lets you see messages printed by your program (`print` function)

## Note

[Idea Editor is also possible](https://learn.adafruit.com/welcome-to-circuitpython/pycharm-and-circuitpython)