Arduino Relay Shield for Home and Industrial Automation: The BMini

Arduino Relay Shield is an key element when you need to give actions to your projects. The BMini is the perfect match for that.

The BMini is an Arduino relay shield featured in the BieMme Store a couple of month ago. I think it is a great product and I’m very excited to tell you more about it.

Basically, it is a Relay Shield for Mini 05, Ethernet and UNO boards, specifically designed for home and industrial automation. You upload your sketch in the Arduino board, plug it in the BMini… that’s it!

Arduino Bmini shield pinout

The technical specifications are the following:

Power supply:

  • 24V DC or AC
  • Separated power inputs for the Arduino board and for the digital inputs. No electrical noise and current peaks will alter the Arduino board
  • 2 Fuses for the supply voltage
  • 5V power output for external sensors
  • 24V power supply with two different terminal block connector plug IN/OUT configuration. Connect the 24V to the first BMini (J3 connector) and use the J4 for powering the following BMini in the network

Inputs/outputs:

  • 4 high quality relay out­puts (max 8A) together with 4 fuses
  • 4 opto iso­lated dig­i­tal inputs
  • 8 ana­log inputs (0-5V) (can act as digital inputs)
  • 2 PWM outputs
  • 4 LEDs for digital inputs status

Communication

  • I2C bus
  • RS485 bus line (120-Ohm resistor included)
  • Maxim MAX 1487 transceiver
  • One LED for modbus status
  • Ethernet interface (when using the socket converter)

In order to let the Bmini shield to leverage the power of the ATmega328 MCU, just plug an Arduino Mini 05 in the MCU socket. If you need to communicate with other Bmini shields, from a PLC or other devices, use the RS485 bus and the freely available modbus libraries. Check them in the wiki for code examples.

Modbus and RS485 are not the only ways to communicate with other devices. Ethernet interface is also supported by the BMini Arduino Relay shield. Instead of using a Mini 05, you can plug an Arduino Ethernet Board transforming the Bmini into a lightweight TCP server. This is simply achieved by using a socket converter that I’m going to release on the following weeks.

In the next week post, I’ll present a project based on a complex network of Bmini shields interacting each others.

As usual, comments are welcome! Stay tuned! 🙂