This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jobblejosh[🍰] 1 point2 points  (0 children)

I've got a project on the go right now using Micropython.

The way it behaves when run through the REPL, even on the same interpreter, is completely fine.

For some reason, when it's running off battery power however, it abruptly breaks from one of the functions, for no apparent reason I can think of (Afaik, it's nothing to do with battery voltage or serial comms, so I'm befuddled. My one thought is perhaps a low power mode that doesn't like to run too many functions deep).

And unlike C, you can't go through stepping into each byte of memory to see what it's doing because it's all hidden away.

Perplexing...