Skip to main content

Easytouch V1 to V2 "brain transplant"

 A few years back I posted about the difference between an Easytouch 1 and 2... basically the Easytouch "revision 2" is a newer hardware revision but uses the same exact board and components as the Easytouch 1, except for the microcontroller which has 128k of flash instead of 64k.  This means you can update a revision 2 board with the latest 2.x firmware versions.  You can see the original article here.

Since posting that article, I've wanted to swap the microcontroller on a "V1" Easytouch with one that will make it a "V2" Easytouch... I finally did it and it works!  Figured I'd document the process in case anybody else felt like tinkering...

To do the swap, my first step was to get a microcontroller with 128k flash... I had an Easytouch V2 remote with a bad keypad, so I cut it open to grab a donor chip. The indoor, outdoor and wireless controllers all use the same microcontroller but they have different firmware.

The reason I used a donor chip was that I didn't know if the bootloader was part of Pentair's firmware file, and the thing won't run without a bootloader!  My hunch was that the bootloader was contained in the firmware file... since the firmware update routines appear write to ALL flash locations on the chip, I figured it must contain the bootloader code - but I wasn't confident enough to use a new blank chip on my first go.

To pull the v1 and donor chips, I first added some lead solder (lower melting point than the lead free stuff) and lots of flux to all the pins. I then used my hot air gun with this QFP tip to remove the chip:

Here's my V1 board with the chip pulled off. just gotta go around with some solder wick and clean up the pads:


Here's the old chip... see the 9S12A64 marking (the "64" indicates the flash size).  Pretend you don't see the capacitor that came off with the chip... I swear I used a heat shield!


Getting ready to scavenge the donor chip. Not really sure why I used the heat shield again since this is now a donor board:


Donor chip fitted on the old V1 board (still have to clean up the flux a bit):


After re-fitting the LCD and updating the firmware to an Easytouch V2 Outdoor 2.190... I powered it up, and it lives!  Guess I gotta pull the old "firmware 1060" sticker off the back now...


It works with a blank chip!

I can confirm that the process works when using a fresh chip rather than a donor... I had an Easytouch V1 indoor controller with a bad comm chip, so I soldered on a new blank chip when I pulled the LCD to replace the comms.  I updated the firmware to 2.190 and use it for testing on my bench.

Repair Tip:  Another great thing about being able to swap the chips is that in the past, a board was "not repairable" if the microcontroller was dead (i.e. from a lightning storm)... but now the board is fixable, albeit with a bit of extra time and effort.


Comments

Popular posts from this blog

Troubleshooting Communication Problems with Pentair Equipment

Communication issues are among the most common problems people run into with their Pentair pool equipment.  The following problems can be caused by faulty communication: pressing a button on a remote or indoor controller does nothing  an Intelliflo pump won't run the schedule screenlogic can't control the system communication timeout errors show on the intellitouch indoor panel an Easytouch wireless remote or indoor panel shows "No Comm" The good news is finding the cause of these problems isn't rocket science and involves no black magic. The first thing you need to know is that Pentair systems use an RS-485 interface for serial communication between connected devices, operating at 9600 baud (8/N/1).  If you're familiar with the RS-485 standard you can skip the next section, otherwise I'd recommend giving it a quick read to get the gist... RS-485 Basics Unlike serial interfaces that have separate Transmit (TX) and Receive (RX) wires, RS-485

Help! My aux circuits (or valves) stopped working!!

If you run into a situation where a valve or auxilary circuit on your Pentair pool controller no longer functions at all, don't despair!  Assuming the required electrical connections are good, the fault isn't caused by a programming error, and you're trying to control the valve or aux circuit at the outdoor panel (and not using screenlogic or a remote), you may just have a blown relay driver chip... these are cheap and easy to replace. Aux circuits AND valves are actually controlled by relays which are either on-board, or in the load center.  The aux relays are the large-ish 2" x 1.25" Omron devices that are bolted to the load center/enclosure, while the valve relays are the smaller .5 x .25" relays that are soldered onto the outdoor control board (or personality board for Intellitouch). Valve relays on an Intellitouch personality board They're all 24vdc relays, which means 24 volts dc is required to "energize" their coils.  The micro-controller

What's the deal with Easytouch versions 1 and 2?

I am frequently asked if the firmware on a particular Easytouch system can be updated so that a particular fix or feature can be taken advantage of.  The answer to that question is "it depends on whether you've got an Easytouch 1 or an Easytouch 2" .  Say what?! Pentair don't advertise the Easytouch systems as a 1 or a 2 but they are currently on their second hardware revision.  The first revision is referred to as the Easytouch 1, and the second is - you guessed it - the Easytouch 2... but what is the difference and why would you care? First, a smidge of background... the Easytouch (and Intellitouch and Suntouch) equipment uses the Motorola 68HC12 family of microcontrollers, now made by Freescale.  Pentair uses the MC9S12A derivative which is basically an HC12 with some performance enhancements.  The first Easytouch version, the Easytouch 1, used the MC9S12A64 which has 64 kilobytes of flash memory for storing the program or "firmware" that the boa