Octopus Pro and Neopixel

With my Octopus Pro with Neopixel on the red header I am not getting anything. If I swap the very same connector to the EBB42 it works. This is my config: [neopixel overhead_speed] pin: PB0 # toolboard:PD3 chain_count: 15 color_order: GRB initial_RED: 1.0 initial_GREEN: 0.0 initial_BLUE: 0.0 initial_WHITE: 0.0 Why isn´t this working?
No description
5 Replies
huskyte
huskyte12mo ago
Alternatively, is there any other pin that I could use? Shhhiiii+++++t, ok, got it. Solution, see picture
huskyte
huskyte12mo ago
It´s called PB10 meanwhile
No description
ptegler
ptegler12mo ago
you're code example is setup FOR the EBB42. The octopus board has a dedicated neopixel connector. you're code segment needs to change to
pin: PB0 #oem config -BTT Octopus RGB_LED (J37) socket pin out
pin: PB0 #oem config -BTT Octopus RGB_LED (J37) socket pin out
I also use a spare pin for my second string og neos
pin: PE14 #BTT Octopus EXP1 socket (J39) pin added -pat 20221028 PE16,PE14,PE12,PE10,PE9,PE7 all avail on same socket
pin: PE14 #BTT Octopus EXP1 socket (J39) pin added -pat 20221028 PE16,PE14,PE12,PE10,PE9,PE7 all avail on same socket
huskyte
huskyte12mo ago
If you look closely, there is a # in between. PB10 it it for the Pro. But thx for some more info
Seb_Juju
Seb_Juju8mo ago
Hi, impossible to drive LEDs on PB0 on OCTOPUS PRO H723, does anyone have an idea? it's really PB0 ? PB10 is not ok