lakshanthad / Wio_Terminal_Classroom_Ardupy

MIT License
5 stars 2 forks source link

Missing attribute in Map #1

Closed t-rekttt closed 4 years ago

t-rekttt commented 4 years ago

I'm trying to run this example, and the error below happens and got logged inside Putty. I tried to see the attributes in Map but see some attributes are missing. image

lakshanthad commented 4 years ago

Hi, It seems like you are missing some attributes in Map function. It is actually supposed to be like this. 1604247483(1) How did you flash the ArduPy firmware to Wio Terminal? Did you drag and drop the .uf2 file or did you use the AIP tool in command line? And which operating system are you running on your PC?

t-rekttt commented 4 years ago

I flashed it by drag and dropping the .uf2 file downloaded from this link. My operating system is Windows 10

lakshanthad commented 4 years ago

Could you try to flash it again using the AIP tool on command line? It's recommended to use this method because, if there is a firmware update, it will automatically flash the latest firmware. You can use the AIP tool in command line to flash the firmware using the below methods:

t-rekttt commented 4 years ago

I built the firmware and flashed it as the instruction, and I think it worked (I'll do further checks later). Meanwhile, I think the dev team should check on the latest firmware on the website a little bit (or at least put a precaution message for it). Thanks for helping!

Here is a comparison of the attributes of firmware flashed using aip (left) and flashed using uf2 file (right) image

lakshanthad commented 4 years ago

great to hear that it works! Will inform about the latest firmware details issue to the dev team. thank you for your inputs!

It's my pleasure to help!