← Back to Installer

🎞️ Filament Turner Releases

Firmware versions and download history

v0.99
Latest Release
View on GitHub
✨ Features

✅ Continuous rotation at 720°/hour

✅ Complete 360° rotation every 30 minutes

✅ 60° movement every 5 minutes

✅ USB powered (any 5V charger)

✅ Smooth half-step motor control

✅ Low power coil de-energization

✅ Open source firmware

🔧 Installation

Browser Flashing: Use the web installer for the easiest experience.

Arduino IDE: Upload using Tools → Upload with the Filament_Turner.ino sketch.

PlatformIO: Run platformio run --target upload

Manual: Use esptool.py: esptool.py write_flash 0x0 filament_turner.bin

📋 Requirements

• Wemos D1 R1 or compatible clone

• 28BYJ-48 stepper motor (5V)

• ULN2003AN Darlington driver

• 5V USB power supply

📚 Documentation

Build Guide - Hardware assembly and configuration

README - Project overview

GitHub Repository - Source code