กลับไปหน้ารวมไฟล์
diychen-mini-shredder-motor-automatic-control-module-f357d7-en.md

This mini shredder is used to shred plastic, you can buy it at www.diychen.net

If you want to modify the current parameters when the trigger generator reverses, please follow the steps below.

1.Download and install Arduino IDE. https://www.arduino.cc/en/software

2.Connect the USB cable of the control module to the computer.

3.Set up Arduino IDE as shown below

The port numbers shown here are different for each computer, so please try it yourself.

After downloading and opening the code, click to open TOOL>Serial Monitor. If the connection is successful, you will see some numbers jumping in the window below.

You can try to modify the value in the red circle in units of 100.

If you need the motor to release more torque and reduce the number of triggering reversals, you can change the value to a larger value, such as 1700 or higher. Modify it in units of 100. Then upload it.

If the motor is blocked and will not reverse, it means that the value set is too large.

If you want to better protect the machine, please change the number to a smaller value.

Technical Details

This project provides an automated control logic for a high-torque mechanical shredder, simulating industrial-grade safety and control features.

Industrial Control Simulation

  • Safety Interlock: The system uses a sensor (like an IR Beam Break or Limit Switch) to detect when material is inserted. The Arduino only engages the motor when it's safe and material is present.
  • Auto-Reverse Protocol: A key feature is the automatic jam detection. An ACS712 current sensor continuously monitors the motor's power draw. If the current spikes beyond a pre-set threshold (the value you modify in the code), it indicates a jam. The Arduino then automatically reverses the motor for a short duration (e.g., 2 seconds) to clear the blades before attempting to shred again.

Power Stage

  • High-Current Relay: Since shredder motors draw significant power, the Arduino does not drive the motor directly. Instead, it triggers a high-grade Relay or MOSFET. This acts as a power switch, isolating the sensitive microcontroller from the motor's high voltage and back-EMF, ensuring the control board's safety and longevity.

This is the wiring diagram of the hardware

ข้อมูล Frontmatter ดั้งเดิม

apps:
  - "1x Arduino IDE 2.0 (beta)"
author: "diychen"
category: "Lab Stuff"
components:
  - "1x Arduino Nano"
description: "Detect the working current of the motor. When the current is too large, the motor will automatically reverse"
difficulty: "Easy"
documentationLinks: []
downloadableFiles:
  - "https://projects.arduinocontent.cc/19393f97-3680-430f-bb79-8ae574b93aee.ino"
encryptedPayload: "U2FsdGVkX1/+g+TALmtfoNU1QbJgNDCqD6/+BCZgCe+db4dNfy7gBaqKP6ydnZbqm+mvslwJLk5bKniLpV9re49+9959mwsXIGe+fxg8P8A="
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/diychen-mini-shredder-motor-automatic-control-module-f357d7_cover.jpg"
lang: "en"
likes: 1
passwordHash: "d1bed6f271f0e6004ee37103cecb57e71bd75530b0aa80332bfd560d34e8d40a"
price: 2450
seoDescription: "diychen mini shredder motor automatic control module detects motor current and triggers automatic reverse on overload."
tags:
  - "Home Automation"
  - "Tools"
title: "diychen mini shredder motor automatic control module"
tools: []
videoLinks: []
views: 1615