Reader small image

You're reading from  Arduino BLINK Blueprints

Product typeBook
Published inMay 2016
PublisherPackt
ISBN-139781785284182
Edition1st Edition
Tools
Right arrow
Author (1)
Utsav Shah
Utsav Shah
author image
Utsav Shah

Utsav Shah is an instrumentation engineer who loves to work on the latest hardware as well as software technologies. He has been featured on India's leading website http://yourstory.in and Ahmedabad Mirror (Times Group) for his research work on "Converting sign language into speech" using a Leap Motion controller. Apart from his regular work at Infosys Limited, he manages activities of Infosys Robotics Club. In his leisure time, he loves to read books and work on cutting-edge technologies.
Read more about Utsav Shah

Right arrow

Troubleshooting


This section has answers to some of the common problems that you might face while working with Arduino.

Can't upload program

Assign the correct serial port: in the Arduino Environment program, go to Tools | Serial Port, and select the correct serial port. To see what serial port the board is using, connect the board to your computer with the USB cable. From the Windows desktop, right-click on My Computer, then Properties | Device Manager | Ports (COM & LPT). There will be an entry like USB Serial Port (COM13) or Arduino UNO (COM13).

This means serial communication port 13 is the one in use:

Tip

On upload, you may get error messages like, "Serial port 'COM13' already in use". Try quitting any programs that may be using it.

One of the possible reasons could be that you are running multiple Arduino IDEs on a single machine. Try closing all Arduino IDEs and open the sketch that you want to upload to your Arduino board. Most of the time it will solve the issue. Even after re-opening...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Arduino BLINK Blueprints
Published in: May 2016Publisher: PacktISBN-13: 9781785284182

Author (1)

author image
Utsav Shah

Utsav Shah is an instrumentation engineer who loves to work on the latest hardware as well as software technologies. He has been featured on India's leading website http://yourstory.in and Ahmedabad Mirror (Times Group) for his research work on "Converting sign language into speech" using a Leap Motion controller. Apart from his regular work at Infosys Limited, he manages activities of Infosys Robotics Club. In his leisure time, he loves to read books and work on cutting-edge technologies.
Read more about Utsav Shah