Microchip XC32 interrupt triggering on port level change
Finally got interrupt triggering to work on pin level change. In this example I use two tactile switches to pull portB10 or portB11 to ground on a PIX32MX250F128B micro-controller. (Keep in mind that...
View ArticleInterfacing WS2812B RGB LED with a Microchip PIC32MX250F128B
Been working on a bit-banging routine for WS2812B RGB LED for the last couple of hours. It has been pretty tricky getting the correct timings, but ultimately through trial and error the timings were...
View ArticleInterfacing WS2812B (WS2811) RGB leds with a PIC32MX (250F128B) micro...
This code has been abandoned and updated in another blog post. Click here to see the newer version that I’m currently working on I have continued working on controlling the WS2812B leds and enhanced...
View ArticleInterfacing WS2812B (WS2811) RGB leds with a PIC32MX (250F128B) micro...
I have continued experimenting with the C++ XC32 source posted previously after being convinced by a co-worker that I should try using SPI for its buffering capabilities. After some fiddling things...
View Article