A lot of NACKs
Troubleshooting
8
Posts
2
Posters
1.6k
Views
2
Watching
-
The following code results in a st=NACK for send msg2 and msg3:
send(msg1); send(msg2); send(msg3);This results in a st=OK for all
send(msg1); wait(LONG_WAIT); send(msg2); wait(LONG_WAIT); send(msg3);A power issue perhaps?
-
Unfortunately adding delays will cost battery. I'll do some testing with different power supplies.
-
:) that's the idea yes. But the thing is, I'm seeing these messages through the serial interface when USB powered. Not sure what to expect when I power the node from the battery.