Timeline for NodeMCU stops responding after several hours
Current License: CC BY-SA 4.0
16 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jan 20, 2023 at 21:05 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 22, 2022 at 21:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 25, 2022 at 20:06 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 25, 2022 at 20:05 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 27, 2021 at 20:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 30, 2021 at 19:08 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 30, 2021 at 19:03 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 2, 2020 at 18:04 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 4, 2020 at 18:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 15, 2020 at 11:30 | comment | added | David Klempfner | The answer here might help you: arduino.stackexchange.com/questions/75494/… | |
Apr 11, 2020 at 18:41 | answer | added | Codebreaker007 | timeline score: 0 | |
May 29, 2019 at 22:20 | history | edited | VE7JRO | CC BY-SA 4.0 |
Fixed syntax highlighting.
|
Aug 13, 2017 at 15:40 | comment | added | Javier Guerrero | I think the problem is not about the circuit or power supply, because I also left it on AP mode and when the static ip I assigned to it stopped responding, I connected directly to it's AP with 192.168.4.1 and it responded, after trying that, I tried again with static IP and worked fine, it seems like it sleeps or something programatically | |
Aug 13, 2017 at 15:27 | comment | added | Chris Stratton | You should also consider if there are design errors in your unspecified electrical circuit. Particularly things like insufficient input voltage to a regulator, relay coils without catch diodes, or any sharing of the logic and load power supplies. | |
Aug 13, 2017 at 15:26 | comment | added | Chris Stratton | You need to understand why it is stopping. Start with something like printing serial log messages and capturing them to a log file that you can examine after failure. Preferably do this over a pure UART connection (to a distinct USB to logic-level-serial) without using the on-board USB converter, unless you plan to have the USB connected to a PC in operation. Though you can of course start with the on-board USB and see if you learn something, it's just that there's a risk that having that plugged in could hide power-related failure causes. | |
Aug 13, 2017 at 14:46 | history | asked | Javier Guerrero | CC BY-SA 3.0 |