antirez / freakwan

A floor-routing WAN implementing a chat over bare-LoRa (no LoRaWAN).
BSD 2-Clause "Simplified" License
374 stars 17 forks source link

no module named fci.ImageFCI #6

Closed vladbondarenko closed 1 year ago

vladbondarenko commented 1 year ago

Hello,

im trying to run freakwan on esp32s3, uploaded repo to the board but cant get it working

%Run -c $EDITOR_CONTENT Traceback (most recent call last): File "", line 8, in File "freakwan.py", line 11, in File "scroller.py", line 8, in ImportError: no module named 'fci.ImageFCI'

micropython GENERIC_S3-20220618-v1.19.1.bin Thonny 4.0.2 Ubuntu 22

any ideas?

Thanks.

antirez commented 1 year ago

Hi @vladbondarenko! Please try to put put the files inside and restart the device, and check with the serial console the error. I don't know about Thonny and the Run command you issued, but this could be the cause. We just use talk32 or ampy to put the files inside, and it runs in this way, usually. Thanks.

vladbondarenko commented 1 year ago

Hi,

Yes, talk32 uploads fine and its working now, realy strange.

BTW, is there an option to implement support for SX1262 also? it has additional "Busy" pin and DIO1 instead of DIO0

antirez commented 1 year ago

Yes, I'm implementing support for the sx1262 as well. For now in the C implementation for the T-Beam but later with Python as well, as soon as I get my hands on an esp32 module with the sx1262 on board.

vladbondarenko commented 1 year ago

ok, thanks a lot, will wait.