Skip to main content

Example Projects

TODO: This page can be deleted once we are sure the stuff below is covered elsewhere or is not worth covering.

Monitor

Your device emits messages over USB/serial at regular intervals. Client apps and sites then pick up and process these messages.

Link: https://github.com/qromatech/qroma-project-generator/tree/main/examples/qroma-monitor

Send Message - Receive String Response

Your device responds to messages over USB/serial. Client apps and sites send a message and handle a string response.

Link: https://github.com/qromatech/qroma-project-generator/tree/main/examples/hello-qroma-with-str-response

Send Message - Receive Protobuf Response

Your device responds to messages over USB/serial. Client apps and sites send a message and handle a protobuf encoded response.

Link: https://github.com/qromatech/qroma-project-generator/tree/main/examples/hello-qroma-with-pb-response

TinyPico - Change Onboard LED Color

Using this tutorial, you can install firmware and change the LED color from the project site and the auto-generated user interface.

Link: https://github.com/qromatech/qroma-dev-tinypico