Update details

This commit is contained in:
bileltechno 2019-02-26 03:02:35 +01:00
parent df650b9072
commit 4a82b9c326
2 changed files with 40 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

After

Width:  |  Height:  |  Size: 856 KiB

View File

@ -2,10 +2,10 @@
---
name: MDB HAT
class: board
type: alle
type: io
formfactor: HAT
manufacturer: Qibixx
description: Multi-Drop-Bus MDB Bus sniffer for the Raspberry Pi
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'
@ -13,6 +13,9 @@ pincount: 40
eeprom: yes
power:
'1':
'2':
'4':
'17':
ground:
'6':
'9':
@ -24,19 +27,49 @@ ground:
'39':
pin:
'8':
mode: uart
name: TXD breakout
name: TxD
mode: UART
description: Serial TX > MDB Controller
'10':
mode: uart
name: RXD breakout
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.
@ -48,4 +81,4 @@ The MDB HAT is powered from the Pi, however, it can also provide up to 15W (5V,
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).
General MDB information and a device family overview can be found [here](https://mdb.technology).