4 skills found
Embedded-AMS / EmbeddedProtoEmbedded Proto is a C++ Protocol Buffers implementation specifically suitable for microcontrollers. It is small, reliable and easy to use.
Embedded-AMS / EmbeddedProto Example STM32 UARTConnecting a micro controller with a PC is simple when using google protocol buffers. This example shows you how you could communicate over UART in a structured manner. Embedded Proto is used to generate the embedded code while regular protoc code is used for the python desktop script. Commands are send from the PC to the micro controller. The chip will in turn reply with a message to give a status update.
Embedded-AMS / EmbeddedProto Example STM32 BluetoothIn this example we demonstrate using Bluetooth Low Energy (BLE) with a X-NUCLEO-IDB05A1 evaluation board from ST Microelectronics.
Embedded-AMS / EmbeddedProto Example MakefileAn example for EmbeddedProto on how to setup a project using makefiles.