Simple "On-Off" technique for the Homework Board
Rong
Posts: 25
I have been using a Parallax Homework board for some time. I had built a battery enclosure with a switch that led to a nine volt connector to hook up to the board. Recently I started simply snapping in only the + side of the nine volt battery to the terminal on the board, and by simply twisting the battery down or up, I turn the board on or off. This overcomes the shortcoming of this board, no power switch... This works well for non-mobile applications, where there is no vibration. Simple, and saves wear and tear on the battery terminals on the board....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ron Giuntini
San Francisco
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ron Giuntini
San Francisco
Comments
If you have questions about the power supply, send an email to tech support.
ResetOnOff DATA 0
temp var byte
READ ResetOnOff, temp
temp = temp + 1
WRITE ResetOnOff, temp
IF temp.BIT0 = 0 THEN END