ProjectsTC-004

TC-004 / Engineering project folder

USB Desk Fan Timer Controller

A small low-voltage controller for safe, configurable fan duty cycles and predictable recovery after power loss.

Stage
Incubating
Revision
P0
Updated
01Power input
02Controller
03Switch
04Load

01 / Abstract

Abstract

This project explores a configurable timer for a small USB desk fan, including repeating intervals such as three hours on and one hour off. The design emphasizes low-voltage switching, manual override, reset behavior, and unattended-use safety.

02 / Use cases

Use cases

  • Run a USB fan on a repeating interval without daily intervention.
  • Provide an obvious manual override and disable path.
  • Demonstrate a compact hardware-and-firmware safety review.

03 / Theory

Operating theory

Low-side switching

A logic-level MOSFET can switch a low-voltage DC load efficiently when gate drive, grounding, current, and inductive transients are handled correctly.

State recovery

The controller must define whether a reset resumes, restarts, or disables the cycle. Predictable recovery is more important than retaining every elapsed second.

04 / Requirements

Requirements and success criteria

  1. Identify the fan connector, voltage, and current before choosing the switch.
  2. Support a configurable repeating interval and manual override.
  3. Return to a documented safe state after reset or power restoration.
  4. Keep wiring enclosed and suitable for unattended low-voltage operation.

05 / Architecture

System architecture

Power inputVerified USB source and overcurrent assumptions
ControllerTimer state machine and manual input
SwitchMOSFET or validated USB power-switch stage
LoadMeasured USB fan with cable and airflow checks

06 / Current status

Current status

The behavior and safety goals are captured. The fan electrical load, switching approach, enclosure, and test procedure have not been selected.

07 / Next steps

Next steps

  1. Measure the fan voltage and operating current.
  2. Choose an off-the-shelf timer or microcontroller switching approach.
  3. Define reset and manual-override behavior.
  4. Prototype the low-voltage switch under supervision.

08 / Risks

Risks and constraints

  • Unverified current can overheat a switch or connector.
  • Unattended wiring near a pet requires enclosure, cable, heat, and airflow checks.

09 / Artifacts

Engineering artifacts

  • Planned behavior specification
  • Switching schematic
  • Firmware or timer configuration
  • Reset, override, and temperature test log

Project Q&A

Questions and answers

Ask about the design choices, code, files, or build process.

No published questions yet.