Thanks, it fits with my pinout measurements aswell. I looked at several LED controller, and didn't find anything matching the pinout. So an PIC 16F88-I/SO looks plausible.@Jings i Think they use something like this PIC 16F88-I/SO MCU and write own Code for it.
Hi,Bonus pictures of the project adapted and working for the Intex Krystal Clear pump. I could order the PCBs, but as I only need this one for myself and this way works, then is OK for me. The blue supports of the relay and main boards are made by me using with my 3D printer and we're designed using Fusion 360. In the last picture, a wifi antenna can be seen... This was necessary due to the distance with my router.
#define clockPin GPIO_NUM_19
#define dataPin GPIO_NUM_18
#define clockDispPin GPIO_NUM_17
#define dataDispPin GPIO_NUM_16
ESP32 DevKitC | ESP32 Lolin32 | |
GPIO 19 | -> | GPIO 19 (MISO) |
GPIO 18 | -> | GPIO 18 (SCK/CLK) |
GPIO 17 | -> | GPIO 17 (TX) |
GPIO 16 | -> | GPIO 16 (RX) |
yes +5v and Gnd switched@jressel01
I've got some gerbers laying around. Unfortunately, as I have the non TM1650 version, I've got several revisions of the layout. Need to sort out which is which.
I've got a "jumper version" somewhere that allows swapping of the +5V and GND lines on the connectors, if we someday get some working software for the non TM1650 version
On the TM1650 version, the +5V line is to the "right outside" correct?
yesSo, I take it my layout would be:
ESP32 DevKitC ESP32 Lolin32 GPIO 19 -> GPIO 19 (MISO) GPIO 18 -> GPIO 18 (SCK/CLK) GPIO 17 -> GPIO 17 (TX) GPIO 16 -> GPIO 16 (RX)
That look correct?