Skip to content

Building Your Own Hardware

WARNING

This project will not work on all spa pools. Refer to the compatibility page to understand if your spa pool is compatible with this project.

DANGER

It is really important to note that shorting pins 7 and 8 on the EXP1 port will cause the spa controller to short, and cause irreparable damage to the controller. This is why it is important to build your own hardware with care, and to test it thoroughly before connecting it to your spa pool. We've already heard of at least two people who have had to replace their spa controllers due to this mistake. If you want to reduce the risk of damage, consider purchasing a pre-built PCB instead.

Spa Pool Connection Overview

On spa pools containing SpaNet SV and SV Mini controllers, there exists a port labeled EXP1 or EXPAND1 port. This is a standard RJ-45 plug, with the following output coming from the controller on each of the pins:

PinControllerWiFly Adapter
1Health LedPass through
2GNDPass through
3Not used
4Not used
5TXRX
6RXTX
7GNDGND
812V12V

Because the spa is outputting 12V over this connection, we can build our controller with no need for an external power connection - all we need to do is convert the 12V down to a 3.3V voltage suitable for our ESP32 chip. We then use pins 5/6 to communicate with the controller, using our custom firmware.

Components

The table below lists a few options for purchasing the required components. AliExpress is typically cheaper but has a much slower delivery, compared with the more expensive Core Electronics (based in Australia), with their faster delivery times.

ComponentStore linksComments
ESP32AliExpress / CoreGet 1 already-wielded ESP32.
RJ45 connectorAliExpress / CoreGet a 'H Type+DIP Pins'.
Buck converterAliExpress / CoreGet a '5-40V to 3.3V' converter.
330 ohm ResistorAliExpress / CoreYou need two 330 ohm resistors.

Beyond these key components, you may want to buy some protoboards, breadboards, pin headers, cables, etc to build your device. Some useful links include:

ComponentStore linksComments
Pin HeadersAliExpress
PerfboardAliExpressIf you want to solder your hardware together.

Assembly Images

To keep things as simple as possible, off the shelf modules have been used. You can click the images below to see a larger version of the image.

TIP

The resistors on the RX/TX pins are recommended but optional.

Circuit diagramIndividual componentsBoard wiring on backThe final assembled board