only one of three rp2060 can work with the same program #16385
Unanswered
proxler
asked this question in
Using MicroPython
Replies: 1 comment
-
You have to copy the file bme280.py to each board. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo! I’m beginner not with programming, but with MicroPython. My first problem: i have 3 RP Pi Pico 2040 of the same art. All of them has
good function with my first prog „led2.py“ (blinking LED), but only one of the three rp2040 has good function with the prog „bme280“. The other two has no function with this. Thonny gives für both the failure: „ line 3 in „ and „ImportError: no module named „bme280“ ".
I had prepared the „good one“ at first and the two „bad ones“ after. All of them sitting in change in the same board. Whats the reason for not function on the two?
The first three lines of the problem-prog:
1- from machine import Pin, I2C
2- from time import sleep
3- from bme280 import BME280
copy23.zip
Beta Was this translation helpful? Give feedback.
All reactions