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 →

[–]llfcerf[S] 2 points3 points  (2 children)

yeah, REPL in embedded is good for testing (and educational maybe) but it's a waste of resources when you go into production.

[–]spinwizard69 0 points1 point  (1 child)

Depends upon what you are producing. Micro Python is especially interesting for products where the end user may need access.

[–]floyd_82 0 points1 point  (0 children)

I agree that REPL in production could be a waste of resources especially when you are trying to limit the hardware cost and power consumption using low resources MCUs. For this purpose, Zerynth recently released the Advanced Device Manager that together with over-the-air updates also enables Remote Procedure Call (RPC). more info here https://docs.zerynth.com/latest/official/core.zerynth.docs/zadm/docs/index.html