Circuit board arrived. I found my PIC programmer is 5 V only and cannot be used on this 3.3 V chip, then I found a great project called Pickle which can do serial port bitbanging for a makeshift programmer. Just turned my LEDs on, ready to start firmware development... #electronics
Wasted an hour trying to set up a timer on the PIC microcontroller. The frequency was always wrong by an order of magnitude, I kept fiddling with the clock generators, PLLs, prescalers, and fuses. Only an hour later I found the real problem... I simply forgot that a 8-bit timer has 256 counts, not 1 count. :blobcatwoozy: