Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:lct_ws-28xx:lct_ws-28xx_protocol_hacking [2012/03/14 09:13] – eddi | en:lct_ws-28xx:lct_ws-28xx_protocol_hacking [2012/04/21 13:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {=La Crosse Technology WS-28xx=} | ||
| + | ====== La Crosse Technology WS-28xx ====== | ||
| + | I bought this weather station and I discover that it doesn' | ||
| + | |||
| + | Until receiving the pack, i found that on forum http:// | ||
| + | |||
| + | Than I found that La Crosse Tecnology forgot pdb files in installation backages and forgot to strip executable, so reverse engineering shoult be easier. | ||
| + | |||
| + | ====== Open Source Code ===== | ||
| + | |||
| + | I'm starting a python implementation: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Feel free to request git access. | ||
| + | |||
| + | |||
| + | ====== Hardware ====== | ||
| + | |||
| + | The usb tranceiver USBTRX-10 is a HID Device composed of a microcontroller connected to an AX5051 and a flash memory. | ||
| + | |||
| + | AX5051 is a programmable tranceiver (you can easly find data sheet) | ||
| + | |||
| + | Before using the tranceiver it has to be programmed.  | ||
| + | |||
| + | |||
| + | I think same chip is embedded inside all sensors | ||