EPG Testing sequential pulsar using the Arduino

Steck

RE: EPG Testing sequential pulsar using the Arduino
« Reply #200, on February 14th, 2012, 05:30 AM »Last edited on February 14th, 2012, 05:56 AM by Steck
Quote from ~Russ/Rwg42985 on February 13th, 2012, 10:54 PM
Quote from Steck on February 11th, 2012, 06:17 PM
Thanks for the quick reply Russ. I will give it a shot. Will I be able to have different frequency on different pins.
the pulse " train" runs at the same frequency. its adjustable... but moth each pin. so no? but it dose so much other stuff that you may find a good way of using its other functions.

i still haven't go to get to those files... did you try what you have ? and did it work?

~Russ
I tried with the uno rev 2 and still will not upload.  I bought the Mega and it uploads and connects to the 1.0.0 Mega build windows software. I guess I just don't know how to use the software (it looks great though). I tried to contact willem cazander for tutorial but have not received a reply. Not sure if he is still working on the project. What I need is to drive about 3 or 4 power Mosfetr with a couple of relays and sensors
Quote from Steck on February 14th, 2012, 05:30 AM
Quote from ~Russ/Rwg42985 on February 13th, 2012, 10:54 PM
Quote from Steck on February 11th, 2012, 06:17 PM
Thanks for the quick reply Russ. I will give it a shot. Will I be able to have different frequency on different pins.
the pulse " train" runs at the same frequency. its adjustable... but moth each pin. so no? but it dose so much other stuff that you may find a good way of using its other functions.

i still haven't go to get to those files... did you try what you have ? and did it work?

~Russ
I tried with the uno rev 2 and still will not upload.  I bought the Mega and it uploads and connects to the 1.0.0 Mega build windows software. I guess I just don't know how to use the software (it looks great though). I tried to contact willem cazander for tutorial but have not received a reply. Not sure if he is still working on the project. What I need is to drive about 3 or 4 power Mosfetr with a couple of relays and sensors. I need one mosfet to run at about 43k with with variable amplitude for spark. One mosfet to run at 43k with variable amplitude for ionizer,  and one mosfet to run at variable 0-30 Hz. For injector. I have a compressor that I need to hook up pressure sensor and relay. And a steam resonator that I will hook temp sensor and relay to. I have all the components together,  just need the code to drive it. I sure hope that you have time to help guide me in the right direction. Thank you in advance. Steck.          Sorry for the double post.

~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #201, on February 15th, 2012, 02:57 AM »
Quote from Steck on February 14th, 2012, 05:30 AM
Quote from ~Russ/Rwg42985 on February 13th, 2012, 10:54 PM
Quote from Steck on February 11th, 2012, 06:17 PM
Thanks for the quick reply Russ. I will give it a shot. Will I be able to have different frequency on different pins.
the pulse " train" runs at the same frequency. its adjustable... but moth each pin. so no? but it dose so much other stuff that you may find a good way of using its other functions.

i still haven't go to get to those files... did you try what you have ? and did it work?

~Russ
I tried with the uno rev 2 and still will not upload.  I bought the Mega and it uploads and connects to the 1.0.0 Mega build windows software. I guess I just don't know how to use the software (it looks great though). I tried to contact willem cazander for tutorial but have not received a reply. Not sure if he is still working on the project. What I need is to drive about 3 or 4 power Mosfetr with a couple of relays and sensors
Quote from Steck on February 14th, 2012, 05:30 AM
Quote from ~Russ/Rwg42985 on February 13th, 2012, 10:54 PM
Quote from Steck on February 11th, 2012, 06:17 PM
Thanks for the quick reply Russ. I will give it a shot. Will I be able to have different frequency on different pins.
the pulse " train" runs at the same frequency. its adjustable... but moth each pin. so no? but it dose so much other stuff that you may find a good way of using its other functions.

i still haven't go to get to those files... did you try what you have ? and did it work?

