// MODULE: ARCHIVE
PROJECTS
Authorized access only. A collection of classified engineering schematics, embedded systems prototypes, and full-stack deployments.
root@kionit:~/projects $grep"-i"
[PROTO_REL: v1.0.0]
Neural Network on FPGA
Hardware-accelerated neural network inference engine implemented on Xilinx FPGA. Achieves 10x speedup over CPU-only implementation.
FPGAVerilogNeural NetworksVHDL
[PROTO_REL: v2.0.1]
ESP32 Weather Station
IoT weather monitoring system with ESP32, BME280 sensor, and MQTT-based cloud reporting. Real-time dashboards with historical data analysis.
ESP32MQTTBME280IoTC++
[STABLE_BLD: v3.0.2]
LoRa Mesh Network
Self-healing mesh network protocol for LoRa devices. Supports up to 255 nodes with automatic route discovery and failover.
LoRaMeshC++ESP32
[STABLE_BLD: v1.0.3]
Custom RTOS Scheduler
Lightweight real-time operating system scheduler for ARM Cortex-M4. Priority-based preemptive scheduling with <10μs context switch time.
CARMRTOSAssembly