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 these Archives, I am asking that you help him
by making a donation on the Paypal Button above.
You can visit us or register at my main site at:
Overunity Machines Forum



Feedback To Source

Started by nievesoliveras, December 21, 2008, 11:28:28 AM

Previous topic - Next topic

0 Members and 6 Guests are viewing this topic.

nievesoliveras

Quote from: Groundloop on April 14, 2011, 06:10:41 AM
Jesus,

The board went as air mail today. So you should have in a week or so.
I have emailed you the software and documentation.

Bill,

Thank you for the nice words. :-)

GL.

Thank you @groundloop!!!!!

I received your email with the software documents and the links for Eagle, Mplab-Ide and its lots of megabytes of information.

Again as I wrote on an email to you. I will at least read three pages daily in order to grasp an understanding of microcontrollers and assembler.

Also I will do my best efforts with Eagle and Mplab-Ide softwares.
Looking at all the information I realize that I have a long journey in order to learn.

Jesus

nievesoliveras

For the benefit of the free energy community. This is a graphic that has a way of knowing what to write to address a specific pin from the picf628A using binary and basic.

The programs are using the different ports of the microcontroller to drive an alternator.
I corrected the direction of the 0s and 1s on the previos program using portB.

The two programs work individually, one uses portA and the other portB.

The 0 among the 7 ones is to tell the microcontroller to use that pin as the led output.
But it does not have the program code to turn Led on.
When I learn more I will include it.

I must say here that the information for the picf628A was supplied by @x-enrgy last year on another thread.

Jesus

kEhYo77

Hi! I just bought Arduino UNO board with 16 MHz 8-bit AVR micro-controller. I did some programming 'back in the days' in assembler but recently I learned some C language and I can make thing work. I am in the process of building my own project but I am willing to try some of the designs presented here, so I am in!
http://www.youtube.com/watch?v=8g8MgOc8gyY - my second day with the board (sorry no subtitles - it was a quickie) :D

nievesoliveras

Welcome @kehyo77!

It seems that you have something good working there.
There was a car on a tv series that has some lights on the front that worked on the way your lifgrs are behaving.

I could not understand what you were explaining on your video, but I am sure that someone on the forum understood what you explained.

About the arduino. When I was researching for a microcontoller board last year I discovered that the arduino needed a lot of other boards to work properly, or so I understood and I did not buy it.

I chose another one but it was the same thing. You need to keep buying other boards in order to make the first one to work and I could not completed my goal of getting OU or a self running motor.

Then came @groundloop and is helping me now. I hope that this time I get at least a self running motor for the benefit of us all.

Jesus

kEhYo77

Quote from: nievesoliveras on April 15, 2011, 06:55:09 AM
There was a car on a tv series that has some lights on the front that worked on the way your lifgrs are behaving.
Knight Rider :D http://www.youtube.com/watch?v=Mo8Qls0HnWo
I like the theme tune in Busta Rhymes' version http://www.youtube.com/watch?v=XAc39Hyis0M

The Arduino UNO board is great. You don't have to buy additional hardware to get started. I works out of the box just plug it in, install IDE and you can download your program to the device via USB. It is really easy. The LED chaser example in my video is from a book "Beginning Arduino" which I highly recommend for a start. You can directly hook up logic level MOS-Fets to any of the pins to control things and you can sample feedback using analog input pins. Programming in C is not complicated, once you get your head around it, and making changes in your code is quick and straightforward. There are PWM outputs as well so you can pecisely set the pulse duration an trigger it with a feedback input.