carrerashark/README

Mon, 23 Dec 2013 14:05:53 +0100

author
mbayer
date
Mon, 23 Dec 2013 14:05:53 +0100
changeset 152
e787f47c084b
parent 38
ff76255904c4
permissions
-rw-r--r--

finished car id programming and brake function

CarreraShark
Rail data packet sniffer

Hardware: Mega16, 8mhz
    PD2 = Controller Input
    |>o = Inv Schmitt Trigger for signal buffering (74hc14)

    [RAIL+] ------[33kohm]------+-----|>o--|>o----[PD2]
                                |
                                --[10kohm]---
                                            |
    [RAIL-] --------------------------------+-----[GND]


Debug Pins:
    PD3 = Packet Start pulse
    PD4 = Bit timer pulse (50ns)
    PD5 = Cycle Sync: each low/high change == start of cycle (after program packet received)
    PD6 = sysclk @ 256µs
    PD7 = response indicator

mercurial