


See how it looks like before you purchase.
For further details and to purchase this item you can go to http://www.robotshop.ca/meccano-spyke-wifi-robot-1.html.
Gripper Kit ![]() Sample Programme of Boe-Bot... This program will prompt you for the number of pulses to send to the servos, and then the pulse width to transmit to each servo. The program sends about 43 pulses per second, so 43 pulses would give you 1 second of run time, 86 would give you 2 seconds, and so on. For speed control, 800 is about full speed counterclockwise, 700 is full speed clockwise, and 750 is stop. If you want a wheel to go half speed counter clockwise, try about 775. Half speed clockwise, would be about 725, and so on. |
' Sample.bs2
' {$STAMP BS2}
' {$PBASIC 2.5}
pulseCnt VAR Word
pulseLeft VAR Word
pulseRight VAR Word
counter VAR Word
'Wait FOr the eb500 radio To be ready.
PAUSE 1000
'Wait for the EB500 Bluetooth connection to be established.
DO UNTIL IN5 = 1: LOOP
SEROUT 1, 84, [CLS,
"Click the Debug Terminal's",
CR, "transmit windowpane and..." ]
PAUSE 250
DO
SEROUT 1, 84, [CR, CR, "Enter number of pulses: "]
SERIN 0, 84, [DEC pulseCnt]
SEROUT 1, 84, [DEC pulseCnt]
SEROUT 1, 84, [CR, "Enter left servo",
"pulse width: "]
SERIN 0, 84, [DEC pulseLeft]
SEROUT 1, 84, [DEC pulseLeft]
SEROUT 1, 84, [CR, "Enter right servo",
"pulse width: "]
SERIN 0, 84, [DEC pulseRight]
SEROUT 1, 84, [DEC pulseRight]
SEROUT 1, 84, [CR, "Executing..."]
FOR counter = 1 TO pulseCnt
PULSOUT 13, pulseLeft
PULSOUT 12, pulseRight
PAUSE 20
NEXT
LOOP
On the other hand some say that using this technology for identification is a security threat, for example countries that put RFID in passports include Norway, Japan, most EU countries including Ireland and UK, Australia and the United States, Serbia, Republic of Korea.
See this artical at InfoSecurity.Us!
For further details you can visit... http://en.wikipedia.org/wiki/RFID
Welcome to Windows 7 Release Candidate (RC) testing. We're on our way to Windows 7, and if you like trying out pre-release software, now’s your chance. You get to see what's coming, and we get to see if our changes and fixes from the Beta testing are working correctly.
How do you test the software? You put it on your PC, and then do what you'd normally do. Your PC will automatically and anonymously send our engineers the information they need to verify the fixes and changes they made based on the Windows 7 Beta tests
http://www.microsoft.com/Windows/Windows-7/download.aspx