Valentin
ExamplesProject 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
about Using Embedded Proto with ESP32 in PlatformIO
Bart Hertog
ExamplesProject Setup
Work smart and have code generated for you by your makefile! This example will demonstrate how to set up a project with Embedded Proto using Makefiles. All the *.proto files will automatically be detected; each source file code will be generated and built. The following topics will be addressed: 1. Setup the project 2. Initiating Embedded Proto 3. Including all …
Read More
about How to set up a project with Embedded Proto using Makefiles
Bart Hertog
ExamplesProject Setup
In this example we will demonstrate how to set up a project with Embedded Proto using STM32CubeIDE. The example below makes use of the NUCLEO-F466RE board, made by ST Microelectronics. The steps required to set up a project are: 1. Start a new project in the IDE 2. Initiate Embedded Proto 3. Automatically convert *.proto files. 4. Build the project …
Read More
about How to set up a project with Embedded Proto using STM32CubeIDE