~Russ
I tried with the uno rev 2 and still will not upload.  I bought the Mega and it uploads and connects to the 1.0.0 Mega build windows software. I guess I just don't know how to use the software (it looks great though). I tried to contact willem cazander for tutorial but have not received a reply. Not sure if he is still working on the project. What I need is to drive about 3 or 4 power Mosfetr with a couple of relays and sensors. I need one mosfet to run at about 43k with with variable amplitude for spark. One mosfet to run at 43k with variable amplitude for ionizer,  and one mosfet to run at variable 0-30 Hz. For injector. I have a compressor that I need to hook up pressure sensor and relay. And a steam resonator that I will hook temp sensor and relay to. I have all the components together,  just need the code to drive it. I sure hope that you have time to help guide me in the right direction. Thank you in advance. Steck.          Sorry for the double post.
ah, your using a mega?

ok try these files:

http://open-source-energy.org/forum/attachment.php?aid=521

and look at this post:

http://open-source-energy.org/?tid=56&pid=1979#pid1979

if that dont work... may need to get a uno, or wait to here from willem ??

i'm using an older duemilanove...

thanks, ~Russ

txqNL

RE: EPG Testing sequential pulsar using the Arduino
« Reply #202, on February 22nd, 2012, 11:33 AM »
It took a while but here is version 1.0.0-beta7 :)

Download location;
http://download.savannah.gnu.org/releases/pulsefire/1.0.0-Beta7/
(download ui-launch4j for windows and ui-dist for other platforms)

Chip changes from beta1;
- Added adc_enable bitfield to enable input readouts.
- Added dic_enable/dic_inv/dic_sync bitfield per digital input.
- Fixed makefile for mega 2650 and 1280.
- Fixed internal event pulse_fire trigger.
- Changed Freq from *10 to *100 for better readout and fixed bank_B support.
- Added pulse_trigger EXT_FIRE for combined trigging source.
- Added pwm_req_idx config variable to control hz freq request to channel.
- Renamed pwm_duty to pwm_req_duty and moved pwm_req_freq from data to config.
- Renamed mal_trig to mal_fire so all triggers are called '*_fire'.
- Added req_mal_fire cmd to request software mal code triggering.
- Added invert per output; pulse_inv_a/b.
- Changed swc_duty/swc_mode into swc_map for mappable options.
- Changed stv_warn/error_mode into stv_warn/error_map so action is mappable.

And a lot of changes in the gui like;
- Change apple macos-X rxtx serial lib to support 4 platforms.
- Added load/save to (text) file of chip config options.
- state saving of divider bar locations in bottom.
- select/sort of graphs on front and tab panel.
- Settings are now realtime.
- 3 Seperate data loggers with selectable fields.
- Added avrdude fallback for flash dialog.
- Made connect a few seconds faster.

Errata:
- After connecting to 0.9 then gui does not update correctly when connect to 1.0.
(restart application)
- win32 flashing works only on first usage of com port and only once ?
(so flash before connecting and restart app before flashing again)

Up to version 0.9 the code compiled fine for MEGA boards but because of use of direct
IO pins the connections for mega up to 0.9 are not defined correctly.
In 1.0 I have created a mega chip profile for the chip code which defines the pins;
http://git.savannah.gnu.org/cgit/pulsefire.git/tree/pulsefire-chip/src/main/c/chip_avr_mega.c
And the pin layout for the normal arduino boards;
http://git.savannah.gnu.org/cgit/pulsefire.git/tree/pulsefire-chip/src/main/c/chip_avr.c

From this version on there is also no need to compile the code its already in compiled form in the application.
On the settings tab there is a "Burn" button which will show the flash dialog.
There you can select your MCU and SPEED, for example for the UNO we select "atmega328p"
and "16Mhz" which gives a list of precompiles chip firmware images.

Currently the "atmega328p-001" or "atmega328p-001" images are fine to start with as they
have no external chip requirements.
After selecting the image select the port and hit the "Flash" button.

Also remember that after flashing a chip it is most often needed to make the config correct
from older eeprom saved config variables,so then do;
1) Reset Config
2) Save Config
3) Reset Chip

If the flashing code does not work correctly there is a fallback on the avrdude flash tool.
For that to work select the command and config of avrdude needs to be selected in the
settings tabpane, these avrdude command/config can be found in a arduino IDE subdirectory.
After that reopen the flash dialog and select an images then override
the selected "Programer" to the native version and hit flash.

