I have just installed the python3 version of PEP
Added my token to globals.py
But running rfsensor.py returns
Traceback (most recent call last):
File "rfsensor.py", line 47, in <module>
from rflib import rf2serial
File "/home/pi/pep/rflib.py", line 8, in <module>
from bme280 import process_bme_reading
ModuleNotFoundError: No module named 'bme280'
the install package did not unpack a bme280.py file to the pep folder, but I saw one in the rf_tools package from JemRF so copied it to the pep directory, I don't get the error then but the program hangs completely instead.
I guess I'm missing something?
thanks!