blueroomelectronics
Well-Known Member
Marks256 said:someone could mistaken the wires for string, bill...
Just keep increasing the voltage till the strings conducts.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Marks256 said:someone could mistaken the wires for string, bill...
blueroomelectronics said:**broken link removed**
Krumlink said:My binary Clock using Digital and Logic Chips worked first time
list p=12C509A
[FONT=Arial][SIZE=2]include <p12C509A.inc>
__CONFIG _IntRC_OSC & _WDT_OFF
cblock 0x07
LED
Dly
endc
org 0x0000
goto Start[/SIZE][/FONT]
[FONT=Arial][SIZE=2]L_TRIS addwf PCL, F ; LED TRIS 00 thru 20 (00 = off)
dt 0xFF,0xCF,0xEB,0xF9,0xFC,0xCF,0xEB,0xF9,0xFC,0xDB,0xFA
dt 0xDB,0xFA,0xDD,0xDD,0xED,0xED,0xEE,0xEE,0xDE,0xDE
L_GPIO addwf PCL, F ; LED GPIO 00 thru 20 (00 = off)
dt 0x00,0x20,0x10,0x04,0x02,0x10,0x04,0x02,0x01,0x20,0x04
dt 0x04,0x01,0x20,0x02,0x10,0x02,0x10,0x01,0x20,0x01[/SIZE][/FONT]
[FONT=Arial][SIZE=2]Start movlw .20
movwf LED[/SIZE][/FONT]
[FONT=Arial][SIZE=2]Next movf LED, W
call L_TRIS ; get the port TriState value
TRIS GPIO ; set the tristate
movf LED,W
call L_GPIO ;
movwf GPIO ;
decfsz Dly
goto $-1 ; delay
decfsz LED
goto Next
goto Start
END[/SIZE][/FONT]
ericgibbs said:Hi Gramo,
Long time no see, have you been on a sabatical?
If all goes to plan, this time next month I'll be in sunny SA for 2 months... nice and warm.
audioguru said:HELLP!
It is snowing like crazy. I can barely see across the street.
It is about 15cm in most spots but there are some high drifts from the wind.
That's nice. A neighbour used his snowplow all along the sidewalk.
Krumlink said:Lol firewood for 55F? It is about 20F here. The coldest day in MI I can remember was that it was about -15F and they had to cancel school for a couple days.
When I was in Kerry, Ireland they talked about when it snows. Less than an inch puts people off the roads left and right, and nobody goes anywhere 'til it's gone...ThermalRunaway said:They cancel school here at even the hint of a bit of snow. Infact, they cancel everything!!!
Brian