Unified AI-Assisted Platform for Biomedical Device Control
Control, monitor, and safely operate modular biomedical devices (PCR machines, incubators, and more) through a single integrated interface.
Axionyx is a comprehensive IoT platform for biotech laboratories, providing:
- ESP32 Firmware - Smart device firmware with WiFi provisioning
- Mobile Application - Flutter cross-platform app (iOS & Android)
- Web Dashboard - Next.js modern web interface
- Backend Services - Python FastAPI server (future)
Get started with Axionyx devices and apps.
Set up all components for development.
Flash ESP32 devices with Axionyx firmware.
- Getting Started - Setup guides for all components
- User Guide - Using devices and applications
- API Documentation - REST API & WebSocket protocols
- Architecture - System design and architecture
- Device Specifications - PCR, Incubator, Dummy device specs
- Development Guides - Component-specific development
- Reference - API references and configuration
- Contributing - How to contribute
Axionyx/
├── firmware/ # ESP32 device firmware (C++/Arduino)
│ ├── common/ # Shared components (WiFi, HTTP, WebSocket)
│ ├── pcr/ # PCR machine firmware
│ ├── incubator/ # Incubator firmware
│ └── dummy/ # Test device firmware
├── mobile/ # Flutter mobile app (Dart)
├── frontend/ # Next.js web dashboard (TypeScript/React)
├── backend/ # FastAPI backend (Python) - Future
├── infrastructure/ # Docker & deployment
├── docs/ # Complete documentation
└── README.md # This file
- WiFi provisioning with captive portal
- REST API (14 endpoints)
- WebSocket real-time communication
- PID temperature control
- Multi-device support
- OTA updates (future)
- Cross-platform (iOS & Android)
- Device discovery via mDNS
- Real-time monitoring
- WiFi provisioning
- Multi-device management
- Browser-based control
- Real-time telemetry
- Historical data
- Data export
- PCR Machine - 3-zone thermal cycler for DNA amplification
- Incubator - Environmental control (temperature, humidity, CO2)
- Dummy Device - Test device for development
More devices coming soon (centrifuge, spectrophotometer, etc.)
- Documentation: docs/README.md
- Issues: GitHub Issues
- Discussions: GitHub Discussions
We welcome contributions! See Contributing Guide for details.
See LICENSE file for details.
Version: 1.0.0 Status: Active Development