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
- Host: GitHub
- URL: https://github.com/gerardnico/connected-interaction-kit
- Owner: gerardnico
- Created: 2025-03-03T14:53:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T20:57:14.000Z (3 months ago)
- Last Synced: 2025-03-15T21:38:44.432Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)