3 projects tagged "Microcontrollers"
Storozh is software for collecting and processing telemetry information from remote devices, dispatching events, and generating controlling impacts according to the system state (Supervisory Control And Data Acquisition). Application areas include management of automated equipment, emergency alarm systems, and security systems. The modular architecture of Storozh allows it to be used either as a telemetry collector on minimal PC equipment, as well as for graphical visualization of the system status.
eLua (Embedded Lua) aims to introduce the programming language Lua to the embedded software development world. Lua is the perfect example of a minimal yet fully functional language. The aim of the project is to have a fully functional Lua development environment on a microcontroller (Lua interpreter, modules appropriate for microcontroller environments, and editor) without the need to install a specific toolchain on the PC side.
Ardpicprog is an Arduino-based solution for programming PIC microcontrollers from Microchip Technology Inc, such as the PIC16F84, PIC16F628A, PIC12F675, etc. The solution consists of a circuit that is built on one or more shields, a sketch that runs on the Arduino to directly interface to the PIC, and a host program to control the HEX file reading and writing process.