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
Communincating Sensor data with Embedded Proto
This example shows how you could communicate over UART in a structured manner using protobuf on a FRDM-KE02Z development board. Embedded Proto is used to generate the embedded code while regular protoc code is used for the python desktop script. Commands are sent from the PC to the MCU. The MCU will in turn reply with a message to send … Read More