Arduino PDF
Arduino PDF
Arduino PDF
PREFACE
Thank you for your interest and support for our product. We hope you find the fun in doing this project.
Please use the checklist below to ensure you have received below components and let us know if there
is any discrepancy.
NO ITEM QTY
1 Modified Arduino DCC Board 1
2 24cm USB Cable (A-B type) 1
3 9V Battery Connector 1
This microcontroller board is modified to increase the power (Vcc) and ground (GND) ports so that it
can support more components at the same time. Therefore, you can use this board to run more
complex application which involves more sensor modules and outputs.
We have also added in a power pin connector on Vin so that you can have the second entry point to
supply power to the microcontroller board.
This guidebook would show you how you should be using this kit to complete your project.
(i) We will start from giving you a basic concept of a microcontroller system and how it works
(ii) Then we will go to the steps on how you upload the coding into the microcontroller
(iii) And how to get this microcontroller to function on its own without any computer
connection
1|Page
Prepared by MyScholar Teaching Resources
INPUT OUTPUT
1. Input –
The components which is able to send signal to the controller board. This includes sensor
modules or a simple limit switch. Sometimes we can also run microcontroller without any
electronic components but the coding itself, such as LED blinking or traffic light routine.
2. Microcontroller board (Modified UNO DCCDuino board, USB Cable and power connector) -
Microcontroller is the brain of the system. With the instruction/coding uploaded into it (we
will learn how to upload the coding later), the microcontroller will react according to the input
signal and give some output response.
3. Output –
This includes the components such as LED (which emit lights), buzzer (which produce sound
or music), servo motor (which will move in certain angles) or DC motor (which will rotate
clockwise or anti clockwise continuously.
To design a smart light which will automatically switch on at night, we would use LDR (Light Dependent
Resistor) sensor module as its input. The LDR Sensor will give different voltage feedback to the
microcontroller. At night, the voltage will reach a level to tell the micro-controller it is dark then and
the microcontroller will turn on the LED connected as an output. This is an example on how a
microcontroller system function.
2|P age
Prepared by MyScholar Teaching Resources
https://www.arduino.cc/en/Main/Software
Please double-click to activate the driver installation process on the CH341SER.EXE file sent together
in the package to install the chip driver on your PC/laptop also. This driver is needed to provide USB
communication to the Arduino board. You will see uploading error if you do not run this step.
3|P age
Prepared by MyScholar Teaching Resources
2.5 Open Arduino IDE Application and locate your code file on your PC/Laptop
You can proceed to double-click to open the Arduino IDE application that you have just installed and
click File>Open to locate the coding file in your PC/Laptop and load it.
2.6 Set Up the Right Board Type and USB Port Number
4|Page
Prepared by MyScholar Teaching Resources
Click Tools>Port> and select the port listed on the menu. There should only be one if the program
only can find one Arduino board connected to your PC/laptop. If there are more than one, you have
to try out each one to find the right port connected to your board.
5|Page
Prepared by MyScholar Teaching Resources
2.7 Verify and Upload the code onto the Arduino Board
After you have completed the above task, you can click the ‘√’ sign on the left side of the menu to do
the ‘verify’ command. The IDE program would help you to check if there is any error of the commands
and it will show ‘Done compiling’ on the bottom left corner when everything is completed.
After the compiling is completed, you can proceed to click the ‘→’ sign next to it. This command will
upload the code into the board.
6|P age
Prepared by MyScholar Teaching Resources
If you are buying project kit from our shop and you could click on the ‘microscope’ icon on the top
right corner to open up the Serial Monitor. The serial monitor would show you the status/info of the
microcontroller operation such as sensor reading, output status etc.
Our coding is written is such a way that you can monitor each command state in your program so that
you can have the whole picture of the operation.
Congratulation!!
When you are at this stage, it means you have successfully uploaded the coding inside the micro-
controller!!
You can know detached the USB cable and plug in the 9V battery with the battery connector and let
your microcontroller run on its own.
The coding will reside in your microcontroller until it is overwritten by another uploading. It means
even you try to unplug the battery and plug it in again, the coding will forever stay inside the
microcontroller until you decided to load in another application.
You could use this product and buy any other project kit from our shop. The coding and schematic for
each project will be provided for each set of kit.
7|Page
Prepared by MyScholar Teaching Resources
4. PRODUCT WARRANTY
Product Warranty is valid for one month.
Warranty only applied to manufacturing defect
Damage caused by misuse is not covered under warranty
Warranty does not cover shipping cost in both way
8|Page