LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Overview :: News :: Downloads :: Tracker :: Discussions (cores)    

    Manchester to UART converter: Overview

    Details

    Name: man2uart
    Created: 22-Nov-2004 08:46:40
    Updated: 24-Nov-2004 03:46:42
    CVS: no files in cvs

    Other project properties

    Category :: Communication controller
    Language :: VHDL
    Phaze :: FPGA proven
    Development status :: Production/Stable

    Project maintainers

  • kenneth YK
  • Statistics

  • view
  • Description

    Bosch control keyboard and Bosch DVR/VCR send bi-phase Manchester signal in their own format to control Bosch speed doom. This converter get the data and change to UART format for the MCU to process it.

    This is the signal converter on data link layer.
    About how to convert signal in phyical layer , there have some circuit to do it , if interest please email to me at kenneth@o... to get schematic.

    Features

    separate manchester signal

    • guard_time
    • preamble
    • sync_start
    • data
    • stop
    -- example : Pan Left Manchester signal on philips protocol
    -- 0000001010101010111000101010100101010110100100001111000000 "87"
    -- 0000001010101010111000100101010101010101100100001111000000 "00"
    -- 0000001010101010111000100101010101010101100100001111000000 "00"
    -- 0000001010101010111000100101011001010101010100001111000000 "08"
    -- 0000001010101010111000100101010101010101100100001111000000 "00"
    -- 0000001010101010111000100101011010101001100100001111000000 "78"
    -- 0000001010101010111000100110010101010101010100001111000000 "02"
    -- 0000001010101010111000101001011001010101100100001111000000 "09"

    Status

    The project was finished and working so far so good.


     

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.