I bought my first magnetic stirrer to help improve my mushroom liquid cultures. After seeing how much the constant stirring improved the culture, I decided I wanted more of them. After reading a few articles about the magnetic stirrers, I found that I could use an Arduino as the control signal (PWM) to drive PC fans and make a batch of magnetic stirrers for about the same price as one entry level stirrer.
EXPANDED TECHNICAL DETAILS
Laboratory Motion Automation
The Magnetic Stirrer is a professional-grade lab tool that uses a rotating magnetic field to stir liquids inside a sealed container without physical contact.
- Brushless DC Speed Control: The Arduino manages the RPM (Revolutions Per Minute) of a standard PC fan equipped with high-strength Neodymium magnets. It uses Pulse Width Modulation (PWM) via a MOSFET to ensure a smooth, vortex-forming rotation.
- Persistent Speed Dashboard: Displays the current "Stir Strength" or estimated RPM on a sharp I2C LCD or OLED screen, giving the user precise control over chemical or culinary mixing processes.
Cooling and Safety
- Thermal Management: The firmware includes a safety timer and monitors the motor's current consumption, preventing the stirrer from overheating during long-duration (24h+) mixing sessions.