Uploading is the process of updating or changing the sketch on the Arduino board. It does not refer to uploading to a server or a website.

learn more… | top users | synonyms

0
votes
0answers
32 views

Microcontroller program upload

I'm new Arduino and trying to program Attiny13a microcontroller for Servo. I have connect succesfully 13a microcontroller with arduino and light is blinked after select board. My question is I have ...
0
votes
1answer
18 views

Interfacing IMU and GPS with Ardunio

I am using an Arduino UNO board and trying to interface IMU sensor (GY-521) and GPS sensor (Ublox Neo-6M) at the same time. The connections of the IMU and GPS are as follows IMU to Arduino : Vcc --> ...
3
votes
1answer
37 views

Arduino Pro Mini RESET button suddenly stopped working

I am powering my Pro Mini(3.3V version) using an external battery (~6.5V 700mA) . I used to connect it to the RAW and GND pins on my pro mini and everything ran fine. Today when I powered up my ...
-1
votes
1answer
29 views

Arduino Pro Mini automatically resetting

I have an Arduino Pro Mini 3.3v in a robot. The problem is, the Mini would automatically randomly overwrite the uploaded sketch with the default blink sketch... And this is becoming quite a problem. ...
0
votes
0answers
26 views

ArduinoISP external programmer produces verification error?

I am using an ArduinoISP external programmer to upload a sketch to an Arduino MEGA. I set the processor type to MEGA 2560, and use Ctrl-Shft-U to upload using a programmer. My programmer is set to ...
0
votes
0answers
107 views

Problem unable to rename 'core\core.a'; reason: Permission denied Windows 8

I'm a beginner with arduino, I tried to run the Blink sketch but i recieved this error message : Arduino: 1.6.12 (Windows 8.1), Board: "Arduino/Genuino Uno" c:\arduino\hardware\tools\avr\bin../...
0
votes
0answers
18 views

Only 1/4 Arduinos seen in Port list?

At some point last week I was able to connect to and upload code to all 4 of my arduino unos from my mac (OS X Sierra). I've been working on one Arduino for a few hours, and now that I tried to plug ...
0
votes
0answers
23 views

Cannot upload program to my board [duplicate]

When uploading my program to ATmega328p, the board is powered up but IDE shows: avrdude: stk500_recv() :programmer is not responding and avrdude: stk500_geysync () attempt 1of 10: not in sync:...
0
votes
1answer
108 views

Uploading Error: no programmer has been specified

Whenever I upload a code I get this error: avrdude: no programmer has been specified on the command line or the config file Specify a programmer using the -c option and try again I am able ...
0
votes
0answers
32 views

Trying to integrate Arduino development with CLion, receive a CMake error

I hate to be the one posting a stack trace without any clue on why it occurred, but that is my case now (unfortunately). This question seems to have the same problem, yet it does not have an answer. ...
0
votes
0answers
140 views

Error when uploading the sketch

I encountered an error when uploading my sketch along with the error message below. Arduino: 1.6.11 Hourly Build 2016/08/16 11:33 (Windows 7), Board: "Arduino/Genuino Uno" avrdude: can't open input ...
1
vote
0answers
24 views

Arduino only accepts one programming update per laptop boot

I am only able to upload the code to my Arduino Uno once, and then I have to restart my laptop to do it again. I am using Ubuntu. What could be causing an issue like this?
0
votes
1answer
62 views

writing and uploading sketch as cpp file

I want to use only *.cpp files and no *.ino anymore. I read a lot of stuff about how to upload c++ instead of arduino sketches. But still I was not able to find a step by step guide how to do it. ...
0
votes
1answer
60 views

Can't upload to my Arduino UNO [closed]

When I upload my sketch I get this error message: avrdude: ser_open(): can't open device "\.\com3": the system cannot find the file specified I tried reinstalling the IDE and the drivers. I ...
0
votes
2answers
226 views

Can't upload to Arduino UNO (kuman UNO)

I am trying to upload my code to my new Arduino (Just got one today, so im very new). I can compile my code with no problems, but uploading it gives me: [Arduino: 1.6.11 (Mac OS X), Board: "Arduino/...
0
votes
1answer
56 views

Arduino programming through HC06

My goal is not upload sketch to Arduino Pro mini through bluetooth module HC06. I have made a breadboard version of DTR signal simulator which takes LED status pin as a source. The output from the ...
0
votes
0answers
25 views

Trouble uploading code due to 'lack of storage'(?)

I've recently bought a Arduino Uno (so I'm a beginner with electronics :$) but I have trouble uploading any code using IDE. It keeps saying there's no storage and that it can't find the library. Does ...
1
vote
0answers
73 views

