sweep through a frequency
Moderator: Benj
-
- Posts: 23
- Joined: Tue Nov 30, 2010 6:42 pm
- Has thanked: 1 time
sweep through a frequency
Can you help me with the flow code to sweep through a frequency from 10kz to 50kz using the 12f615
Regards Ken
Regards Ken
- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: sweep through a frequency
Hi,
Can you please tell us bit more details of your project so that we can help you?
Can you please tell us bit more details of your project so that we can help you?
-
- Posts: 23
- Joined: Tue Nov 30, 2010 6:42 pm
- Has thanked: 1 time
Re: sweep through a frequency
Good Day Enamul I want to make a electronic water descaler as it is not know the exact frequency it works I want to sweep from 10Kz to 50Kz regards Ken
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: sweep through a frequency
I saw this post this morning:
http://www.dynapipe.co.uk/technical-info.htm
It gives the optimum frequency and frequency range.
Hope it helps
Martin
http://www.dynapipe.co.uk/technical-info.htm
It gives the optimum frequency and frequency range.
Hope it helps
Martin
Martin
- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: sweep through a frequency
Hi,
I hope your problem is sorted using Martin's post. If still not, you can try to make one using the following post of Martin which is although not upto the frequency you are looking for but I think can be modified for that..
http://www.matrixmultimedia.com/mmforum ... tor#p37525
I hope your problem is sorted using Martin's post. If still not, you can try to make one using the following post of Martin which is although not upto the frequency you are looking for but I think can be modified for that..
http://www.matrixmultimedia.com/mmforum ... tor#p37525
-
- Posts: 23
- Joined: Tue Nov 30, 2010 6:42 pm
- Has thanked: 1 time
-
- Posts: 23
- Joined: Tue Nov 30, 2010 6:42 pm
- Has thanked: 1 time
Re: sweep through a frequency
Good Day Martin I would still like help on the code to sweep from 7Kz to 17Kz with out the ADC as per the technical information on the Dyna web site.
Ken
Ken
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: sweep through a frequency
Hi Ken,
I have just started on a flowchart, that not only will sweep, but will also be modulated at 1Hz as per web site.
Will post later today if all goes well.
Martin
Your welcomeKen Sparkes wrote:Thanks Martin that's a great help![]()
yes I can help.Ken Sparkes wrote:I would still like help on the code to sweep from 7Kz to 17Kz with out the ADC as per the technical information on the Dyna web site.
I have just started on a flowchart, that not only will sweep, but will also be modulated at 1Hz as per web site.
Will post later today if all goes well.
Martin
Martin
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: sweep through a frequency
Hi Ken,
Here is my first attempt.
Sweep frequency is from 7.88KHz to 16.96KHz
Pulsed at 1HZ
So frequency will sweep from 7.88KHz to 16.96KHz then back to 7.88KHz in one second.
Then no output for 1sec.
Then sweep from 7.88KHz to 16.96KHz then back to 7.88KHz etc.
Note: Output is from PWM = GP2
Here is my first attempt.
Sweep frequency is from 7.88KHz to 16.96KHz
Pulsed at 1HZ
So frequency will sweep from 7.88KHz to 16.96KHz then back to 7.88KHz in one second.
Then no output for 1sec.
Then sweep from 7.88KHz to 16.96KHz then back to 7.88KHz etc.
Note: Output is from PWM = GP2
- Attachments
-
- Sweep Gen1 12F615.fcf
- (8.5 KiB) Downloaded 468 times
Martin
-
- Posts: 23
- Joined: Tue Nov 30, 2010 6:42 pm
- Has thanked: 1 time
Re: sweep through a frequency
Thanks again Martin that works great I will have one built and installed by tonight, I know these things are about 100 pounds in the UK but I live in Zimbabwe and there is nothing like that here. I will let you know how it works.
Regards
Ken
Regards
Ken
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: sweep through a frequency
Your welcome Ken.
Lets hope it does the job ok.
Don't know if this will be any help?
http://www.extremecircuits.net/2010/06/ ... er_17.html
Microcontroller will just replace 555 timers.
Lets hope it does the job ok.
Don't know if this will be any help?
http://www.extremecircuits.net/2010/06/ ... er_17.html
Microcontroller will just replace 555 timers.
Martin