Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.73 KB

Build

Puara Module template (module manager)

This repository contains several templates to be used as a base to create devices that can be controlled over the network the Puara Framework.

How to use

  • Install PlatformIO (VSC recommended as the code editor)
  • Clone this repository locally
  • Open the template folder that interests you as a PlatformIO project using the Add Existing button at the Project manager tab.
  • You are ready to edit the template.
  • Once finished, remember to change the board before uploading your firmware to the ESP32 board. This template is configured to the TinyPico, but the firmware is compatible with any ESP32-based board.

Available Templates

basic

Use this as a bare-minimum template to just make puara-module available in you microcontroller.

basic-osc

Use this as a base if you want to send and receive osc messages.

ble-advertising

Use this as a base if you want to expose sensor data as BLE advertisements.

libmapper-osc

Use this as a base if you want to use libmapper or raw OSC messages.

More Info on the research related with Puara

http://www.sat.qc.ca

http://www.idmil.org

https://www.edumeneses.com

Licensing

The code in this project is licensed under the MIT license, unless otherwise specified within the file.