Skip to content
Discussion options

You must be logged in to vote

You could try to pre-compile the module using mpy-cross. That save a little bit of RAM during import. The other option is to embed the LoRa module as frozen bytecode, requiring to build you own version of the firmware. Then the driver code remains in flash and does not use RAM.

Note: PyBoard was the first device used for implementing MicroPython more then 10 years ago. If the RP29040 would have existed at that time, it might have been chosen instead as a platform. Today, PybBoard D devices are the better reference in the PyBoard range of boards.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MarkMakies
Comment options

Answer selected by MarkMakies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants