esp32_projects
EmbeddedProto
esp32_projects | EmbeddedProto | |
---|---|---|
2 | 4 | |
1 | 214 | |
- | 1.4% | |
2.0 | 4.4 | |
over 1 year ago | 13 days ago | |
C++ | C++ | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
esp32_projects
-
Need help!
There are a couple of ways to address this. Due to the constraints of memory available in the Arduino you probably want to use an approach similar to one that I tried out when experimenting with an ESP32 to implement a test of a web server and a test of multiple blinking LEDs. See RichardChambers/esp32_projects: various projects with an ESP32 microcontroller using various sensors and breadboards (github.com) and especially see the Lib source folder which contains the library I wrote to allow pseudo multi-threading.
-
How Do I Combine Two Separate Sketch's Into One And Run Them Simultaneously?
RichardChambers/esp32_projects: various projects with an ESP32 microcontroller using various sensors and breadboards (github.com)
EmbeddedProto
-
What is the best data serialization protocol for real-time embedded systems
Have you looked into Embedded Proto? https://embeddedproto.com/
-
Where can I find safety critical or hard real-time C or C++ libraries?
For a general embedded library for safety critical applications you could look at our Embedded Proto lib. This is a data serialization lib which is checked against the MISRA coding standard guidelines. Doing so makes it possible for our customers to use it in medical applications.
-
Is there any added value of using JSON to interface via ethernet?
That's when protobuf has your back if other formats don't.
What are some alternatives?
cspot - A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
nanopb - Protocol Buffers with small code size
P01.12V-2021.11 - Access Pro Hardware and Sample Code
modm - modm: a C++23 library generator for AVR and ARM Cortex-M devices
ESP32Marauder - A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
amp-embedded-infra-lib - amp-embedded-infra-lib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development
HomeSpan - HomeKit Library for the Arduino-ESP32
uTensor - TinyML AI inference library
IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
pymcuprog - a Python utility for programming various Microchip MCU devices using Microchip CMSIS-DAP based debuggers
Arduino-AppleMIDI-Library - Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)
PlatformIO - Your Gateway to Embedded Software Development Excellence :alien: