Here are
173 public repositories
matching this topic...
RIOT - The friendly OS for IoT
Keil projects and libraries for STM32F4xx devices
Keyword spotting on Arm Cortex-M Microcontrollers
Swift for Embedded Systems ✨
Updated
Feb 16, 2020
Swift
Secure boot for 32-bit Microcontrollers!
object-oriented C++ RTOS for microcontrollers
open source bare-metal C firmware and documentation for microcontrollers
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Automated PID tuning using Ziegler-Nichols/relay method for microcontrollers including Arduino
An open-source OS for small embedded applications.
A tiny Javascript runtime for microcontrollers
Oberon → ARMv{6,7E}-M compiler
A lightweight linked list type queue implementation, meant for microcontrollers.
Lightweight unit testing framework for C/C++ projects. Suitable for embedded devices.
VSCode Set-up needed to code for PIC microcontroller using microchip XC 8 compiler.
Updated
Sep 3, 2020
Batchfile
Sensor instrumentation, data management, and minimal UI for tanks full of freshwater prawns 🦐
Updated
Mar 20, 2020
Rust
Generic Circular Queue Buffer implementation for Embedded Systems
Fast, safe and easy to use Cortex-M HAL Library, written in C++ 17
An interpreter for a lisp-like language implemented in C.
high performance AES implementations optimized for cortex-m microcontrollers
Updated
Jun 20, 2020
Assembly
Calculator using LCD, seven segment and pic16f877a
Updated
Dec 26, 2016
Assembly
🎮 Contains the code that can be used with Bossy controllers and derivatives 🎮
Open source project to control light in the room, garage, street, house.
Updated
Jan 29, 2020
Makefile
⚠ 🔑 Attention ! Ne mets pas cette clé: tu risques de te faire hacker très fort !
The TinyML "Hello World" sine wave model on Arduino Uno v3
Updated
Jun 1, 2020
Jupyter Notebook
A simple ring buffer for ISR-task communication
A simple command-line interface for use in embedded systems.
Improve this page
Add a description, image, and links to the
microcontrollers
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
microcontrollers
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,