The way input is handled is also changed as we now have realtime input values in the interface.
But because of this the code does not like floating analog inputs which puts out much data.
Therefor the inputs are disabled per default.

> can i save the data log some how? .. also, the new Pulse fire GUI don't work for me.
Beta1 was not that good, I hope this one works better. You'll want to checkout the logging options
these are now redone and looks very powerfull.

>run at about 43k
The software pwm in pulsefire is currently maxed out around 1-5 KHz depending on # outputs.
I'm making preperations to recode the pulse train code in v1.1 to precalculated output steps which
should get me about 10x faster max output as there is lesser code per pulse step.
But even better is the "OSC" tabpane for pulsefire, the mega chip has a lot more timers so I want
to add also an interface for those. Which are hardware timers so high speed is oke, but over those
outputs no pulse trains of programatic bit data, but this option is also on the todo list for 1.1/1.2.

> with variable amplitude
Pulsefire does not have support of amplitude of signal as that is a analog property of the signal
and we output only digital ONE or ZERO pulses.

Cheers,
Willlem

~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #203, on February 22nd, 2012, 12:13 PM »
Quote
Cheers,
Willlem
Willem, may your life be blessed for doing such grate work in this time of need in your life. All I can say is be blessed and look up! Your an inspration to us all, your brilliance and free giving is amazing!

You have my full respect in every Manner, ok enugh kind words, let's get to work!!! :) well you allready have :) get some rest! :) blessings!!!

I'm off to pulse some coils! Zoom Bang Crash! :P

~Russ

~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #204, on February 22nd, 2012, 09:54 PM »Last edited on February 22nd, 2012, 10:18 PM by ~Russ/Rwg42985
well, after playing ith this i can not get things to work on my Duemilanove...

chip is a 328p

here is what i get when i try to flash:

Code: [Select]
23:44:32 # Ready to flash.
23:44:40 # Flash data size: 26704
23:44:40 # Flash protocol: arduino
23:44:40 # Flash verify: false
23:44:40 # Connected to port: //./COM5
23:44:40 # Reboot device.
23:44:41 # Error: not in sync; got: 101 hex: 65 wanted: 14
23:44:42 # Disconnected from port.


what should i try now?

also. when i get this to flash correctly this will load the Pulse fire software on the 328 correct?

so there is not a Pulse fire code any more? its all in the GUI?


thanks! ~Russ

txqNL

RE: EPG Testing sequential pulsar using the Arduino
« Reply #205, on February 24th, 2012, 04:39 PM »
Update beta8 mainly for windows flashing;

Download location;
http://download-mirror.savannah.gnu.org/releases/pulsefire/1.0.0-Beta8/
(download ui-launch4j for windows and ui-dist for other platforms)

Changes;
- Made avrdude for windows work.
- Fixed *.txt files for windows line endings.
- Fixed log files to use platform line endings.
- Fixed disconnect when removing device while connected.

Some extra stuff what was wrong in previous post.

If normal flashing does not work under windows then use avrdude but on windows the
arduino IDE does not use avrdude so you need to download and unzip it.
http://download.savannah.gnu.org/releases/avrdude/avrdude-5.11-Patch7610-win32.zip

Then set the two settings in pulsefire to avrdude.exe and avrdude.conf.
After that reopen the flash dialog and select an firmware then override the selected
"Programer" to the "native-arduino" protocol and hit the flash button.
(strange stuff; windows needs native-arduino and linux needs native-stk500v1)

> so there is not a Pulse fire code any more? its all in the GUI?
There is still code but because of use of advanced compile options which are needed
by the code, it does not compile anymore in the arduino ide.
So I've precompiled the code and included then in the gui application and made
a flash dialog where you can select the different firmwares.

I've just done 4hours of debugging strange windows serial/usb drivers and it is bad.
If you get a message like this while connecting;
01:01:07 ## Ready to connect.
01:03:56 >> info_chip
01:03:56  root@pulsefire: []info_chip# Err: command unknown
(notice the illegal character which is a; http://en.wikipedia.org/wiki/Replacement_character)

Then use a different arduino board or reinstall windows or use a real OS.
I'm not doing that again now my usb/serial stack is broken and have to reinstall.
So no windows testing for me anymore :) (for a while)

~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #206, on February 24th, 2012, 10:37 PM »
Quote from txqNL on February 24th, 2012, 04:39 PM
Update beta8 mainly for windows flashing;

Download location;
http://download-mirror.savannah.gnu.org/releases/pulsefire/1.0.0-Beta8/
(download ui-launch4j for windows and ui-dist for other platforms)

Changes;
- Made avrdude for windows work.
- Fixed *.txt files for windows line endings.
- Fixed log files to use platform line endings.
- Fixed disconnect when removing device while connected.

Some extra stuff what was wrong in previous post.

If normal flashing does not work under windows then use avrdude but on windows the
arduino IDE does not use avrdude so you need to download and unzip it.
http://download.savannah.gnu.org/releases/avrdude/avrdude-5.11-Patch7610-win32.zip

Then set the two settings in pulsefire to avrdude.exe and avrdude.conf.
After that reopen the flash dialog and select an firmware then override the selected
"Programer" to the "native-arduino" protocol and hit the flash button.
(strange stuff; windows needs native-arduino and linux needs native-stk500v1)

> so there is not a Pulse fire code any more? its all in the GUI?
There is still code but because of use of advanced compile options which are needed
by the code, it does not compile anymore in the arduino ide.
So I've precompiled the code and included then in the gui application and made
a flash dialog where you can select the different firmwares.

I've just done 4hours of debugging strange windows serial/usb drivers and it is bad.
If you get a message like this while connecting;
01:01:07 ## Ready to connect.
01:03:56 >> info_chip
01:03:56  root@pulsefire: []info_chip# Err: command unknown
(notice the illegal character which is a; http://en.wikipedia.org/wiki/Replacement_character)

Then use a different arduino board or reinstall windows or use a real OS.
I'm not doing that again now my usb/serial stack is broken and have to reinstall.
So no windows testing for me anymore :) (for a while)
looks like i'm off to install linux... still same problem.

ill let you know how it goes:

~Russ

~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #207, on February 25th, 2012, 02:29 AM »Last edited on February 25th, 2012, 02:31 AM by ~Russ/Rwg42985
Quote from ~Russ/Rwg42985 on February 24th, 2012, 10:37 PM
looks like i'm off to install linux... still same problem.

ill let you know how it goes:

~Russ
well after i beat my head agenst the desk till it was bleeding... :) ...

tried everything including installing linux (that just pissed me off more) lol i oculd not install the java... it was a mess.

i found that export button on the burn page and it hit me... i just need to upload the hex file...

so i did some more goggling... (<---is that a word? it is now...) and... lucky me i found this: http://xloader.russemotto.com/ and BAM! 1.0 uploaded...

thank god! i was really frustrated with the fact that Willem has put this much effort in to this and i cant get my Arduino Duemilaove to upload using the pulse fire software...

so im going to bandage my head up, eat some food and start playing...

thank you!!!

~Russ

PS> (no i did not really smash my head... but i wanted to :) )

txqNL

RE: EPG Testing sequential pulsar using the Arduino
« Reply #208, on February 25th, 2012, 09:17 AM »
Quote from ~Russ/Rwg42985 on February 25th, 2012, 02:29 AM
well after i beat my head agenst the desk till it was bleeding... :) ...

tried everything including installing linux (that just pissed me off more) lol i oculd not install the java... it was a mess.

i found that export button on the burn page and it hit me... i just need to upload the hex file...

so i did some more goggling... (<---is that a word? it is now...) and... lucky me i found this: http://xloader.russemotto.com/ and BAM! 1.0 uploaded...
Lol, Russ the linux part wasn't about flashing but about connecting.
Btw "still same problem" did you select the "native-" programmer ?
As avrdude gives very different output on flashing and errors.

I have two arduino UNO rev2 board to test with and I got a little
frustrated about windows after all the flashing worked but one board
didn't want to connect to the pulsefire gui.

I have a 32bit vista running and I observed the following;
My own flash code works only on first connect to port.
Avrdude worked always and on both boards.
But connecting only worked to one board, it didn't matter how I
flashed the second board, with avrdude on windows or linux and it
would not want to connect.
But the strange thing is both connected to gui correctly under linux.

So installed some debugging serial drivers and saw that my connect
code sends the correct bytes sequences but when the board replies
it says the command is unknown and shows there is one extra byte
in front of the sent command.
So I tried to remove all references to the com port in the windows
registry of the board which didn't want to connect but now all
my arduino com ports are gone.

(just got a thought that I can remove all non-printable bytes in
the chip code but thats is a workaround)

Good find with xloader to get it to work for you, hope you like
all the new features in 1.0.

Steck

RE: EPG Testing sequential pulsar using the Arduino
« Reply #209, on March 1st, 2012, 06:02 PM »
does anyone know if i can use a lcm1602 IIC v1 lcd with the pulse fire. the lcd i have only has 4 pin out. (gnd-vcc-sda-scl) i am using the arduio sensor shield v 4.0 and it has the same 4 pin out. the shield also has 2 jumpers to select IIC com. not sure what to do here. any help would be appriciated. the lcd is 2x16.

txqNL

RE: EPG Testing sequential pulsar using the Arduino
« Reply #210, on March 3rd, 2012, 06:42 AM »
Quote from Steck on March 1st, 2012, 06:02 PM
does anyone know if i can use a lcm1602 IIC v1 lcd with the pulse fire. the lcd i have only has 4 pin out. (gnd-vcc-sda-scl) i am using the arduio sensor shield v 4.0 and it has the same 4 pin out. the shield also has 2 jumpers to select IIC com. not sure what to do here. any help would be appriciated. the lcd is 2x16.
Have done a search on the display is it like this one;
http://www.ebay.com/itm/Arduino-Serial-LCD-1602-Shield-Free-Cable-/280526344010?_trksid=p2992.m506&_trkparms=algo%3DNGRI%26its%3DI%26itu%3DUA%26otn%3D20%26pmod%3D350499581767%26ps%3D63%26clkid%3D6741279630006799584

If you remove the serial module then the lcd display can work with pulsefire.
Also this serial connection on sensor shield connects to the same serial connection as where the chip is connected to the pc for the gui interface so its not free.
(Option for i2c does also not work as the serial lcd does not spreak i2c and pulsefire also does not yet support it)
The other connections on the sensor shield will work as it are only connections.


~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #212, on March 6th, 2012, 01:29 AM »
Quote from txqNL on February 25th, 2012, 09:17 AM
Quote from ~Russ/Rwg42985 on February 25th, 2012, 02:29 AM
well after i beat my head agenst the desk till it was bleeding... :) ...

tried everything including installing linux (that just pissed me off more) lol i oculd not install the java... it was a mess.

i found that export button on the burn page and it hit me... i just need to upload the hex file...

so i did some more goggling... (<---is that a word? it is now...) and... lucky me i found this: http://xloader.russemotto.com/ and BAM! 1.0 uploaded...
Lol, Russ the linux part wasn't about flashing but about connecting.
Btw "still same problem" did you select the "native-" programmer ?
As avrdude gives very different output on flashing and errors.

I have two arduino UNO rev2 board to test with and I got a little
frustrated about windows after all the flashing worked but one board
didn't want to connect to the pulsefire gui.

I have a 32bit vista running and I observed the following;
My own flash code works only on first connect to port.
Avrdude worked always and on both boards.
But connecting only worked to one board, it didn't matter how I
flashed the second board, with avrdude on windows or linux and it
would not want to connect.
But the strange thing is both connected to gui correctly under linux.

So installed some debugging serial drivers and saw that my connect
code sends the correct bytes sequences but when the board replies
it says the command is unknown and shows there is one extra byte
in front of the sent command.
So I tried to remove all references to the com port in the windows
registry of the board which didn't want to connect but now all
my arduino com ports are gone.

(just got a thought that I can remove all non-printable bytes in
the chip code but thats is a workaround)

