bitwisetech / popc

Firmware for Arduino and ESP8266 based coffee roaster control
GNU General Public License v2.0
13 stars 1 forks source link

Issue with Uno #2

Open baaja286 opened 4 years ago

baaja286 commented 4 years ago

Hello,

Wondering if you have any setup info for Artisan using an Uno? I've uploaded the sketch, but don't see anything on the Arduino serial monitor. I'm not sure I've got Artisan set up right to see if it is working or not.

Thanks, Fred

stamandster commented 4 years ago

Make sure that you have the serial set to the correct baud rate

baaja286 commented 4 years ago

It looks like baud rate fixed that (thanks!), but now I am getting a reboot loop with the message below. It looks like this is a software watchdog reboot, but I'm not sure how to chase that down.

ets Jan 8 2013,rst cause:4, boot mode:(3,6)

wdt reset load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d vbc204a9b ~ld

bitwisetech commented 4 years ago

From thread Issue No 1:

"if you compile for LCD without one connected then the sketch will hang). It compiles on a Nano and responds to 'READ' sent on the Serial Console."

Those are still my best ideas for the UNO apparently not responding. Assuming the compile switches have been properly edited wrt the actual hardware would OP please confirm with info on what happens when the 'READ' command is sent ? Tks