Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DESIGN] - Mesh Nebulizer Driver Circuit #129

Open
Tracked by #26
JLefebvre55 opened this issue Jul 7, 2022 · 1 comment
Open
Tracked by #26

[DESIGN] - Mesh Nebulizer Driver Circuit #129

JLefebvre55 opened this issue Jul 7, 2022 · 1 comment
Assignees
Labels
Scope: Engineering Design Design features and ideas Status: In Progress Work on this feature has begun Type: New Feature New feature

Comments

@JLefebvre55
Copy link
Member

JLefebvre55 commented Jul 7, 2022

Completion is tracked in the linked PR.

Design Scope

Design a driver circuit for a mesh nebulizer.

Purpose

The purpose of the driver circuit is to cause the piezoelectric mesh disc to oscillate.

Function

Inputs:

  • VDD (IC/MOSFET gate/logic voltage)
  • VCC (disc voltage is +/- VCC)
  • Enable/disable signal (0V or VDD)

Outputs:

  • AC sinusoid (+VCC to -VCC, constant frequency)

It interfaces with/depends on the following systems:

  • Automation

System operation assumes:

  • Water supply
  • Power

Method

  1. Square Wave Generator: Astable 555 IC (input: on/off signal, VDD; output: 0V/5V square wave, fixed frequency, ~50% duty cycle)
  2. Inverter Stage: MOSFET H-bridge (input: square wave, VCC; output: -VCC/+VCC square wave, same properties)
  3. Filter Stage: 3-stage RC filter (input: square wave; output: sine wave)
  4. Power Stage

Requirements and Validation

What does this design need to accomplish? How do we know it has accomplished this?

List any applicable metrics with criteria/constraints, applicable to purpose, function, method, and each feature, as well as how to test them.

  1. Power consumption when off
  2. Efficiency when on

Verification

Each test should be performed and documented, and the testing documentation attached to the PR. The testing suite should address the full scope of the function (i.e. ensure inputs are met and outputs work), method (all steps execute correctly), and features (each feature performs as expected) with respect to the purpose and requirements.

How does this design achieve its method effectively, safely, and reliably? How do we test this?

Specific testing procedure:

  1. Generates ideal sinusoid

Additional context

Add any other context about the design scope or additional deliverables here.

@JLefebvre55 JLefebvre55 changed the title Mesh Nebulizer Driver Circuit [DESIGN] - Mesh Nebulizer Driver Circuit Jul 7, 2022
@JLefebvre55 JLefebvre55 added Type: New Feature New feature Status: In Progress Work on this feature has begun Scope: Engineering Design Design features and ideas labels Jul 7, 2022
@JLefebvre55
Copy link
Member Author

JLefebvre55 commented Jul 7, 2022

WIP Simulation: Here

Background

Reference design:
https://www.youtube.com/watch?v=aKhPj7uFD0Y
https://www.youtube.com/watch?v=OOZi3QnnDCo

ToDo

  • Design astable timer stage (select passive component values)
  • Design inverter stage (push-pull)
  • Design filter stage (select passive component values)
  • Design power stage
  • Simulate circuit
  • Select/order breadboard components, test w/o load (oscilloscope verification)
  • Design PCB, reselect components
  • Determine piezoelectric disc requirements (VCC, frequency) and characteristics (R, C, L)
  • Order PCB, components

@JLefebvre55 JLefebvre55 added this to the Design Sprint 1 milestone Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Engineering Design Design features and ideas Status: In Progress Work on this feature has begun Type: New Feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants