how much voltage does the bs2 put out?
Jayguy5000
Posts: 139
when the command
High1
is executed, how much voltage does the stamp put out? I need to use the stamp to put out 5v. If that doesn't do it what will?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Actually I think Im going to add the whiskers to my tank and let it roam, just need to figure out where.
High1
is executed, how much voltage does the stamp put out? I need to use the stamp to put out 5v. If that doesn't do it what will?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Actually I think Im going to add the whiskers to my tank and let it roam, just need to figure out where.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Actually I think Im going to add the whiskers to my tank and let it roam, just need to figure out where.
HIGH pin will send out 5 volts dc.
LOW pin will give 0 volts dc.
Using a HIGH 1 command will provide 5 volts DC output on·pin P1·(which is actually pin·6 on the BS2). You should probably set a value to "1" (as it is misleading what pin you are sugesting).
Pins P0 - P15 on the BS2 (actual pins 5-20) are either configured as Input pins or output pins.
As the BS2 Help example states:
Make sure you realize how "long" you want the 5 volts dc output voltage to be sent out of the pin.
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Actually I think Im going to add the whiskers to my tank and let it roam, just need to figure out where.
Once you do this you should be able to switch the volt ohm meter·to VDC and touch the 2 leads (black and red) together and it should get close to 0 or 0.00 something.
At this point you should be able to measure 5volts dc between actual·pins 6 (for I/O pin P1 - use red lead) and Vss ground (actual pin 4 - use black lead).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Truly Understand the Fundamentals and the Path will be so much easier...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
David
There are 10 types of people in this world,...
Those that understand binary numbers, and those that don't!!!