Good find with xloader to get it to work for you, hope you like
all the new features in 1.0.
will, i like it a lot!

thanks for the reply.. my head is now better (stopped bleeding) and i need to know if a "fire and hold" sequence is a possibility. like we discussed?  

any way for now... its doing the job!
but not connected the way i was thinking... :)

~Russ

txqNL

RE: EPG Testing sequential pulsar using the Arduino
« Reply #213, on March 13th, 2012, 11:45 AM »
Quote from ~Russ/Rwg42985 on March 6th, 2012, 01:29 AM
will, i like it a lot!
thanks for the reply.. my head is now better (stopped bleeding) and i need to know if a "fire and hold" sequence is a possibility. like we discussed?
Was thinking about the 'fire and hold' and implemented it with an extra pulse trigger mode which holds on the last step. So its in the next downlaod.
I'm almost done with the new LPM panel and MAL panel then its time for 1.0 release.


~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #214, on March 14th, 2012, 10:54 PM »
Quote from txqNL on March 13th, 2012, 11:45 AM
Quote from ~Russ/Rwg42985 on March 6th, 2012, 01:29 AM
will, i like it a lot!
thanks for the reply.. my head is now better (stopped bleeding) and i need to know if a "fire and hold" sequence is a possibility. like we discussed?
Was thinking about the 'fire and hold' and implemented it with an extra pulse trigger mode which holds on the last step. So its in the next downlaod.
I'm almost done with the new LPM panel and MAL panel then its time for 1.0 release.
sweet!

so i can run a " train" once and hold the states of witch i set? then make an input PB to be a reset? then fire again? right?

take it easy man! blessings! ~Russ

Jean-Alexandre

RE: EPG Testing sequential pulsar using the Arduino
« Reply #215, on March 20th, 2012, 04:16 PM »
Hello all,

I have a problem for connect a lcd 2x16 (lmb162abc)
In interface pulsefire lcd size is disconnect.

someone have a idea ?

a last question!
what s different between atmega328p-006, atmega328p-006-isp
and between atmega328p-xxx ?

i have arduino duemilanove and lmb162abc lcd if it can help.

Alex

Sorry for my english :/

Steck

RE: EPG Testing sequential pulsar using the Arduino
« Reply #216, on March 20th, 2012, 06:50 PM »
Quote from Jean-Alexandre on March 20th, 2012, 04:16 PM
Hello all,

I have a problem for connect a lcd 2x16 (lmb162abc)
In interface pulsefire lcd size is disconnect.

someone have a idea ?

a last question!
what s different between atmega328p-006, atmega328p-006-isp
and between atmega328p-xxx ?
Flash atmega328-001
i have arduino duemilanove and lmb162abc lcd if it can help.

Alex

Sorry for my english :/


txqNL

RE: EPG Testing sequential pulsar using the Arduino
« Reply #218, on March 25th, 2012, 08:51 AM »
Quote from Jean-Alexandre on March 20th, 2012, 04:16 PM
I have a problem for connect a lcd 2x16 (lmb162abc)
In interface pulsefire lcd size is disconnect.

someone have a idea ?

a last question!
what s different between atmega328p-006, atmega328p-006-isp
and between atmega328p-xxx ?

i have arduino duemilanove and lmb162abc lcd
HI Alex thanks for checking out pulsefire, if the lcd size drop down stay on 'disconnected' after connecting to the chip then the firmware in the chip is one without lcd support. The lmb162abc looks like normal lcd and should work.

The makefile is a bit messy as I'm not really good in makefiles.
But the difference between atmega328p-006, atmega328p-006-isp is todo development on one fireware at once and flash it to test it without compiling all firewares every time.

As for the multiple images pulsefire has different features and connect configurations for one chip.
So these images are provided in the gui as precompiled multiple images to choose based one enabled options flags.

