pinout.vvzero.com/draft/overlay/mbd-pi-hat.md
2019-02-26 03:02:35 +01:00

85 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
---
name: MDB HAT
class: board
type: io
formfactor: HAT
manufacturer: Qibixx
description: Multi-Drop-Bus MDB Bus Interface and Sniffer for the Raspberry Pi
url: https://qibixx.com
buy: https://qiba.pt/
image: 'mbd-pi-hat.png'
pincount: 40
eeprom: yes
power:
'1':
'2':
'4':
'17':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'8':
name: TxD
mode: UART
description: Serial TX > MDB Controller
'10':
name: RxD
mode: UART
description: Serial RX < MDB Controller
'19':
name: SPI_MOSI
mode: spi
description: MDB Controller - MOSI
'21':
name: SPI_MISO
mode: spi
description: MDB Controller MISO
'23':
name: SPI_SCLK
mode: spi
description: MDB Controller - SCLK
'24':
name: SPI_CE0
mode: spi
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
-->
# 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).
General MDB information and a device family overview can be found [here](https://mdb.technology).