Arduino
- Arduino Zero Blinky Tutorial (Apache MyNewt)
- Arduino Zero Blinky Tutorial (Apache MyNewt)
AVR is a family of microcontrollers developed since 1996 by Atmel (now part of Microchip Technology).
AVR is a family of microcontrollers developed by Atmel (now Microchip Technology). It is most famously known as the architecture powering the original Arduino boards (Uno, Nano, Mega).
The ESP32 Arduino core allows you to program Espressif ESP32 series SoCs using the Arduino IDE and ecosystem. The ESP32 is a powerful successor to the ESP8266, featuring integrated WiFi and dual-mode Bluetooth.
LuaNode is an asynchronous, event-driven Lua SDK for ESP8266 and ESP32, heavily inspired by Node.js. It allows developers to write Lua code to interact with hardware peripherals and network services.
NodeMCU is an open-source Lua-based firmware for ESP8266 and ESP32 WiFi SoCs. It includes an interactive Lua shell and a set of modules for interacting with hardware peripherals.
STM32 is a family of 32-bit microcontrollers based on the ARM Cortex-M processor, produced by STMicroelectronics.