Here we post various whitepapers related to our products. Some of them are written by our staff, and some of them are quoted from other websites. In the latter case we will provide a link to the original source.
Arduino Nano
- What is Arduino and what can it do?
- How to connect Arduino to a computer?
- How to debug your Arduino Program?
- Control your Arduino board from PC directly
LEDs
- Basics of LED.
- How to choose TIR lenses/reflectors for high power LEDs?
- Why drive LEDs with constant current?
Accessories
Optical Components
Whitepaper details
What is Arduino and what can it do?
According to Wikipedia, Arduino is a single-board microcontroller, intended to make the application of interactive objects or environments more accessible. The hardware consists of an open-source hardware board designed around an 8-bit Atmel AVR microcontroller, or a 32-bit Atmel ARM. Current models feature a USB interface, 8 analog input pins, as well as 14 digital I/O pins which allows the user to attach various extension boards.
With the help of Arduino, a lot of barriers that previously prevent people from realizing their ideas has been removed, or at least greatly reduced. Now you can easily put together some real stuff to demonstrate your ideas, prove a concept, or simply show off your creativity and have fun.
Please click here to go to the original post.
How to connect an Arduino board to a computer?
In this whitepaper you will be walked through the key steps to connect your Arduino board to a PC and make it work for you.
Please click here to go to the original post.
How to Debug your Arduino Program?
In this whitepaper some very helpful tips to help you debug your Arduino sketches were discussed.
Please click here to go to the original post.