ESP32-S3 firmware and SCAD sources for the Dankdryer, the world's best filament dryer.
a nick black joint
Features
- Temperatures up to at least 150℃ when printed with proper materials.
- Such temperatures are appropriate (necessary) for certain engineering filaments.
- A high-temperature spool is required at these temperatures.
- Accurate weight sensing throughout to determine how much water has been exorcised.
- Post contextless deltas to reddit in the heat of dumbass arguments! DATA, bitch!
- Slow rotation like delicious savory meat.
- Equal heating of all the spool's filament.
- Reads RFID tags and applies correct config.
- Control and reporting over MQTT via WiFi.
- OTA firmware upgrades.
- Isolated hot and cool chambers, with most active equipment in the cool chamber.
- Humidity sensing and temperature sensing in both chambers.
- Entirely open source.
More info at dankwiki.
Dependencies
The project is built with GNU Make.
Running make
in the toplevel will attempt to build firmware and STLs.
Building the firmware requires the esp-idf
library and a configured
ESP-IDF environment (i.e. the various IDF_*
environment variables
must be set), along with CMake. idf.py
ought be in your $PATH
,
and work when invoked.
A network configuration file must be created and populated at
esp32-s3/dankdryer/dryer-network.h
.
Firmware
3D models
I use
BOSL2 and
Jörg Janssen's gears.scad, but
they are included as submodules.
Construction
The following pieces are printed:
- lower (cool) chamber
- upper (hot) chamber
- top
- worm gear
- lower coupling (load cell to bearing)
- platform
- gear
Use heat-resistant filaments. My lower chamber is polycarbonate, and my upper
chamber is Bambu PAHT-CF. You obviously don't want to use a target temperature
within 10% of your material's heat deformation temperature.
Renderings
View from the top with spool present, top not present.
View from the top of the lower chamber by itself, with nothing mounted.
Combined OpenSCAD render for mating testing.
Questions
- How does air flow? Let's get some visible air and test it.
- The ESP32-S3 has a MCPWM, a motor controller. Can we eliminate the TB6612FNG?
- Would we benefit from thermal insulation material in the hotbox?
- Ought we change our circuits to add protection or eliminate noise?
- Ought we replace the perfboard and its various breakouts with a custom PCB?
- Can we use a smaller (cheaper) motor / AC adapter?