Hi all,
This is my first post and I hope you are all doing well. I just built the Creepy Uncle V4 purchased from Saberbay, first, I love this hilt and the level of difficulty made me feel pretty darn good when I ignited the blade for the first time however; I have a small issue with my control box single color LEDs. I used the Hubbe.net wiring diagram/initial config helper and do think something is missing either from a wiring or config standpoint, maybe both. The control box LEDs are single color and a 68ohm resistor was included and used on the red diode. Below are pictures of the finished install and the wiring diagram i worked off of for the LEDs. I didn’t include all the rotary connectors as all that works perfectly. I am hoping someone is able to help me figure out why the accent LEDs only work with fonts that I have assigned lighter color blade styles set. I used fett263’s config helper per usual on this and I know something is off, whether it be because I wired the single color LEDs in parallel or the blade config. Below is the wiring diagram I slightly modified because I could not find anything to point me in the right direction.
Here is the original blade config: 2 blades (one WS2811/Neopixel at 144 and one single accent using some tricree template)
BladeConfig blades[] = {
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),
SimpleBladePtr<CreeXPE2WhiteTemplate<550>, NoLED, NoLED, NoLED, bladePowerPin1, -1, -1, -1>()
, CONFIGARRAY(presets) },
};
When I am running a font with IceBlue or White, the accents work, when I run a green, red, or blue assigned bladestyle my accents don’t light up but the blade works fine, I am sure there is a better way. This is only my fifth build and all of the others I have done work great (Simple WS2811/Neopixel with Single LED Neopixel Crystal Chamber,)
I think this is the blade config I need to use and I need some advice on the wiring as I have tried several variations at Hubbe.net and can’t find anything other than the diagram I posted here.
BladeConfig blades[] = {
{ 0, WS281XBladePtr<144, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(),
SimpleBladePtr<CH1LED, NoLED, NoLED, NoLED, bladePowerPin4, -1, -1, -1>(),
SimpleBladePtr<CH2LED, NoLED, NoLED, NoLED, bladePowerPin5, -1, -1, -1>(),
CONFIGARRAY(presets) },
};
Here is the saber - I do have the blade style for the Accents set to a single in hilt and that style is applied as the second blade to all 40 fonts I am using.
Your help will be greatly appreciated, I spent hours cruising the Proffieboard manual and I think I have just hit a brick wall. Hopefully I posted all this properly, if not, please let me know where I should be posting this type of help request. Also, being that I am new to the Crucible, I can’t post anymore pictures other than the wiring diagram. Maybe it will let me when the discussion starts.
Kind Regards,
Shane Wymore

