-
Updated
Dec 20, 2020 - C
#
microcontrollers
Here are 219 public repositories matching this topic...
RIOT - The friendly OS for IoT
Open source ARM Cortex-M microcontroller library
-
Updated
Dec 19, 2020 - C
Keil projects and libraries for STM32F4xx devices
-
Updated
Nov 30, 2020 - C
Keyword spotting on Arm Cortex-M Microcontrollers
-
Updated
Apr 10, 2019 - C
A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.
python
tutorial
microcontroller
microcontrollers
article
micropython
educators
linkedin
kids
microbit
stem
mu
pythonforeverybody
pythonforbeginner
pythonlearning
kidscancode
educator
pythonforkids
kids-utilizing
step-lessons
-
Updated
Dec 19, 2020 - Python
Secure boot for 32-bit Microcontrollers!
-
Updated
Dec 18, 2020 - C
modm: a C++17 library generator for AVR and ARM Cortex-M devices
avr
microcontroller
generator
microcontrollers
cortex-m
cpp
data-driven
stm32
hal
drivers
eurobot
modm
-
Updated
Dec 20, 2020 - C++
object-oriented C++ RTOS for microcontrollers
arm
library
real-time
framework
microcontroller
embedded
microcontrollers
cortex-m
cpp
cpp11
operating-system
arm-microcontrollers
rtos
-
Updated
Dec 8, 2020 - C++
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
python
arduino
machine-learning
performance
deep-neural-networks
deep-learning
microcontrollers
neural-network
compiler
raspberrypi
llvm
odroid
tensor
arm64
sparkfun-products
edge-devices
onnx
dnn-compiler
dnnc
inference-framework
-
Updated
Nov 4, 2020 - C++
open source bare-metal C firmware and documentation for microcontrollers
-
Updated
Dec 16, 2020 - C
Automated PID tuning using Ziegler-Nichols/relay method for microcontrollers including Arduino
-
Updated
Sep 6, 2020 - C++
An open-source OS for small embedded applications.
iot
avr
arm
microcontrollers
state-machine
stm32
coroutines
os
embedded-systems
internet-of-things
event-driven
msp430
lpc
multitasking
rtos
cooperative
pic32
kinetis
embedded-c
command-line-interface
-
Updated
Dec 2, 2020 - C
Oberon → ARMv{6,7E}-M compiler
-
Updated
Oct 8, 2020 - Modula-2
PyCon 2020 Talk: "How to build an intelligent “indoor garden” with microcontrollers, CircuitPython, and IoT."
-
Updated
Oct 12, 2020 - Python
A lightweight linked list type queue implementation, meant for microcontrollers.
-
Updated
Jun 4, 2020 - C++
Open
No error tracking
5
lewisrichardson2103
commented
Dec 15, 2020
Hi, This is a nice simple library so thank you for developing it.
One thing that would be very useful is a means to extract the error in some manner after each learning epoch.
Perhaps mean error squared? this would allow us to track the progress and stop teaching the network when we are happy with the error is small enough. On top of this it will help us understand if we are improving the netw
Lightweight unit testing framework for C/C++ projects. Suitable for embedded devices.
testing
c-plus-plus
unit-testing
arm
cmake
embedded
microcontrollers
cortex-m
tdd
cpp
c-plus-plus-11
cpp11
bsd-license
test-driven-development
embedded-devices
arm-microcontrollers
-
Updated
Feb 21, 2017 - C++
An interpreter for a lisp-like language implemented in C.
language
iot
lisp
interpreter
microcontrollers
esp32
repl
concurrency
freertos
stm32f4
chibios
zephyr
x86-32
nrf52
quasiquotation
zynq-7000
-
Updated
Aug 27, 2020 - C
Sensor instrumentation, data management, and minimal UI for tanks full of freshwater prawns 🦐
docker
rust
redis
mqtt
raspberry-pi
arduino
esp8266
microcontrollers
electronics
temperature
rust-lang
farming
prawn
water-quality
sensors
espressif
aquarium
freshwater-prawns
ph-levels
prawns
-
Updated
Mar 20, 2020 - Rust
Generic Circular Queue Buffer implementation for Embedded Systems
-
Updated
Mar 19, 2017 - C
Fast, safe and easy to use Cortex-M HAL Library, written in C++ 17
-
Updated
Dec 13, 2020 - C
A simple command-line interface for use in embedded systems.
cli
embedded
microcontrollers
command
command-line
embedded-systems
command-line-tool
commandline-interface
command-line-interface
command-parser
embedded-cli
-
Updated
Sep 8, 2020 - C
Code for the multiclass classifier version of SEFR
golang
classifier
machine-learning
microcontrollers
micropython
machine-learning-algorithms
python3
classification
circuitpython
arduino-sketch
iris-dataset
tinygo
sefr-classifier
avrs
-
Updated
Dec 5, 2020 - Python
Improve this page
Add a description, image, and links to the microcontrollers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microcontrollers topic, visit your repo's landing page and select "manage topics."
Hello,
I've been trying to build the usb_serial example and run it on a Blue Pill, which is the board being targetted by that example, but I'm getting FLASH overflow errors when building it using the dev profile.
Release fits without issue.
I've been building it with "stm32f103 medium rt stm32-usbd" features.
I