Arduino Leonardo isn't detected by Linux Mint on serial port /dev/ttyACM0

I'm working on Linux Mint 18 Sarah (earlier Ubuntu 16.04 LTS) system. I've installed Arduino IDE using command sudo apt-get install arduino and I've added me dialout group using sudo usermod -aG ...
1
vote
3answers
972 views

Sketches won't upload to Uno

Today I tried to update the sketch on my Arduino Uno, but was unable to due to this error: Sketch uses 1,870 bytes (5%) of program storage space. Maximum is 32,256 bytes. Global variables use 188 ...
0
votes
1answer
54 views

Arduino micro program not uploading

I am having trouble uploading a new program to my arduino micro. I first flashed the blink example program to the board and that worked. However now whenever I try to flash a new program it either ...
1
vote
2answers
103 views

Programming arduino using avrdude from command prompt

Out of curiosity, I am trying to upload a simple hex file to Arduino UNO using avrdude from windows command prompt. As per this forum, I tried to implement it. But got stuck at avrdude: ...
0
votes
1answer
53 views

code wont upload to arduino starter kit

My operating system : OS X EL CAPITAN Please help I was trying to do project 05 Mood cue of the arduino starter kit. I completed setting up my board and writing the code and when I tried to upload I ...
0
votes
1answer
65 views

Problem Atmel Studio 7 with uploading

I have a problem with the interworking between Atmel Studio 7 and Arduino IDE 1.6.10. I recently upgraded from IDE1.0 to 1.6.10 can no longer upload my code to the arduino. Everything works ...
1
vote
1answer
43 views

Relationship between avrdude's “programmer” and bootloaders

I'm trying to understand the "programmer-id" concept, as specified in -c avrdude's option. avrdude asks me to choose a "programmer-id" among many it knows of. Let's say (just as an example) I have a ...
1
vote
2answers
149 views

Upload code on Arduino Leonardo using command line

I'm tryng to upload a compiled .hex file on an Arduino Leonardo, using the terminal. Uploading a sample code using the Arduino IDE works well, and from the Arduino IDE I got the upload command ...
0
votes
1answer
67 views

AVRDUDE Error (Arduino Leonardo)

I, like many others, have encountered the avrdude error. However, I am not sure how to go about fixing mine after looking at numerous forums, etc. avrdude: verification error, first mismatch at byte ...
0
votes
0answers
54 views

Arduino does not accept code, but serial interface and MCU work

first post here ;) My Arduino UNO R3 broke yesterday after flashing it about 15 times. I did not have anything plugged into it, I was just flashing a sketch for reading a RFID module. I did not short ...
1
vote
2answers
191 views

Arduino Nano Update failure - avrdude: stk500_recv(): programmer is not responding

Before I tear all my hair and teeth out, can anyone please help. I have tried googling an answer and have not found anything. My Setup: Win7 64bit Arduino 1.6.9 IDE freshly reinstalled COM14 port ...
0
votes
0answers
230 views

Permission problem Arduino Leonardo uploading in ubuntu 16.04

So I think I have tried everything in order to upload code from ubuntu from a non-root account. The non-root account displays the following errors when attempting to upload: avrdude: ser_open(): ...
4
votes
1answer
131 views

Avoid the 10 attempts of Avrdude when programmer is not responding

