Skip to main content

Questions tagged [reset]

Use this tag for discussing resetting the processor.

-1 votes
1 answer
195 views

I’m facing a persistent reboot issue on one of my ESP32-S3 boards after flashing a larger firmware binary. Here’s a breakdown of the problem: 🔧 What’s Happening After flashing my project (which ...
dev_eng's user avatar
1 vote
2 answers
208 views

I'm using Arduino IDE(2.3.5) ESP8266 (3.1.2) and ESPAsyncWebServer (3.7.4), ESPAsyncTCP(2.0.0). I need to wifi scan the network an print the result of my web interface. If I use WiFiScanNetworks(), ...
Seafox's user avatar
  • 11
1 vote
1 answer
721 views

In the code below which is running on a WEMOS D1 (ESP8266), a NeoPixel strip turns on 1 LED in red which moves left to right and then right to left whilst the board attempts to connect to Wi-Fi in the ...
Lachlan Etherton's user avatar
-1 votes
1 answer
725 views

I want to use the reset pin of the attiny85 as an analog pin to read the battery voltage, to be used as low level battery indicator. So there is a lipo battery that will always be connected to this ...
Ahmed Mohamed Hassan's user avatar
-1 votes
2 answers
334 views

I have a problem with a project where one servo is resetting (browning out) two Arduino Pro Minis running 3.3v/8mHz. The two Arduinos are connected by SoftwareSerial on pins 9 and 10 and the slave ...
Charlie Nicholson's user avatar
1 vote
0 answers
28 views

The pro micro has no hardware reset circuitry that would allow host PC to cause a reset via USB. But when programming using the bootloader, the host PC must have a way to reset the pro micro to allow ...
Calum Nicoll's user avatar
2 votes
2 answers
537 views

I want to build my first barebones AVR circuit. I plan on NOT having a RESET button. For this reason, is it valid if I connect the ATMEGA's RESET pin to Vcc directly? What I mean by this, is that in ...
user1584421's user avatar
  • 1,435
4 votes
2 answers
547 views

I'm using an arduino connected to 2 DC motors through L298N. the arduino is powered by a 9V battery, and the L298N is powered by 4 AA batteries. there's also a switch that starts the movement. I've ...
young marx's user avatar
0 votes
1 answer
607 views

I have timed the double reset as best as possible multiple times but the upload doesn't happen before the board leaves bootloader mode. this is all I'm given as an error which doesn't appear until ...
spendlove57's user avatar
2 votes
1 answer
682 views

As follow-up of my former question: Hi, I want to know how I can access PB3 reset pin of ATtiny44 IC. I ran out of pins so I am using it as I/O pin, but I am unable to declare it in the code. This ...
electro_nooobbbb's user avatar
0 votes
1 answer
759 views

I am using the Arduino IDE as an ISP programmer to program my ATtiny44 IC. Unfortunately, I ran out of pins, so I want to use the reset pin as I/O. I read several articles online that says it is ...
electro_nooobbbb's user avatar
0 votes
1 answer
237 views

I have a ESP8266 module (like this). I ran a command AT+UART_DEF=115200,8,1,0,3 as mentioned in documentation of ESP8266 SDK to change the baud rate of my ESP8266 module. It seems like by running this ...
g00dds's user avatar
  • 115
1 vote
0 answers
210 views

I am trying to do a small project with SIM800L with Wemos d1 mini. It is a DTMF based project. The problem here is, every time I make a call the d1 mini is getting reset. This is my first project with ...
S.k.joy's user avatar
  • 11
0 votes
1 answer
414 views

After HW reset (button or power reconnect) I get the correct NTP shift, but when I use ESP.restart() via MQTT I get the correct time without 3 3 HRS shift due to Tz. What happens after SW reset that ...
guyd's user avatar
  • 1,049
4 votes
1 answer
881 views

Note: This is a reference question (but feel free to write answers of your own!) I uploaded code that contains a bug that causes my Arduino to immediately reset itself when starting using this code ...
glibg10b's user avatar
  • 317

15 30 50 per page
1
2 3 4 5
9