Problem installing micropython/lora on a STM32F411 #12959
-
Using In I can get this at both units: Sending...
Receiving...
Timeout! but no |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Re. the import pronlem, I've no experience with the stm controllers, but you might want to check that |
Beta Was this translation helpful? Give feedback.
/flash/lib
is in the default sys.path on stm32.@davefes In the
simple_rxtx.py
example, the line isfrom lora import SX1276
... you've added an extraX
to the end.