Sometime I update my sketch in the Arduino environment, and when I click on the transfer arrow but forget to plug my arduino (I'm using the UART in my project so every time I need to plug/unplug some ...
0
votes
2answers
187 views

Arduino Nano (clone) not recognized

Asking here cause I ran out of options in searching. My Arduino Nano clone isn't recognized by my computer anymore. It was, until I plugged into a Windows machine, that did not recognize it... and now ...
0
votes
0answers
116 views

How to Upload Arduino Sketch via bluetooth BLE

I want to upload Arduino hex file through BLE HM-11 from Android phone. The details of my android board are given below- I am using a customize Arduino board with 8 Mhz internal clock.I have ...
1
vote
2answers
69 views

Can you pass params to an arduino sketch?

I was wondering if there is a way to pass parameters to an arduino sketch at the upload step. Edit: The reason this would be helpful is because I have a bunch of esp8266 units that need to have ...
0
votes
1answer
27 views

Arduino Blocks at Uploading

I am trying to make an operating hours counter with arduino, i started with a basic script to make the arduino work as a stop watch, This is my script: unsigned long start=0, finish=0, elapsed=0; ...
0
votes
2answers
311 views

uploading problem in arduino uno shows bellow error msg what to do

problem occurred while testing pings program in ethercard examples get from github now no program will uploads, i will shows uploading.... and strucks there it self or the below error msg appears ...
1
vote
2answers
268 views

Can I reassign my Arduino Uno COM Port?

The Arduino SW, under Tools, identifies my Uno as COM Port 3. However, COM Port 3 on my computer is in use by a chip set. My computer assigned COM Port 4 to mu Uno. Can I reassign my Uno to COM Port 4?...
1
vote
0answers
161 views

Program nodeMCU Over the Air (OTA)

I have a Lolin NodeMCU V3 with a broken USB port: no power, no data. It does show up on WIFI as AI-thinker_xxx, I can connect, but what can I do next? Is there a way to program the NodeMCU Over the ...
1
vote
1answer
601 views

Upload sketch via Bluetooth using HC-06 module

I'm dealing with an application in which I need to upload sketches remotely to an arduino UNO board. I successufully managed to upload sketches using an HC-06 bluetooth adapter. The only problem is ...
0
votes
1answer
42 views

Stuck on uploading sketch via USB 6 pin

I'm just got a Galileo Gen2 and wanted to try a simple blinking-led. The firmware have been updated to 1.0.4. My problem is whenever I try to upload the code I get this error: Sketch uses 83,775 ...
0
votes
1answer
615 views

I can not upload hex files outside of the Arduino IDE to my Pro Micro

I have a strange problem. I am trying to upload a .hex file to my lovely Arduino Pro Micro, but am unable to do so. If I use the Arduino IDE, it goes through perfectly fine and uploads the sketch. ...
1
vote
1answer
91 views

Unable to upload sketches after little oopsie (reversed input polarity)

So playing around with an arduino uno, I was powering it with a 12volt battery (putting power between Vin and Gnd) and I fat fingered the battery terminals, putting them in reverse (oops) I see smoke ...
0
votes
1answer
69 views

Arduino app hangs on upload for all boards

I'm at a loss. I have many boards and have not had much trouble in the past uploading to feather, uno, light blue bean and others. I have a lot of boards loaded in the board manager and I'd rather not ...
1
vote
1answer
34 views

Arduino Pro Mini

I have the following problem I have a pro mini clone, with 328/5V. It was successfully working in my board. I pulled it out of the board, and wanted to update my software. I connected it to my FTDI, ...
4
votes
2answers
285 views

Is there a way to upload precompiled code to an arduino?

My company is developing a programmable remote control car which is driven by an Arduino Nano. We would like a way for the user to install software updates to the Arduino, but we don't want to give ...
1
vote
0answers
52 views

Is it possible to program the Arduino with only the RX and TX pins?

I am building a robot and I want to possibly implement some wireless programming functionality into it. I want to know if the programming procedure only involves the serial line or if there is some ...
8
votes
1answer
383 views

Is it possible to upload previously compiled binary?

I have a number of sketches that I keep wanting to load into the Arduino but I don't necessarily need to recompile them because I haven't changed anything since the last compile. Since the compile ...
1
vote
1answer
4k views

Upload with esptool fails with “espcomm_send_command: cant receive slip payload data”

Uploading a sketch to an ESP8266 board fails with: error: failed reading byte warning: espcomm_send_command: cant receive slip payload data warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed ...
0
votes
1answer
99 views

Use command line to upload hex code to teensy.ex

I need a command line implementation for uploading code to Teensy-LC through Windows 8.1 operating system I know Paul has not released support for command line for Teensy-LC yet but i would like to ...
1
vote
2answers
292 views

Use command line to upload program through hex file to Teensy-LC

I want to make a standalone programmer for Teensy-LC in windows 8.1. So basically I have provided the board to a client of mine and now I want to change the program loaded into the Teensy-LC board. ...
2
votes
4answers
2k views

Error uploading Arduino Micro Sketch using Kubuntu

I have an arduino micro which I want to program from my Kubuntu 15.10 system. I installed the arduino software using apt-get, but when I try to upload the program (for test purpose I use the Basics\...