Question

Is there a way/tutorial to take a PCB (Printed Circuit Board) and make an LED Blink? Im basically asking:

  1. Is there a DIY tutorial for making a mini os for a PCB (not Arduino like).

  2. I want to put an LED on this PCB and I want to write in C/C++ a mini os that will make the light blink

2a. Tutorial/Video on this?

I have gone to the library, a college, and google and found no way to do this. Not a blog, a video or a useful tip. Anything will help!

Thanks.

Was it helpful?

Solution

SparkFun is a great resource for getting started with embedded design. Here is a whole series on Beginning Embedded Electronics with an AVR. Here is the article in that series where they tell you how to make an LED blink.

OTHER TIPS

O'Reilly published a book called Programming Embedded Systems in C and C ++. The book dedicates an entire chapter to precisely this exercise (the chapter is called, not surprisingly, "Das Blinkenlights").

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top