jeffmer

Results 64 comments of jeffmer

First check the tiles are being stored correctly on the SD card. You can see if files are being created using Thonny by interrupting execution and looking at devices files....

As you suggest, if you run it by typing` import loader` into the REPL, you will hopefully see the error message that is stopping it working. It’s possible some of...

I recompiled and reloaded all the micropython modules on my V2 using `load_mpy.sh` and it all works fine. The most likely cause of your getting stuck is that there is...

load_mpy.sh loads all the .mpy files. It’s for development as install.sh should install all the files you need. Saying that, it might be worth running load_mpy.sh in case the install...

OOPS - sorry about that. Really glad you got it to work. I will put a note in the README as an interim fix and put some error detection into...

Thanks for the tip - it looks really good. If I get the time, I will switch the weather app to use it.

Hi, yes, I know about waspos and have looked at in some detail. The main constraint that waspos addresses is the small RAM size - 64K - of the RF52832....

Looks like you are missing encoder.js which you can find in the directory above ats100. Apologies for poor documentation. You also need the bands.json file.

It’s bands.json in the same place as encoder.js. You need to load the smallradio.png file with the Espruino WebIDE to convert it to an image file named smallradio. Alternatively simply...

That’s great - glad you got it to work - if you have any suggestions as to what documentation would have made it easier - do let me know.