pinout.vvzero.com/draft/overlay/mbd-pi-hat.md

85 lines
2.1 KiB
Markdown
Raw Normal View History

2019-02-25 10:00:22 +08:00
<!--
---
name: MDB HAT
class: board
2019-02-26 10:02:35 +08:00
type: io
2019-02-25 10:00:22 +08:00
formfactor: HAT
manufacturer: Qibixx
2019-02-26 10:02:35 +08:00
description: Multi-Drop-Bus MDB Bus Interface and Sniffer for the Raspberry Pi
2019-02-25 10:00:22 +08:00
url: https://qibixx.com
buy: https://qiba.pt/
image: 'mbd-pi-hat.png'
pincount: 40
eeprom: yes
power:
'1':
2019-02-26 10:02:35 +08:00
'2':
'4':
'17':
2019-02-25 10:00:22 +08:00
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'8':
2019-02-26 10:02:35 +08:00
name: TxD
mode: UART
description: Serial TX > MDB Controller
2019-02-25 10:00:22 +08:00
'10':
2019-02-26 10:02:35 +08:00
name: RxD
mode: UART
description: Serial RX < MDB Controller
2019-02-25 10:00:22 +08:00
'19':
2019-02-26 10:02:35 +08:00
name: SPI_MOSI
2019-02-25 10:00:22 +08:00
mode: spi
2019-02-26 10:02:35 +08:00
description: MDB Controller - MOSI
2019-02-25 10:00:22 +08:00
'21':
2019-02-26 10:02:35 +08:00
name: SPI_MISO
2019-02-25 10:00:22 +08:00
mode: spi
2019-02-26 10:02:35 +08:00
description: MDB Controller MISO
2019-02-25 10:00:22 +08:00
'23':
2019-02-26 10:02:35 +08:00
name: SPI_SCLK
2019-02-25 10:00:22 +08:00
mode: spi
2019-02-26 10:02:35 +08:00
description: MDB Controller - SCLK
2019-02-25 10:00:22 +08:00
'24':
2019-02-26 10:02:35 +08:00
name: SPI_CE0
2019-02-25 10:00:22 +08:00
mode: spi
2019-02-26 10:02:35 +08:00
description: MDB Controller CS
'27':
name: ID_SD
mode: I2C
description: ID EEPROM DTA
'28':
name: ID_SC
mode: I2C
description: ID EEPROM CLK
'29':
name: IO2RPI
mode: output
description: IO MDB>RPi
'31':
name: MDB_RES
mode: input
description: MDB Contoller Reset
'33':
name: IOfromRPi
mode: input
description: IO RPi>MDB
2019-02-25 10:00:22 +08:00
-->
# MDB HAT
The MDBHAT from [Qibixx](https://qibixx.com) is a Raspberry Pi HAT connecting the Pi with the MDB (Machine Data Bus), found in vending machines and peripherals such as Coin and Bill Acceptors. With its advanced architecture, the MDB Hat can support MDB Master, MDB Peripheral and MDB Sniffing applications without any jumper settings.
The firmware of the MDBHAT can be updated from the Pi.
For universal connectivity, the MDB HAT connects with the PI with either serial or SPI interface.
The MDB HAT is powered from the Pi, however, it can also provide up to 15W (5V, 3A) and backpower the Pi if MDB power is available. In most applications, the MDB HAT plus Pi and even other peripherals can be used without an additional power supply.
Full device documentation and protocol information is available [here](https://docs.qibixx.com).
2019-02-26 10:02:35 +08:00
General MDB information and a device family overview can be found [here](https://mdb.technology).