Category: DIY

Ender 3 and the Pololu AVR Programmer

There are tons of YouTube videos and blog posts on updating the Ender 3 firmware, but I could not find any, on how to do this with the Pololu USB AVR Programmer. So here it is, the Ender 3 and the Pololu USB AVR Programmer write up in four simple steps: Configure the Pololu Programmer […]

Read more

Multi Endpoint RGB lights

I finally completed the multi endpoint with 4 RGB lights. I was hoping to drive more lights with a single JN5168, but it seems 4 RGB’s is the absolute limit. Since the JN5168 only has 5 PWM outputs, an external PWM controller is required

Read more

Hello world

So, this would be the context. [code language=”csharp”] // And here is the snippet public Foo Bar() { return new Foo() } [/code] As simple as that!

Read more