Simple electronics videos
Hope these videos might be of help to somebody beginning electronics, schematics(electronic diagrams) will be coming soon for each video.
For the Turnigy TG9e servo used within the video below I used the following code to test it, using pulses with a picaxe 8M.
symbol i=b0
pause 100
main:
for i=0 to 100
pulsout 2,75
pause 2
next i
pause 1000
for i=0 to 100
pulsout 2,150
pause 0
next i
pause 1000
for i=0 to 100
pulsout 2,255
pause 0
next i
pause 1000
goto main
LDR Dark sensor schematic (Potential divider) LDR light sensor schematic (Potential divider)


LDR light sensor bright LED schematic (Potential divider)

Thanks,
the00000001


