Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of this Forum, I am asking that you help him
by making a donation on the Paypal Button above
Thanks to ALL for your help!!


Square Wave using 25Mhz Crystal oscillator

Started by TheOne, January 30, 2014, 10:42:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TheOne

Ok after reading and reading, not sure if the signal gen will keep the last know setting when off, but I realized that I have some PIC microchip lying in a desk, I can make my own signal generator like I want http://www.engineersgarage.com/electronic-components/pic18f4550-microcontroller


Let say I made one, I just need square wave, duty cycle 50% but also adding a little deadtime. LCD support seam easy too http://electrosome.com/interfacing-lcd-with-pic-microcontroller-hi-tech-c/


So I just need to be able to change the frequency/period/dead time and save it once changed


I will have full control this way, coding is not an issue for me since I do that as a living (software)


So the controller will be used for managing the LCD and frequency with 2 pin used for the square wave, should be easy to do, I dont know why I did not think about it!




TheOne

Here one PDF relative to magnetite frequency
http://link.springer.com/article/10.1007%2FBF03157336#page-1


For those who are interested on magnetite


Turbo

Quote from: TheOne on February 02, 2014, 09:45:24 PM
Ok after reading and reading, not sure if the signal gen will keep the last know setting when off, but I realized that I have some PIC microchip lying in a desk, I can make my own signal generator like I want http://www.engineersgarage.com/electronic-components/pic18f4550-microcontroller


Let say I made one, I just need square wave, duty cycle 50% but also adding a little deadtime. LCD support seam easy too http://electrosome.com/interfacing-lcd-with-pic-microcontroller-hi-tech-c/


So I just need to be able to change the frequency/period/dead time and save it once changed


I will have full control this way, coding is not an issue for me since I do that as a living (software)


So the controller will be used for managing the LCD and frequency with 2 pin used for the square wave, should be easy to do, I dont know why I did not think about it!

just use the HPWM command it makes use of hardware PWM you can set the freq, duty, etc in the software real easy.
or just go with high low and pause and lcd is easy too but only when you need a readout if you just need the signal you can set it by in circuit programming and off you go.

TheOne

My old PIC controller was not working with my Windows 8. I ordered a new programmer PICKIT3 which is working quite well.


Here some shot of my current controller (OPENMEG Controller)


You can adjust the frequency, duty cycle and dead time, values are saved in EEPROM memory so even
if the controller is off, the value are restored when on.


Here some shot of my messy breadboard :)


I need to test the PWM, even if its coded, I need to test to see if that work correctly, but so far I am happy of what I have done in 4 nights including interfacing with the LCD.