kripton

Results 166 comments of kripton

Update on sending DMX via the RPi GPIOs: I'm no longer sure if that's a viable solution. It works in theory but in practice, lots of invalid DMX frames are...

Do you have any reference for the bitbanging SPI using the libgpiod library?

Interesting, never heard of of `git fsck` before ... That is basically one of the very first commits and that tag points to a commit that where the tree didn't...

It's working here for me: RPi CM4 with Intel 82599ES (using an PCIe x1 to PCIe x8 "adapter" cable -> Cisco DAC -> Cisco 2960X -> Cisco DAC -> PC...

I'd assume that #330 and this one are actually the same card. Wanna merge those two? They are confirmed working and I wouldn't see a reason to have the Dell-branded...

> **C/CXX flags** > I tried to override the C and linker flags to have different optimization than default by doing > > > cmake .. -DCMAKE_C_FLAGS="-O2 -flto -fno-data-sections" -DCMAKE_EXE_LINKER_FLAGS="-O2...

> Adding that attribute to all wrap functions as a proof of concept fixed it for me. do you have a fork of the pico-sdk where we could try that?

Even if so, the LED should resume blinking when the iperf is stopped. This is not the case. If the LED stops blinking, it will stay off until board reset....

Just did another small test: With "SYS" the LED just stops blinking and never returns. With "NO_SYS", the LED blinks slower while iperf is running (understandable) but returns to the...

Oh, this not being reproducable was unexpected to me. What are you using as the WiFi AP? Also the "access_point" example or something else? The LED blinking doesn't stop right...