A CAN netbooting example with Embedded Proto

ValentinExamples

Controller Area Network (CAN) is a robust communication protocol widely used in embedded systems, particularly in automotive, industrial, and automation applications. This example demonstrates how you can use Embedded Proto to structure data exchanges over a CAN bus. In this setup, Embedded Proto helps define messages for controlling a net booting process in the microcontroller, such as setting the microcontroller … Read More

Using Embedded Proto with ESP32 in PlatformIO

ValentinExamples, Project Setup

This repository features a demo project showcasing the use of the Embedded Proto library in an ESP32 PlatformIO environment. You can explore the demo to experiment with the code and test it on your own board. Additionally, the tutorial provided will guide you step-by-step in creating a similar project from scratch. Demo To try out the demo provided in this … Read More