Maker Uno User's Manual
Maker Uno User's Manual
Maker Uno User's Manual
MAKER-UNO
User’s Manual
Rev 1.0
Dec 2017
Information contained in this publication regarding device applications and the like is intended through
suggestion only and may be superseded by updates. It is your responsibility to ensure that your application
meets with your specifications. No representation or warranty is given and no liability is assumed by Cytron
Technologies Incorporated with respect to the accuracy or use of such information or infringement of
patents or other intellectual property rights arising from such use or otherwise. Use of Cytron
Technologies’s products as critical components in life support system is not authorized except with express
written approval by Cytron Technologies. No licenses are conveyed, implicitly or otherwise, under any
intellectual property rights.
ROBOT.HEAD to TOE
Product User’s Manual - MAKER-UNO
INDEX
PAGES
1. INTRODUCTION 2
2. PACKING LIST 4
3. PRODUCT SPECIFICATIONS 5
4. BOARD LAYOUT 6
5. HARDWARE INSTALLATION 8
6. GETTING STARTED 10
7. EXTRA FEATURES 13
8. WARRANTY 15
1. INTRODUCTION
We bring you the Maker UNO, an Arduino UNO compatible board designed and developed
specially for students to learn coding and microcontroller. We named it Maker UNO to
encourage everyone to be a maker by getting started with this amazing board. By the way, it
is in PURPLE!
3 years ago, we re-engineered Arduino UNO and introduce CT-UNO. It has been used in
many projects development, among students, engineers, teachers, and makers. We have
also been conducting training using CT-UNO for several years, and from the observations
and feedback gathered; there are some features are under-utilized, yet there are some
features which are needed for beginner. Working hand in hand with ARUS and rero team,
we initiate the redesign of CT-UNO, making it more affordable, and more beginner friendly.
It is Arduino UNO R3 compatible, and by that, Maker UNO can be programmed via Arduino
IDE and compatible with all the example code and libraries for Arduino UNO.
We have removed the DC jack (12V adapter input) and the 5V linear regulator as 90% of the
beginner and projects use 5V from USB only. so the board can be offered at more affordable
price. But don't get us wrong, Maker-UNO is not removing components, we actually
design-in more components to help everyone to learn programming, coding and
microcontroller. We added a piezo buzzer that will act as simple audio output, of course you
can program it. Yet, to ensure the compatibility of Arduino UNO, we have also added a slide
switch to disable this piezo buzzer and leave the IO as it is. Aside from the standard LED on
pin 13, Maker-UNO comes with a programmable LED on every digital pin, from pin D0 to
D13 :) That is a lot of LEDs. We believe LEDs provide very good visual/light digital output
where the eyes can observe, while piezo buzzer offers sound feedback where the ears can
hear. That is good enough for outputs, how about input? We reserve the reset button and
added a programmable push button. How good is that? Now you can learn digital input,
output, PWM (piezo buzzer and LED brightness) with just the Maker-UNO board.
Not to forget the change of FTDI chip to CH340 IC, the low cost yet stable USB to UART IC.
Maker-UNO combines the simplicity of the UNO Optiboot bootloader (which load program
faster), the stability of the CH340 and the R3 shield compatibility of the latest Arduino UNO
R3.
Of course, we preserve the good feature of CT-UNO, the USB Micro B socket for program
loading and to power the board. This enable everyone to utilize the USB cable of Android
smart phone and power bank. Program can be loaded from your computer by utilizing your
Android phone USB cable. Select "Arduino/Genuino UNO" for the "Board" in Arduino IDE
and choose the correct COM port, you are ready to upload the code. If you do not have the
Micro-B USB cable, please get it as it is sold separately.
Maker-UNO has all the amazing features Arduino UNO has to offer, 14 Digital I/O pins with 6
PWM pins, 6 Analog inputs, UART, SPI, external interrupts, not to forget the I2C too. The
SDA, SCL and IOREF pins which being broken out on UNO R3 are on MAKER-UNO too. We
has also populated the ISP header pins (SPI and power). With this, Maker-UNO will be
compatible with all Arduino UNO shield.
Features:
● SMD ATmega328P microcontroller(the same microcontroller on Arduino UNO) with
Optiboot (UNO) Bootloader.
● USB Programming facilitated by the CH340.
● Input voltage: USB 5V, from computer, power bank or standard USB adapter.
● 500mA (maximum) 3.3V voltage regulator.
● 0-5V outputs with 3.3V compatible inputs.
● 14 Digital I/O Pins (6 PWM outputs).
● 6 Analog Inputs.
● ISP 6-pin Header.
● 32k Flash Memory.
● 16MHz Clock Speed.
● R3 Shield Compatible.
● LED array for 5V, 3.3V, TX, RX and all digital pins.
● On board programmable push button (pin 2, need to configure as INPUT_PULLUP).
● On board piezo buzzer (pin 8).
● Utilize USB Micro-B socket.
● PURPLE PCB!
2. PACKING LIST
Please check the parts and components according to the packing list. If there are any parts
missing, please contact us at sales@cytron.io immediately.
No ITEMS QUANTITY
3. PRODUCT SPECIFICATIONS
Dimension:
4. BOARD LAYOUT
LABEL FUNCTION
G RESET BUTTON
Button to restart Maker UNO program.
PROGRAMMABLE BUTTON
H This button is connected to pin 2 and GND. To use it, user need to configure it as
INPUT_PULLUP.
SERIES OF MOSFET
K These series of MOSFET is a ‘secret’ why you can control LED or make it as indicator for input,
even for pull-up input.
5. HARDWARE INSTALLATION
5.1 Maker Uno Power Supply
Main power for Maker-UNO is through USB connection.
If you would like to make your Maker-UNO portable, you can use power bank or Cytron LiPo
Power Shield.
NOTE
So which Arduino shield is not compatible with Maker Uno? Below is the example of shield
that need Vin and it don’t have option to select power source.
● GPRS Shield V3.0
● Etc...
NOTE
You can refer to the product’s schematic (Arduino shield) and check for the Vin connection.
For further questions, please visit to our technical forum for similar question or post your
question there.
6. GETTING STARTED
6.1 Preparing Hardware
To get started, you must have:
● Maker-UNO board.
● USB Micro B Cable.
● Laptop/PC.
After installation is complete, your Maker-UNO port should appears at Device Manager
under Ports (COM & LPT) - e.g. USB-SERIAL CH340 (COM3). Please remember the port
number.
For more detail you can refer to Maker Uno Online Training at Cytron Youtube channel.
MAKER UNO ONLINE TRAINING (YOUTUBE)
NOTE
1. Maker UNO comes with board package too. You can install it using URL link below. Copy
the URL link below and paste to Additional Boards Manager URLs (File - Preferences).
Then click OK.
https://cytrontechnologies.github.io/package_cytron_makeruno_index.json
2. Open Boards Manager (Tools - Board - Boards Manager...), find Maker Uno board
package from Cytron Technologies and install.
NOTE
3. Finish installed, you should be able to select Maker UNO as your Board (Tools - Board),
and proceed with uploading as usual.
CAUTIONS
What is the differences if I just select Arduino/Genuino Uno instead of Maker UNO?
Arduino/Genuino Uno by default will set all IO pins to INPUT. If you upload a Blink
example to Maker UNO, you will get LED 13 blink and also other LEDs light up randomly,
(sometimes all LED turns on). This is because INPUT is floating, as long as you don’t set
those pins to OUTPUT or connect to external circuit, it will produce a floating voltage (can
be 1V, 2V or any voltage in range of 0-5V). This floating voltage sometimes is enough to
light up the LED. Actually this is not a problem, just making confusion for newbie/beginner
to start learning using Maker UNO.
We create a custom board package for Maker UNO to cater this confusion. What Maker
UNO board package do is to initialize all digital IO pins to OUTPUT by default. So when you
upload Blink example, only pin 13 will blink, other pins will remain off. This approach is
good for newbie/beginner, HOWEVER we advise to use this method only for early lesson.
Once you already understood regarding INPUT and OUTPUT, we advise you to select
Arduino/Genuino Uno as a board for safety purpose.
7. EXTRA FEATURES
Maker-UNO incorporates 3 extra features which make it interesting and more suitable for
beginner. Below are the detailed descriptions for each feature.
8. WARRANTY
● Product warranty is valid for 6 months.
● Warranty only applies to manufacturing defect.
● Damaged caused by misuse is not covered under warranty.
● Warranty does not cover freight cost for both ways.
Prepared by:
Cytron Technologies Sdn Bhd
www.cytron.io
No. 1, Lorong Industri Impian 1,
Taman Industri Impian,
14000 Bukit Mertajam,
Penang, Malaysia.
Email:
support@cytron.io
sales@cytron.io