Embedded AMS B.V. (@Embedded-AMS)
  • Stars
    star
    229
  • Global Org. Rank 37,650 (Top 12 %)
  • Registered almost 5 years ago
  • Most used languages
    C
    37.5 %
    C++
    37.5 %
    Python
    12.5 %
    Pascal
    12.5 %
  • Location 🇳🇱 Netherlands
  • Country Total Rank 2,401
  • Country Ranking
    Pascal
    73
    C++
    116
    C
    381
    Python
    6,714

Top repositories

1

EmbeddedProto

Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for microcontrollers. It is small, reliable and easy to use.
C++
198
star
2

EmbeddedProto_Example_STM32_UART

Connecting 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.
C
15
star
3

EmbeddedProto_Example_STM32_Bluetooth

In this example we demonstrate using Bluetooth Low Energy (BLE) with a X-NUCLEO-IDB05A1 evaluation board from ST Microelectronics.
C
5
star
4

EmbeddedProto_Example_Makefile

An example for EmbeddedProto on how to setup a project using makefiles.
C++
4
star
5

EmbeddedProto_Example_Arduino_Pro_WiFi_to_NodeJS

This is a simple example showing how an Arduino sends data through a server to a front end. Following this tutorial, you will learn how an IoT system works from the device through the server to the front end.
C++
3
star
6

EmbeddedProto_Example_STM32CubeIDE

An example for EmbeddedProto on how to setup a project using STM32CubeIDE.
C
2
star
7

EmbeddedProto_Example_Mbed_to_server

This example shows how you could communicate over ethernet using TCP sockets in a structured manner, using protobuf and Mbed OS as an RTOS.
Python
1
star
8

EmbeddedProto_Example_MSP430_SD_Logger

A data logger example on an MSP430 using Embedded Proto
Pascal
1
star