We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to use the library in a project but when when the library sx1262 is imported this error happens:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/lib/sx1262.py", line 2, in <module> MemoryError: memory allocation failed, allocating 176 byte
I created a new file to check if it was the library with only: import sx1262 And it keeps happening. Here is an image:
import sx1262
The text was updated successfully, but these errors were encountered:
Hi,
This could be due to insufficient RAM in Pico W than in standard Pico.
One thing you can try is to compile the library into .mpy bytecode.
Sorry that I can't give you a complete solution as I have no experience in using Pico / Pico W.
Sorry, something went wrong.
sx1262_mpy_lib.zip
Here are mpy files of the library. just replace the current sx1262/126x .py files with these and should work fine.
No branches or pull requests
I wanted to use the library in a project but when when the library sx1262 is imported this error happens:
I created a new file to check if it was the library with only:
import sx1262
And it keeps happening.
Here is an image:
The text was updated successfully, but these errors were encountered: