Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Robo-Tank v5.20 is Ready
#12
(07-10-2019, 09:20 AM)Rob F Wrote: Interesting... someone else is having similar issues. I have to imagine the reboot loop is happening because the watchdog timer. If the Due doesn't cycle once in 10 seconds it will auto reboot but you'll see on line 235 of controller sketch that it only gets enabled if the web is disabled. I did that because sometimes the web can tie the Due up for over 10 seconds but that can't happen without the web. I just did some more testing with the watchdog and the timer starts fresh when it's enabled so even if it took 30 seconds to connect to router and watchdog still enabled the timer doesn't start till after it connects to router. At that point it would be ok until it went to check for IP and possibly happen then if the server doesn't respond. But with all that said the watchdog shouldn't be turned on if web is enabled and if web is off then there should be no issues.

Can you try the following as I can't replicate the problem.

In the controller sketch comment out line 235 by adding // to the beginning of the line.

Then upload and see if it starts up ok. If it does then go to settings, system and cycle the web enabled setting as there was a minor issue previously so maybe it's causing the issue. After doing that restart the controller and verify in the serial monitor that is says "Internet is not enabled". After that remove the // from line 235 upload again and see if it starts up. If it does enable the web features again and restart the controller (press and hold top right corner) and see if it starts up ok.


I restored 5.20 to original and it rebooted after "Connecting to Router++++++++++++++++++++++++++++++++++++"
I then commented line 235   //if (web.webEnabled() == 0) watchdogEnable(10000); and still the same reboot loop.
Reply to top


Messages In This Thread
Robo-Tank v5.20 is Ready - by Rob F - 07-07-2019, 08:23 PM
RE: Robo-Tank v5.20 is Ready - by simonv92 - 07-08-2019, 05:54 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-08-2019, 09:01 AM
RE: Robo-Tank v5.20 is Ready - by simonv92 - 07-08-2019, 01:21 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-08-2019, 05:38 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-09-2019, 03:05 PM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-10-2019, 08:47 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-10-2019, 09:24 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-10-2019, 09:20 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-10-2019, 09:44 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-10-2019, 09:31 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-10-2019, 09:34 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-10-2019, 09:52 AM
RE: Robo-Tank v5.20 is Ready - by Dom59 - 07-11-2019, 01:23 PM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-12-2019, 06:53 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 06:05 AM
RE: Robo-Tank v5.20 is Ready - by Dom59 - 07-12-2019, 10:44 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-12-2019, 06:06 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 06:13 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 07:05 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-12-2019, 07:09 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 07:22 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 07:13 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-12-2019, 11:00 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-12-2019, 12:27 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 12:56 PM
RE: Robo-Tank v5.20 is Ready - by Dom59 - 07-12-2019, 01:24 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-12-2019, 01:31 PM
RE: Robo-Tank v5.20 is Ready - by Dom59 - 07-13-2019, 04:10 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-13-2019, 05:39 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-13-2019, 08:49 AM
RE: Robo-Tank v5.20 is Ready - by Dom59 - 07-13-2019, 09:03 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-13-2019, 09:10 AM
RE: Robo-Tank v5.20 is Ready - by midwestE - 07-15-2019, 06:09 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 07-15-2019, 08:16 AM
RE: Robo-Tank v5.20 is Ready - by simonv92 - 08-09-2019, 01:38 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 08-09-2019, 03:50 PM
RE: Robo-Tank v5.20 is Ready - by fietsenrex - 08-18-2019, 12:22 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 08-18-2019, 04:46 PM
RE: Robo-Tank v5.20 is Ready - by fietsenrex - 08-19-2019, 02:08 AM
RE: Robo-Tank v5.20 is Ready - by jlysaght3 - 10-13-2019, 11:29 AM
RE: Robo-Tank v5.20 is Ready - by Rob F - 10-13-2019, 03:03 PM
RE: Robo-Tank v5.20 is Ready - by pavol14pavol - 05-30-2020, 01:03 PM
RE: Robo-Tank v5.20 is Ready - by fietsenrex - 05-30-2020, 02:13 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 05-30-2020, 02:27 PM
RE: Robo-Tank v5.20 is Ready - by pavol14pavol - 05-30-2020, 04:18 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 05-30-2020, 06:49 PM
RE: Robo-Tank v5.20 is Ready - by fietsenrex - 05-31-2020, 12:17 PM
RE: Robo-Tank v5.20 is Ready - by pavol14pavol - 05-31-2020, 01:59 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 05-31-2020, 05:40 PM
RE: Robo-Tank v5.20 is Ready - by fietsenrex - 05-31-2020, 02:30 PM
RE: Robo-Tank v5.20 is Ready - by Rob F - 05-31-2020, 05:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Robo-Tank v5.13 is Ready Rob F 61 38,067 06-19-2019, 12:30 AM
Last Post: Rob F
  Robo-Tank v5.12 is Ready Rob F 34 23,898 04-30-2019, 12:35 PM
Last Post: fietsenrex
  Robo-Tank v5.10 is Ready Rob F 157 88,903 04-18-2019, 10:43 PM
Last Post: Rob F
  Robo-Tank v5.0 is Ready Rob F 206 144,087 04-03-2019, 09:18 AM
Last Post: Rob F

Forum Jump:

Current time: 04-24-2024, 09:10 AM