Sample project examples

This project contains a few examples to introduce you to various Pigweed concepts, tools, and features. If you encounter any issues along the way, please file a bug to let us know!

Blinky

Give the Pigweed development workflow a spin, and try out a version of the classic “blinky” example constructed with Pigweed libraries!

Unit Testing

Try out Pigweed’s integrated unit testing, including tests that run as part of the build system and on a device!

Interactive RPCs

This example showcases interactive RPCs that allow you to communicate with a device to and instruct it to do something or send/receive data!