Author Archives:

Arduino Prototyping Tool, Fritzing

Fritzing is an ultimate tool for document the Arduino-based prototype and create a PCB layout for manufacturing. Similar to Arduino, Fritzing is also an open-source project. There are tons of electrical components library predefined for you or you can create some yourself. … Continue reading

Posted in Software | Tagged , , | 4 Comments

Which Arduino board is for me?

There are more than a handful of original Arduino boards and 100% clone Arduino boards in the market, and which one is for me? In fact every Arduino boards are built to suit different need, below are some of them … Continue reading

Posted in Hardware | Tagged , , , , , | 4 Comments

Arduino Programming Software

In order to start writing code for your Arduino board you need to download Arduino Development Environment (IDE), this official Arduino programming software. This piece of software contains a text editor for code writing, a series of function buttons and … Continue reading

Posted in Software | Tagged , | 1 Comment

EE101 – Resistors

Resistor, one of the most common electronic component. They are used to control current flow in a circuit, and are rated by their resistance value and their power rating. The unit measurement of a resistor is ohm (symbol: Ω), named after Georg … Continue reading

Posted in Generals | Tagged , | 3 Comments