Sie sind hier: Startseite » Werkstatt » Elektronik » Waeco SinePower MSI wireless display

Hardware setup

We are building up two hardware devices (stations). One is the base station, that could be located into your house. A LCD shows the data. The other is the remote inverter station, that is located e.g. in your shed, where the solar modules are mounted and the battery is used e.g. for charging your e-bike via a Waeco SinePower inverter.

Programming the XBEEs

For programming the XBEEs you'll need an USB-XBEE interface, like this one from parallax.

For using it, a driver for your OS is needed, that delivers an USB-to-serial interface with virtual COM port. This is done by a FTDI driver.

For programming the XBEEs you'll need the DigiKey XTCU-Software.

Base station with LCD

In the image at the right, you'll see a shield with many white little connectors. This is not needed, but it made the project a little nicer. This is a grove shield and I used it to connect the display to the I2C bus. All other connections going through it.

For building the base station you'll need:

Stack the XBEE shield onto the Arduino Uno R3. Stack the XBEE onto the XBEE shield.

The Jumpers of the XBEE shield have to be positioned at "USB" before uploading a new program to the Arduino. For XBEE usage, they have to be changed to "XBEE". This is a must since we do use the same serial interface for uploading programs and XBEE communication.

Remote inverter station

This is the most compact stack of shields to make this XBEE-to-RS232 gateway for the WAECO SinePower MSI. There are also small adaptors on the market, that provide a direct XBEE-to-RS232 interface without the need of arduino.

With an Arduino controling the traffic, the advantage is the influence on it. Waiting for sync. when boards/inverter switched on, own handshake etc..

For building the remote inverter station you'll need:

  • Arduino Uno R3 (I had SMD)

  • RS-232 shield - Attention: the print on the board is wrong: "232_TX" and "232_RX" have to be exchanged otherwise TX-LED is blinking when receiving data, RX is blinking when your Arduino is sending data (take a look at the schematic and it will be obvious). Regarding to the print on the RS-232 shield, jumper pin 2 as "232_RX" and pin 3 as "232_TX". May be the manufacturer corrects this ome time. At my board it's written "232_TX" then below: "Digital" then below "232_RX".

  • Arduino XBEE shield (I used this old simple one from Libellium) but you could use the new Arduino Wireless SD shield as well.

  • XBee Pro - 10mW with Wire Antenna - Series 1 - XBP24-AWI-001J ("Series 1" is main criteria!, Choose antenna you like.)

  • While setting it up, the Arduino is powered via USB, afterwards a 12 VDC power adaptor could be fine.

Stack the RS-232 shield onto the Arduino, stack the XBEE shield onto the RS-232 shield, stack the XBEE onto the XBEE shield.

The Jumpers of the XBEE shield have to be positioned at "USB" before uploading a new program to the Arduino. For XBEE usage, they have to be changed to "XBEE". This is a must since we do use the same serial interface for uploading programs and XBEE communication.

For building the inverter communication cable you'll need:

  • DB-9 male connector (commonly used for RS-232).

  • Housing for the DB-9 connector to secure the welding connections.

  • RJ-12 connector (6 lines) - this is needed to get contact to the WAECO MSI remote plug. I recommend to find a cable where it is already attached, then cut the cable at desired length and attach the DB-9 there.

DB-9 (RS-232)

 

RJ-12 (Western)

 

2 (RXD)

<-->

3 (RXD)

3 (TXD)

<-->

4 (TXD)

5 (GND)

<-->

2 (GND)

Only these three lines are to be connected (see table).

A line in the table is one 1:1 connection. Don't cross RX with TX or so. Don't be creative here.

Then the cable has to look like the image at the right.

That's the hardware, now we will have a look at the programming of the both stations.

Diese WebSite und darin integrierte Anwendungen können Cookies verwenden. Mit dem Klick auf "Erlauben“ erklären Sie sich damit einverstanden, dass diese auf Ihrem Endgerät gespeichert werden. Wurde das Speichern von Cookies mit "Ablehnen" bestätigt, können Funktionen eingeschränkt oder nicht verfügbar sein. Weiterführende Informationen erhalten Sie in unserer Datenschutzerklärung.