smartbutnot / flightportal

Project for displaying the details of planes overhead on an Adafruit MatrixPortal and LED matrix
256 stars 22 forks source link

Setup help #4

Closed Tigwin closed 1 year ago

Tigwin commented 1 year ago

Hello, I bought the components and am excited to see if I can get this working.

This is what I did so far:

Unplug and plug back in the M4.

It has a green light on the rear, but the display is black. I don't know what it's doing. Any way to debug what's happening, or did I miss a step somewhere?

Thanks!

smartbutnot commented 1 year ago

Sounds like you might have missed adding the libraries? https://learn.adafruit.com/adafruit-matrixportal-m4/circuitpython-setup

In any case, you can use a serial connection to see what errors are being produced, see the bottom of the read me file.

Tigwin commented 1 year ago

Ah, you're right, I downloaded the bundle but didn't upload it because I misread this comment:

The libaries it needs are I think all part of the recommended prep above, but for info they are:

I thought that meant the uf2 file contained it.

So I grabbed adafruit-circuitpython-bundle-8.x-mpy-20230120.zip and copied the lib/ folder to the lib/ folder on the CIRCUITPY drive.

Once files were uploaded, I restarted the device. The light now shines blue (didn't before).

Now it works!

Thank you.... I had this sitting on my desk for a few weeks and didn't proceed because I thought the uf2 files was some kind of mac software (based on the screenshots) and the download links all seemed to not have executables I could run. I downloaded Arduino and some other stuff I didn't have to.

Tigwin commented 1 year ago

All fixed