Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

66%
+2 −0
Q&A Control logic for mosfet in piezoelectric energy harvesting circuit

I'll take it that you want this circuit to actually work, not just appear to work in some software simulation. In that case, it's about the circuit, not the simulator. A simulator is just one too...

posted 7mo ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2024-04-18T11:55:17Z (7 months ago)
I'll take it that you want this circuit to actually work, not just appear to work in some software simulation.  In that case, it's about the circuit, not the simulator.  A simulator is just one tool in designing or verifying a circuit.  A brain and a calculator are usually much better tools.

First, since your AC voltage is so low, think about using Schottky diodes.  That should give you an extra 700 mV or so of output for the same AC input.  That's about 30% more in your case.

You might not be able to use Schottky diodes if the AC source is very high impedance or very slow, or intermittent with long off-times.  In those cases the reverse leakage of Schottkys would make them worse than silicon diodes.

Your question seems to be about designing a threshold detect circuit to switch the load on and off.  How <i>"relational operatios combined with constant and logical operators"</i> work in some simulator is the wrong question.  Even if you get it working, what are you going to do?  Buy a reel of relational operatios ICs to make the actual circuit?

It would help a lot to know more about this AC signal you are harvesting power from.  What's its open-circuit voltage, impedance, availability, etc?  Probably quiescent current is an important parameter, but you haven't told us enough to know that.

You need to design a threshold-detecting circuit that takes almost no current below the threshold.  That's actually not that hard, but you have to think in terms of real parts, not what pretend-parts some simulator provides.

Once we have better parameters, we can get into a real circuit.