Skip to main content

Questions tagged [firmware]

The program code stored/running on an embedded device. The term is sometimes used interchangeably with "software".

Filter by
Sorted by
Tagged with
15 votes
5 answers
90k views

IMPORTANT: DO NOT USE AT+IPR=9600! (see update) I have an ESP8266 12E module that communicates at 115,200 bauds. Since I use it with an Arduino Nano with SoftwareSerial things get messy. So I found ...
mvermand's user avatar
  • 427
1 vote
1 answer
70 views

Is it possible to link multiple Arduino Megas using RS485, for example, and update the program on client Megas from one master Mega, as well as for them to communicate with each other? Whilst I found ...
Paul V's user avatar
  • 13
1 vote
2 answers
466 views

I'm using Arduino Uno R3 and the official Arduino WiFi Shield R3. I'm trying to update the Shield's firmware to 1.1.0 through this guide. Everything goes fine until Step 9. When I execute the code in ...
Hyperbola's user avatar
1 vote
1 answer
198 views

I bought an arduino compatible board here: http://unsigned.io/projects/micromodem/ and am trying to flash new supported firmware onto it. The only instructions given to flash the board is to use the ...
ipwnatlyfe's user avatar
1 vote
1 answer
361 views

Can I upgrade my ESP8266 firmware by connecting the pins in Arduino Uno, or do I still need a USB UART to Serial?
shendoma03's user avatar
1 vote
2 answers
900 views

I am not sure if this question has been asked before but here's what I wanted to do. I have a Arduino Nano, which I need to update with a new sketch. The plan is to be able to use another Arduino (...
Joshua's user avatar
  • 11
3 votes
2 answers
877 views

I am trying to upload the Marlin Firmware to my 3D printer's Arduino Mega 2560 and I am experiencing a problem. It keeps saying: qr_solve.cpp:7:18: fatal error: time.h: No such file or directory #...
Rdawg33's user avatar
  • 33
1 vote
1 answer
392 views

I am using HIDUINO as my firmware (flashing via dfu-programmer), and to upload sketch I need to re-flash original firmware, upload sketch and then flash HIDUINO again. Is there a way to flash ...
serge1peshcoff's user avatar
2 votes
1 answer
1k views

So I decided it would be a good idea to flash a firmware onto my mega 2560 for a project. I ended up flashing the wrong side of the ICSP header (one near the usb plug/ M16U2) and killed my arduino for ...
Woolfy's user avatar
  • 51
2 votes
3 answers
4k views

I have been searching for a way to upgrade the sketch on my Arduino Uno wirelessly (preferable WiFi, but not a must). Does the Uno support such function? If not - are there any other boards that might ...
Avi's user avatar
  • 121
0 votes
1 answer
2k views

I recently purchased a batch of Due boards and find that they are cosmetically different. After attaching the Atmel-ICE and reading the firmware from both processors, I find that the firmware is ...
Adam Davis's user avatar
0 votes
1 answer
7k views

I'm trying to flash the Marlin Firmware to my Prusa i3 3D Printer, which uses Melzi 2.0 board. Melzi is a variation of Sanguino, and Sanguino is a variation of the Arduino. The problem is that the ...
dccsillag's user avatar
  • 103
0 votes
1 answer
249 views

how to send input values from host computer to arduino,such that speficing the number of rotations for a stepper motor etc
midhun johnson's user avatar
5 votes
1 answer
158 views

I'd like to update the sketch of a device that a friend out of state is testing. I could have them install the full editor and send the source code but I'd rather not require them to do something so ...
asawyer's user avatar
  • 259
2 votes
1 answer
5k views

There are existing projects that allow the Uno and other devices using the ATmega8u2 to operate as a USB MIDI HID, such as MocoLUFA. Unfortunately, as far as I am aware, these require uploading new ...
naught101's user avatar
  • 123
1 vote
1 answer
9k views

I have a brand new board which is a clone of the Mega2560. I need to install the USB firmware on the 16U2 and the bootloader on the 2650 chip. I have Atmel Studio and a JTAGICE-3. Using those, I can ...
AShelly's user avatar
  • 115
0 votes
3 answers
2k views

I've been working on a DIY keyboard project I have all the hardware designed and now its time for the code. For the microcontroller, I'm sort of locked into an Arduino UNO r3 as I already have it ...
fozbstuios's user avatar
8 votes
4 answers
5k views

I have followed this tutorial on flashing my Arduino R3 to turn it into a "USB keyboard", but the article doesn't explain how the hex works, it's just for granted. Where can I learn about how to make ...
trusktr's user avatar
  • 181
1 vote
1 answer
3k views

I am working with the MMA8452q accelerometer by Freescale. I am trying to set it up to be in low power mode, to go to sleep when no motion has happened, and to wake up due to motion being detected ...
ryeager's user avatar
  • 300
3 votes
2 answers
1k views

I'm trying to upgrade firmware on my wifi shield by following the upgrade instructions for Mac. I was wondering what this means?: Connect a jumper on the J3 connector, that put the shield in the ...
user1424508's user avatar
14 votes
2 answers
920 views

Is it possible to upgrade the firmware on an Arduino so that it can do more things such as change undervolting/ overvolting in order to provide more processing power. To do this you would have to most ...
JVarhol's user avatar
  • 1,903