This is not yet complete but currently its like this;
atmega328p-001 - No lcd support but 6 analog inputs.
atmega328p-002 - lcd, connections like first schemetic.
atmega328p-003 - lcd on 74xx595 chip.
atmega328p-004 - lcd 595, 8 out on 595
atmega328p-005 - lcd 595, 2*8 out 595
atmega328p-006 - lcd 595, 2*8 out 595, 74xx153 multiplex digital in to 8 in.
atmega328p-007 - lcd 595, 2*8 out 595, dic on 153, 8 digital output on 595.
atmega328p-020 - no lcd, 8 out on 595
atmega328p-021 - no lcd, 2*8 out 595
atmega328p-022 - TEST no lcd,no pwm,no ppm

There are two schematics on http://pulsefire.nongnu.org/schematic.html the fist one is for atmega328p-002 and the second one is for the others.


Jean-Alexandre

RE: EPG Testing sequential pulsar using the Arduino
« Reply #219, on March 25th, 2012, 10:40 AM »
Quote from txqNL on March 25th, 2012, 08:51 AM
Quote from Jean-Alexandre on March 20th, 2012, 04:16 PM
I have a problem for connect a lcd 2x16 (lmb162abc)
In interface pulsefire lcd size is disconnect.

someone have a idea ?

a last question!
what s different between atmega328p-006, atmega328p-006-isp
and between atmega328p-xxx ?

i have arduino duemilanove and lmb162abc lcd
HI Alex thanks for checking out pulsefire, if the lcd size drop down stay on 'disconnected' after connecting to the chip then the firmware in the chip is one without lcd support. The lmb162abc looks like normal lcd and should work.

The makefile is a bit messy as I'm not really good in makefiles.
But the difference between atmega328p-006, atmega328p-006-isp is todo development on one fireware at once and flash it to test it without compiling all firewares every time.

As for the multiple images pulsefire has different features and connect configurations for one chip.
So these images are provided in the gui as precompiled multiple images to choose based one enabled options flags.

This is not yet complete but currently its like this;
atmega328p-001 - No lcd support but 6 analog inputs.
atmega328p-002 - lcd, connections like first schemetic.
atmega328p-003 - lcd on 74xx595 chip.
atmega328p-004 - lcd 595, 8 out on 595
atmega328p-005 - lcd 595, 2*8 out 595
atmega328p-006 - lcd 595, 2*8 out 595, 74xx153 multiplex digital in to 8 in.
atmega328p-007 - lcd 595, 2*8 out 595, dic on 153, 8 digital output on 595.
atmega328p-020 - no lcd, 8 out on 595
atmega328p-021 - no lcd, 2*8 out 595
atmega328p-022 - TEST no lcd,no pwm,no ppm

There are two schematics on http://pulsefire.nongnu.org/schematic.html the fist one is for atmega328p-002 and the second one is for the others.
Tank you so much txqNL
I used the first. and it s work. I just a small problem on configure a trigger for change the frequency. I do not know how.



Dogs

RE: EPG Testing sequential pulsar using the Arduino
« Reply #222, on April 29th, 2012, 12:29 AM »Last edited on April 29th, 2012, 01:14 AM by Dogs
I deleted my post regard ElectroStatic Pulsing over Magnetic Pulsing.
After reviewing the thread below...
/showthread.php?tid=400&pid=4658#pid4658

I understand now that using magnetics is the ideal mode of use of the EPG, but requires the Argon/Cobalt/Nickel, magnetically polarized gas matrix.

I also, reviewed the "House meeting in New Zealand" video where Stan talks about the EPG and the magnetized gas.

I thought for sure that Stan talks about water propulsion on some video...
Maybe I just mis-understood what he was talking about...
...

Just reviewed the 3rd video of the "House meeting in New Zealand", where he covers the fact that when using laser light within the EPG (He does this to increase the mass of the atomic gas matrix), then, you no-longer need to motivate the gas, because it's the shock wave of the light itself that causes the electrical field generation (which is then caught by the pickup coils), as the electrons move away from the atomic nucleus, which then results is a higher magnetic energy in the gas. Thus, powering all of New Zealand with a single EPG, and entering the relm of OU.

Fascinating...

Now, back to the Magnetic Gas Lattice...

Argon (Lubricator, Non Electric, Non Magnetic)
Cobalt Ions
Nickel Ions

Cobalt Ions
Co^2+, Co^3+
Generate using HV to a pure Cobalt wire.

