DIY Daystate GCU v5 (Red Wolf) programmer

20
“Now the construction of the cable is finished and I have connected it. The sentence on the Red Wolf's display was "Welcome Super User".
Full of hope, I pressed the Connect button on the WinGCU-0.3 software....Connection failed.
I tried all the UART settings that I can make in the Windows settings but couldn't get a connection.„
Hi i had the same as above but then checked the thread again with the picture of Daystate Rebel completed hardware and mine was very slightly different in that the 1N4148 Diode the black end was the opposite way around. Checked on the web they only fit one way as they a one way diode so current flow only one way. Desoldered diode and fitted a new one right way around and tried again. It worked now i get connected and can my gun settings in the WinGCU Check yours this may be the problem while yours is not connecting.
 
  • Like
Reactions: Marco K1
How to build your own Daystate GCU v5 programming tool, this is the GCU found in the Red Wolf. The GCU communicates with the Daystate programmer via a '1 wire' serial interface, to build one of your own you will need the following components:

1 x 4k7 1/4 Watt 5% resistor (EBay $3.49 for 100)

1 x 1N4148 Diode (EBay $1.59 for 10)

1 x JST SH 1.0 5 pin plug with tails (EBay $3.49 for 10)

1 x USB-UART 5V TTL adapter (EBay $2.58 each)

All these parts can be found easily on EBay or Amazon although you may end up buying a pack of 10 or a 100 diodes and resistors. Even if you don't have any of these parts on hand you can still build the hardware for less than $20

Once you have these parts you will need to assemble them as shown in the schematic diagram below

View attachment 193719

Note the pin number on the programming header of the GCU

View attachment 193734



Depending on the type of USB-UART adapter you purchased you may be able to add the diode and resistor directly to the adapter


View attachment 193741

A fully assembled adapter and cable look like this (only 3 of the 5 pins are required)


View attachment 193747

Now that you have your hardware assembled you can plug it into your PC and follow the vendor's instructions to install drivers etc. Next you will need to download some software from Github.

https://github.com/DaystateRebel/gcui

The gcui tool is written in Rust (https://www.rust-lang.org/tools/install) but for convenience I have made a compiled Windows binary available here:

https://github.com/DaystateRebel/gcui_binaries/blob/main/gcui.exe

Download the exe (or build from source code if you prefer) and put it in a directory on your hard drive. Open a command prompt ad "cd" to the directory where you saved the executable. Gcui can perform the following functions (replace comX with the name of the USB-UART hardware, you'll find it in Device Manager)

To read power settings from the GCU

$ gcui.exe --port=comX --read --filename=file.csv

To write power settings to the GCU

$ gcui.exe --port=comX --write --filename=file.csv

To read the current air pressure from the GCU

$ gcui.exe --port=comX --pressure

To read the current pulse duration from the GCU

$ gcui.exe --port=comX --pulse

To read the GCU version

$ gcui.exe --port=comX --rwversion

The power settings are read to / written from a .csv which you can open in Excel/Google Sheets

View attachment 193776

Congratulations, you can now easily download, edit, save and reload power settings from your computer instead of writing them on bits of paper - welcome to the 21st Century!

Coming next - What do all these numbers mean and how do I recalculate HS & LS? I will also be adding support for "locked power" mode to gcui so we a full featured alternative to the current hardware programmer

Happy Hacking

Rebel
Outstanding!!!! Thanks for all your effort and putting this out there. Just got a Daystate Pulsar and love it, now this will come in handy!
 
Hello everyone

After reversing the diode as described above, it unfortunately still does not function.
The illustration by DaystateRebel is correct; the diode (1N4148) is shown in the correct direction and is also installed that way in his other images.

Diode Richtung.jpg


I can't get past “Welcome Superuser.”

Here are a few pictures of the settings (default).

IMG_20250708_152355.jpg
IMG_20250708_152418.jpg
IMG_20250708_152430.jpg

IMG_20250708_152440.jpg
IMG_20250708_152452.jpg
IMG_20250708_152514.jpg


IMG_20250708_152607.jpg
IMG_20250708_153344.jpg

IMG_20250708_153551.jpg



In terms of the procedure, I connected everything, unlocked the Red Wolf, opened the clamping lever, and finally plugged the USB into the PC.
If you follow a specific procedure, please write it down.

Unfortunately, I have no idea what else could be causing this—I would be grateful for any advice.