esp32_ULP hiding place #12688
-
I last worked with the esp32s ULP back at about upython v17 &, although I found the ULP hard work, getting the necessaries in place was easy
I've tried to move with the times now that I'm using V21 but it hasn't worked
There is no lib file & the import
crashes. I guess I could roll back to v17 but I prefer to stick with v21. Does anybody know how to get the esp32_ulp folder onto a board running v21? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think this is what you want: https://github.com/micropython/micropython-esp32-ulp, there are install instructions for v1.20+ which worked for me on an ESP32 S3 board running the latest 1.22 preview. |
Beta Was this translation helpful? Give feedback.
-
That link gives me a 404 steve but I eventually found directions to the esp32_ulp folder @ https://github.com/micropython/micropython-esp32-ulp (mip.install('github:micropython/micropython-esp32-ulp')) |
Beta Was this translation helpful? Give feedback.
Not sure what happened there. I thought I'd copied the link OK, it's now corrected. Perhaps mark as answered?