Skip to content

PsychOS v0.4.8-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:34
· 54 commits to main since this release

🎉 PsychOS Alpha Release v0.4.8-beta

✨ New Features

  • USB HID Communication Bridge
  • Volume Control System
    • Smooth increment/decrement with direction lock
    • Configurable polling rate (1000Hz)
  • FreeRTOS Task Management

📥 Installation

Download psychos-0.4.8-beta.bin and flash using:

# Windows
esptool.py --chip esp32s3 --port COM[X] write_flash 0x0 psychos-0.4.8-beta.bin

# Linux/macOS
esptool.py --chip esp32s3 --port /dev/ttyUSB0 write_flash 0x0 psychos-0.4.8-beta.bin

⚠️ Known Issues

  • Matrix scanning in development
  • Configuration system pending

🛠️ Next Steps

  • Complete matrix scanning implementation
  • Add configuration interface
  • Implement layer system