Microcontroller topic

Microcontrollers are small computers on a single integrated circuit, containing a processor, memory, and input/output peripherals. They are widely used in embedded systems for performing specific control functions efficiently. Applications of microcontrollers include robotics, IoT, and home automation. Popular examples include Arduino, ESP32, and Raspberry Pi Pico.

List Microcontroller repositories

sdcc-examples

71
Stars
17
Forks
Watchers

Code examples for microcontrollers ready to compile with SDCC

platform_specific_components

68
Stars
41
Forks
Watchers

Low-level components and hardware drivers for various Cyphal-related projects

LispMicrocontroller

85
Stars
10
Forks
Watchers

A microcontroller that natively executes a simple LISP dialect

tinyscript

86
Stars
15
Forks
Watchers

Tinyscript is a very simple scripting language for microcontrollers with limited memory.

OBJEX_LINK

104
Stars
16
Forks
Watchers

OBJEX Link is a modular IoT board. It is designed to develop IoT devices that are easy to repair and recycle. It is also perfect for rapid prototyping and developing research and robotics projects.

reliance-edge

101
Stars
33
Forks
Watchers

Transactional power-failsafe filesystem for microcontrollers

MCUSim

76
Stars
8
Forks
Watchers

MCUSim is an XSPICE library with microcontrollers.

AVR-cheat-sheet

119
Stars
14
Forks
Watchers

AVR cheat sheet for the ATmega328p

avr-ds18b20

55
Stars
26
Forks
Watchers

AVR library for controlling DS18B20 temperature sensors

gd32vf103-hal

61
Stars
16
Forks
Watchers

Hardware abstract layer (HAL) `embedded-hal` for RISC-V microcontroller GD32VF103 in Rust. Contributions welcomed!