|
Forum Index : Microcontroller and PC projects : Synchronous PWM
| Author | Message | ||||
| kiiid Guru Joined: 11/05/2013 Location: United KingdomPosts: 671 |
For control of mains-powered stuff zero-cross synchronisation is needed. Is it possible with the mite? http://rittle.org -------------- |
||||
| twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1666 |
How about a cheap SSR (solid state relay)? ![]() Regards Michael causality ≠ correlation ≠ coincidence |
||||
| CaptainBoing Guru Joined: 07/09/2016 Location: United KingdomPosts: 2171 |
really easy to detect http://www.fruitoftheshed.com/Circuit%20Ideas.Really-Simple-Zero-Crossing-Detect.ashx?HL=zero I use this to allow switching within a few volts of the ZCP: Power demand, monitor this input for the pulse and make your move. If you use a conventional relay the type of load isn't important; capacitive, inductive etc. |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3308 |
Not easy to do in MMBasic. I had a look at it some time ago but it is worth revisiting. Geoff Geoff Graham - http://geoffg.net |
||||
| Zonker Guru Joined: 18/08/2012 Location: United StatesPosts: 772 |
Phase control would be awesome also..! |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10554 |
Yes with a CFunction There is a hook into the INT2 hardware interrupt available to the CFunction (CFuncInt2). This was specifically included by Geoff for this sort of application. |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |