Model compatibility #27
Replies: 7 comments 8 replies
-
Absolutely OK, thanks for opening up the first discussion!
The A168 is almost certainly not compatible. The EL backlight gets its power from two exposed pads on the circuit board, which (based on my limited understanding of EL) would likely have to be boosted to a higher voltage. It's possible the A168 may be using the same LCD, but inside the case the geometry isn't the same, so I doubt the Sensor Watch PCB has everything in the right place. It also lacks the driving circuitry and exposed pads for the backlight. The GMW-B5000 is definitely incompatible; I can see at a glance the LCD is very different. Having said that, if you have one and want to put some effort into reverse engineering, I offered some tips and tricks in this talk at Hackaday Remoticon.
I do not know, but if I were going to try it, that's likely what I would do. In fact, the Casio Tough Solar (WS220) uses a 6-mux backplane for its main display, everything except the dot matrix up top. Some notes here; if I were starting a new watch mod today, I'd almost certainly be playing with that one.
Honestly, it's a lot of the same things in the Pluto issue you linked to: 3 to 3.5 volts is what the SAM L22 supports, so that's where I wanted to be. The CA-53W / CA-506 watches would also fit this criterion and Travis Goodspeed uses this model as a donor watch for his GoodWatch. But with 35 pins on that LCD, you'd need to move up to a 100-pin chip (the SAM L22 N) to drive them all, and the only way to fit that in a watch case is by moving to a BGA package. As for price: I like that the watch itself is cheap enough that you can buy two or three of them: one for wearing, one for testing and one for hacking on. It would be challenging to do the same for a G-Shock, as those things can be pricey. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback! The Remoticon talk was great. Esp. the part on reverse engineering the Pinout. With theoretically compatible I was referring to the uCs capabilities, a pcb modification will most certainly be necessary. But to figure out if the uC is compatible I guess I have to figure out two things:
Both doable with a demo unit. Regarding the EL Backlight, do you have any idea how to pull this off? I am thinking external 5V boost circuit, assuming there is space for it. The pluto project uses 0.6mm thick PCBs due to space constrains, did you go that route as well? You mentioned a few uCs in your talk that include a LCD driver.
Did you stumble across any ARM alternatives after your talk, that can boost to 5V? |
Beta Was this translation helpful? Give feedback.
-
Indeed I am, thanks to ST's brilliant discovery kit marketing :) Just leaving this here in case you, or someone else needs it in the future~
The PCB Pinout-segment mapping for the A168WA LCD looks like this: |
Beta Was this translation helpful? Give feedback.
-
Very cool!
The display has 27 Pins, just like the display of the F-91W, I did not find a schematic for the F-91W, thus I don't know if they are compatible.
The seemingly identical design, plus the identical placement of the common pins, strongly hint to me that the A168 uses the same LCD glass as the F-91W. On a cursory check against my notes on [the F91W's segment map](https://joeycastillo.github.io/Sensor-Watch-Documentation/segmap.html), every segment I looked at matched up with your diagram.
|
Beta Was this translation helpful? Give feedback.
-
speaking of model compatibility, and having multiple watches for hacking, does anyone know if the F-91W clones are compatible with the original? importantly in terms of shape and LCD |
Beta Was this translation helpful? Give feedback.
-
I've been wondering if the W218H-1A with the 3224 module will work with the sensor watch module? The only reason I'd like to swap the module into the W218H-1A vs the F91W is the 50M water resistance. Any ideas what kind of water resistance I can expect out of the F91W-1 case in real life practice? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Found something very interesting and post it here, because of the discussion about the electroluminescence backlight: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I hope it's ok to open this topic here?.
I am trying to figure out if this project would in theory be compatible with two other Casio models.
The two models I am specifically interested in are the A168 due to it's electroluminescence backlight, which i was planning to transplant into a A1000 case. Or the G-shock GMW-B5000.
Problem is, it is hard to figure out what kind of display (Backplane config) these models are using.
Due to this project https://github.com/carrotIndustries/pluto I know that the displays are a little finicky, apparently many of the casio watches use displays with 5 backplanes, which apparently is an issue for many uC's.
Based on the Datasheet Page 935, the SAML22 that your project is using also doesn't seem to natively support a 5 backplane config. The pluto project mentioned that running in 8backplane mode would severely hurt the display contrast. Any idea how bad a 6 backplane config would turn out to be?
https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/60001465A.pdf
What made you chose the F-91? The conversion cost seems kind of excessive, in relation to the watch price :D
/TM
Beta Was this translation helpful? Give feedback.
All reactions