NOTE!!!: The site http://robohobby.s41.eatj.com/
soon will be moved to http://wwww.RoboHobby.com

 
    

    
       If you have any questions,   please, send me a letter (in English):       
Also you can use our forum - www.RoboHobby.com/forum
 

Home
Home of RoboHobby project

Dirve on-line
Dirve our robot on-line,
using simple Web interface




Experiments with PICkit 2
PICkit 2 is a Small size USB programmer
from Microchip.
How to use it as a demo device for
USB programming in C language


ScreenShots
See some screenshots of RoboHobby
Java/SWING application






Canon A570 IS + CHDK for
Kite Aerial Photography

How to use photo camera Canon A570 IS
with CHDK for kite aerial photography

Plastic box for Canon A570 IS
for Kite Aerial Photography

How to make plastic box for Canon A570 IS

Kite Aerial Photography
Create your own hand-made kite for KAP
and do snapshots from a kite



RoboHobby Kite
How to install and use
J2ME program on your cell phone,
make spy camera from it
and do snapshots from a kite

Picavet Suspension
Hand-made 'Picavet Suspension' for
Kite Aerial Photography (KAP).
How to make it by yourself.


Green Island KAP photos
Photo views from kite of
'Green Island'

Green Island
Some views from the ground
of rectreation zone
'Green Island'

KAP Wind Maps
Web-Map-based project
for local win measurement



Under Linux
Install and Run RoboHobby application under
KNOPPIX 5.0


Under Windows
Install and Run RoboHobby application under
MS Windows XP


Platforms for Java Robotics
Which hardware/os platform to choose
for hobby robotics?



Download
Download RoboHoby Software

SpyGear's 'Spy Robot'
Article about reconstruction RC toy 'Spy Robot'
How to make robot with web camera or
with cell phone on a board from it


Load to your phone
Download RoboHobbyJ2ME application
right to your Siemens S75 cell phone.
Now no need to load it to PC, unzip, etc.


RoboHobby Linux Live CD
RoboHobby Linux Live CD
is ready for download.


Projects
List of old and current RoboHobby projects.

Hardware
List of what we use as a hardware

Software
List of software, we use in our projects

Computer vision
Vision is the main sense of our robots.
See some Java algorithms we use

Tips-n-Tricks
Some advices about hardware and software tricks

PIC Programming
Assembler program for PIC16F628A
Driver for motor controller

RoboHobbyPlugin
Open Source project on
SourceForge, Java brain
for the robot

How to update Java
on KNOPPIX 5.0

Set of articles about how to remove
old version of Java (JRE or JDK)
on KNOPPIX and install new one
on remastered CD
Part 1 (Just test new Java)

Part 2
(Place new Java on Linux Live CD)



Java to EXE
Article about how to compile Java
programs to native binary code
(EXE for Windows)


Range of Bluetooth and Wi-Fi
What is the a real connection distance
of typical Bluetooth and Wi-Fi,
ZigBee or other RF devices?



What is inside?

What is inside web camera
'Genius Look 312P'?
How to re-construct it,
improve and use in robotics.

What is inside web camera
'Genius VideoCAM GE111'?
How to re-construct it,
improve and use in robotics.

What is inside web/photo camera
'Genius G-Shot D612'?
How to use it for
Kite Aerial Photography (KAP).




About
Some info about this site

About EATJ Java hosting
Some info about EATJ Java server-side
JSP/Servlet hosting



Short description of www.RoboHobby.com in German In German
Short description of www.RoboHobby.com
in German


Short description of www.RoboHobby.com in French In French
Short description of www.RoboHobby.com
in French


Short description of www.RoboHobby.com in Spanish In Spanish
Short description of www.RoboHobby.com
in Spanish


Short description of www.RoboHobby.com in Italian In Italian
Short description of www.RoboHobby.com
in Italian


Short description of www.RoboHobby.com in Russian In Russian
Short description of www.RoboHobby.com
in Russian





www.RoboHobby.com


How to re-construct photo/web camera Genius G-Shot D612 for Kite Aerial Photography (KAP)




Put your cell phone to a kite. Make pictures from the sky.

What is inside photo/web camera Genius G-Shot D612?
How to re-construct it and make it usable for KAP.

This camera doesn't have timer mode, where you can make it to do snapshots every N seconds.
That means you must create external mechanical mechanism, like clockwork, which will
press shutter button, using servo or something like this.
But there is another way - re-construct the way to do snapshots -
solder some wires and get the way to control the camera electronically.

Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 Crack and improve photocamera Genius G-Shot D612
Crack and improve photocamera Genius G-Shot D612 - Final result. Now we can control non-manually the camera via 3 wires. Now we can add automatic control to it. Crack and improve photocamera Genius G-Shot D612 - PIC-based timer. View 2.
Crack and improve photocamera Genius G-Shot D612
Back View.
Power button on the left, Shutter button on the right.

Crack and improve photocamera Genius G-Shot D612
Schematic of shutter button.
There are two signals on the left side of the button and there are two ground contacts on the right.
Both signals should be connected to the ground simultaneously.
Also they should be connected for 0.5 - 1.5 seconds.
Our assembler program for PIC processors can generate pulses -
approximately every 8.5 seconds it generates 0.5 sec impulse.
Crack and improve photocamera Genius G-Shot D612 - PIC-based timer.
Small size light weight device, which can be used as programmable timer in KAP.


Scheme of PIC-based programmable timer for Kite Aerial Photography (KAP).
Scheme of PIC-based programmable timer for Kite Aerial Photography (KAP).
(Sorry for poor quality of the picture)


PIC12F509_Timer.asm
You can use this program for small-size PICs, like PIC12F509 or PIC12F675.
The code example:

; Simple program in assembler language for PIC processor (PIC12F509)
; from www.RoboHobby.com
; May be used for timer for Kite Aerial Photography (KAP)
; as a timer program.
; Very esy can be corrected for other PICs.
;
; URL: http://www.RoboHobby.com/genius_g-shot_d612.jsp
;
;

list p=12F509
#include
count1 EQU 0x08 ;loop variable
count2 EQU 0x09 ;loop variable
count3 EQU 0x0A ;loop variable
count4 EQU 0x0B ;loop variable
count5 EQU 0x0C ;loop variable
count6 EQU 0x0D ;loop variable
ledset1 EQU 0x11 ;value 1 for output to the port
ledset2 EQU 0x12 ;value 2 for output to the port
GPI2 EQU 0x15 ;GPIO replacement for debug

;**********************************************************
; The program *
;**********************************************************
INDF EQU 00H ;
PCL EQU 02H ;
STATUS EQU 03H ;
GPIO EQU 06H ;
TRISIO EQU 85H ;
FSR EQU 04H ;
ORG 0x00 ;
clrf GPIO ;
movlw b'000101000' ;
bcf STATUS,05 ;
tris 6 ;
movlw 0x17 ;
movwf ledset1 ;
movlw 0x00 ;
movwf ledset2 ;
loop1 movf ledset1,w ;
movwf GPIO ;
cycle1 movlw 0x02 ;
movwf count1 ;
cycle2 movlw 0xFF ;
movwf count2 ;
cycle3 movlw 0xFF ;
movwf count3 ;
cycle4 decfsz count3,f ;
goto cycle4 ;
decfsz count2 ;
goto cycle3 ;
decfsz count1 ;
goto cycle2 ;
loop2 movf ledset2,w ;
movwf GPIO ;
cycle5 movlw 0x2F ;
movwf count4 ;
cycle6 movlw 0xFF ;
movwf count5 ;
cycle7 movlw 0xFF ;
movwf count6 ;
cycle8 decfsz count6,f ;
goto cycle8 ;
decfsz count5 ;
goto cycle7 ;
decfsz count4 ;
goto cycle6 ;
goto loop1 ;
END :
*************************************************


TO BE CONTINUED...


Google
 




As I see from the statistics of my server
Firefox2 wins over the MS Internet Explorer.
At least my users prefer Firefox.
Browser Statistics:
BrowserPercentage
firefox341.24
msie722.91
msie615.34
firefox26.67
safari5255.28
opera94.08
konqueror31.89
mozilla10.5
safari3120.5
msie80.4
opera17180.3
firefox10.2
opera40.2
netscape70.2
opera80.2
netscape50.1


Contact us: