CHDK Wiki
No edit summary
(→‎Reviews and Specifications: Added focal length, renamed dpreview-link)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
  +
== PowerShot A700 ==
[[Category:CHDK|CHDK/A700]]
 
   
 
Following the example of the [[A700]] page, everything that might be useful for a port of CHDK to A700 should be posted here.
 
Following the example of the [[A700]] page, everything that might be useful for a port of CHDK to A700 should be posted here.
  +
  +
{|align="right" style="border-collapse:collapse; font-size: x-small;"
  +
|__TOC__
  +
|}
  +
  +
[[Image:Canon-powershot-a700_front.jpg|thumb|250px|Powershot A700 Front]]
  +
[[Image:Canon-powershot-a700-back.jpg|thumb|250px|Powershot A700 Back]]
  +
  +
== Reviews and Specifications ==
  +
  +
* [http://www.canon.com/camera-museum/camera/dcc/data/2005-2006/2006_ps_a700.html?lang=us&categ=crn&page=2005-2006&p=2 Canon]
  +
* [http://www.dpreview.com/reviews/canona700/ DPreview]
  +
* [http://www.dcresource.com/reviews/canon/powershot_a700-review/ DCRC]
  +
* [http://www.steves-digicams.com/2006_reviews/a700.html Steve's DigiCams]
  +
* [http://www.imaging-resource.com/PRODS/A700/A700A.HTM Imaging Resource]
  +
* [http://en.wikipedia.org/wiki/Canon_PowerShot_A Wikipedia]
  +
* 35-210mm (equiv.) = 6x
   
 
== Firmware info ==
 
== Firmware info ==
As in the A610 case, the '''ver.req''' file works as well in this model. It shows the following:
+
As usual, the '''ver.req''' file works as well in this model. It shows the following:
 
Canon PowerShot A700
 
Canon PowerShot A700
 
P-ID:3117 PAL
 
P-ID:3117 PAL
Line 17: Line 34:
 
2006.10.14 13:59:25
 
2006.10.14 13:59:25
   
== LEDS addresses ==
+
== For developers ==
  +
=== Firmware dumps ===
   
  +
{{DL dumps}}
#define LED_BLUE 0xc0220084
 
#define LED_1 0xc0220088
 
#define LED_2 0xc022008c
 
#define LED_3 0xc0220090
 
#define LED_4 0xc0220094
 
   
== Some code ==
+
=== LED addresses ===
 
#define LED_BLUE 0xc0220084
 
#define LED_1 0xc0220088
 
#define LED_2 0xc022008c
 
#define LED_3 0xc0220090
 
#define LED_4 0xc0220094
   
  +
=== Some code ===
Blue-LED firmware blinker:
 
download from generalfault.narod.ru/A700BLUE.zip
+
Blue-LED firmware blinker: download from generalfault.narod.ru/A700BLUE.zip, password is WDdfsDFRT3@*sd
 
[[Category:Cameras]]
password is WDdfsDFRT3@*sd
 
  +
[[Category:Development]]

Latest revision as of 05:03, 30 September 2011

PowerShot A700

Following the example of the A700 page, everything that might be useful for a port of CHDK to A700 should be posted here.

Canon-powershot-a700 front

Powershot A700 Front

Canon-powershot-a700-back

Powershot A700 Back

Reviews and Specifications

Firmware info

As usual, the ver.req file works as well in this model. It shows the following:

Canon PowerShot A700
P-ID:3117 PAL

Firmware Ver GM1.00B
E18
Jan 12 2006 15:31:55

Pressing DISP returns:

Adj Ver.002.015
ZoomLensError
2006.10.14 13:59:25

For developers

Firmware dumps

Saveas64

Download location for firmware dumps:
P&S firmware dumps mirror

LED addresses

#define LED_BLUE 0xc0220084
#define LED_1 0xc0220088
#define LED_2 0xc022008c
#define LED_3 0xc0220090
#define LED_4 0xc0220094

Some code

Blue-LED firmware blinker: download from generalfault.narod.ru/A700BLUE.zip, password is WDdfsDFRT3@*sd