I got my cute little micro-controller board this week and immediately sat down to see what cool things it can do together with my circuits and components. It's an Arduino compatible micro board. There's a lot hype over these micro-controller boards, and rightfully so because of the many exciting possibilities of what you can do with your circuits. The micro-controller will be your interface to your computer, as it can accept analog and digital inputs and can be programmed through the open-source Arduino IDE (Interface Drive Electronics). It connects to the computer through USB. All you need is some little skills in programming in C language, and it's open to the world of many exciting possibilities. For the newbies in programming, don't lose heart because it's not really difficult to learn. You'll actually find it fun to learn.
|
Arduino Compatible Micro Board |
So what can a micro-controller really do? The fact that you can connect it your computer is already cool. Which means you can ask it to do something for you, or interpret what your circuit does. Because a micro-controller is actually a small computer that has its own memory that it retains even though the power has been take off from it it. So you can build a circuit, hook it up to a micro-controller, and program it such that it interprets the output of your circuit and make a response based from the input, for example turn on a buzzer or display an output. The functionality will be retained as long as the codes are not erased from the device. This is exactly what's inside the gadgets, appliances, tools, etc. that do multiple functions that are seemingly intelligent. After having been programmed to your desired functionality, you will not need your computer anymore. Your circuit together with the micro-controller can be a standalone but of course with an external supply, such as a 9V readily available battery from a convenience store. I'll have more for examples of using this micro board in my next blogs.
Comments
Post a Comment