Skip to content

An example project that uses nanopb to pass messages on USB using Chibios

Notifications You must be signed in to change notification settings

parzival2/Nanopb_Serial

Repository files navigation

Nanopb Serial

An example project that uses nanopb to pass messages on USB using Chibios. The proto files used are in proto folder and the headers and sources will be automatically generated using the cmake file provided in Nanopb.

Inorder to differentiate messages, every message has enum infront of it that differentiates it from other messages.

This implementation uses Bluepill to run the code. The messages are received and parsed using a script provided in Scripts folder. The proto files are converted into their python counter parts using python-betterproto. Please have a look in that repository for installation details.

About

An example project that uses nanopb to pass messages on USB using Chibios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published