Nickel Ions
Ni^2+, Ni^3+
Generate using HV to a pure Nickel wire.

Iron Ions
Fe^2+, Fe^3+
Generate using HV to a pure Nickel wire.

Generate Cobalt and Nickel Ions using HV within an Argon filled chamber.
- Pass Gas Mixture through VIC and expose to laser energy.
- This destabilizes the Atomic Structures of the main elements in the Gas. So that that we can extract some electrons from them.
- Use electron extraction circuit to remove extra electrons. Now our atoms will be will to take on covalent bonds that they would normally never take on.
- Allow Unstable Gas to stabilize into the new Gas Matrix by making new covalent bonds.

Pump gases into EPG.
Test EPG for appropriate Magnetic Qualities of the Gas Lattice.
- Does pulsing it result in some energy output from the pickup coils?

Damn! That boy was Brilliant!
- Not just theory, but applied science.
- Mechanics, Electronics, Chemistry, Nuclear Physics...
- Amazing stuff!

-Dogs

Jean-Alexandre

RE: EPG Testing sequential pulsar using the Arduino
« Reply #223, on May 9th, 2012, 10:56 AM »
Hello
HZ is set at 364.5 but never above.
With the multi meter I get about 5kHz.
LCD => 364HZ? => Multimeter 5kHz

I think we should configure the board to exceed the limit value of 5 kHz (364 LCD).
Someone does it the right configuration?

sorry for my english :(

~Russ

RE: EPG Testing sequential pulsar using the Arduino
« Reply #224, on May 10th, 2012, 03:23 AM »Last edited on May 10th, 2012, 03:24 AM by ~Russ/Rwg42985
Quote from Dogs on April 29th, 2012, 12:29 AM
I deleted my post regard ElectroStatic Pulsing over Magnetic Pulsing.
After reviewing the thread below...
/showthread.php?tid=400&pid=4658#pid4658

I understand now that using magnetics is the ideal mode of use of the EPG, but requires the Argon/Cobalt/Nickel, magnetically polarized gas matrix.

I also, reviewed the "House meeting in New Zealand" video where Stan talks about the EPG and the magnetized gas.

I thought for sure that Stan talks about water propulsion on some video...
Maybe I just mis-understood what he was talking about...
...

Just reviewed the 3rd video of the "House meeting in New Zealand", where he covers the fact that when using laser light within the EPG (He does this to increase the mass of the atomic gas matrix), then, you no-longer need to motivate the gas, because it's the shock wave of the light itself that causes the electrical field generation (which is then caught by the pickup coils), as the electrons move away from the atomic nucleus, which then results is a higher magnetic energy in the gas. Thus, powering all of New Zealand with a single EPG, and entering the relm of OU.

Fascinating...

Now, back to the Magnetic Gas Lattice...

Argon (Lubricator, Non Electric, Non Magnetic)
Cobalt Ions
Nickel Ions

Cobalt Ions
Co^2+, Co^3+
Generate using HV to a pure Cobalt wire.

Nickel Ions
Ni^2+, Ni^3+
Generate using HV to a pure Nickel wire.

Iron Ions
Fe^2+, Fe^3+
Generate using HV to a pure Nickel wire.

Generate Cobalt and Nickel Ions using HV within an Argon filled chamber.
- Pass Gas Mixture through VIC and expose to laser energy.
- This destabilizes the Atomic Structures of the main elements in the Gas. So that that we can extract some electrons from them.
- Use electron extraction circuit to remove extra electrons. Now our atoms will be will to take on covalent bonds that they would normally never take on.
- Allow Unstable Gas to stabilize into the new Gas Matrix by making new covalent bonds.

Pump gases into EPG.
Test EPG for appropriate Magnetic Qualities of the Gas Lattice.
- Does pulsing it result in some energy output from the pickup coils?

Damn! That boy was Brilliant!
- Not just theory, but applied science.
- Mechanics, Electronics, Chemistry, Nuclear Physics...
- Amazing stuff!

-Dogs
goos stuff dogs, im posting this over at this thread:
http://open-source-energy.org/?tid=41&pid=4906#pid4906

all, please post reply's there to this post!
~Russ