smartbutnot / flightportal

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

Using a Adafruit MatrixPortal S3 #19

Closed CyberGhostorangefish closed 9 months ago

CyberGhostorangefish commented 9 months ago

Hi, I'm trying to get this project working but I get nothing on the LED panel and no errors on the serial, do you think any code changes are needed to make it work with an S3 rather than an M4

smartbutnot commented 9 months ago

Oh cool, there's a new version! The extra memory should really help, I ran out pretty fast on another project.

I imagine the wifi manager might be different for the different chip, and the "board" setup at the top of the code must be different. All you need is an S3 circuitpython example to crib from and all the functional code should work the same. Can't actually find one myself.

CyberGhostorangefish commented 9 months ago

Thanks for the reply, I've given it a go but I get:

code.py output: Traceback (most recent call last): File "code.py", line 72, in AttributeError: 'module' object has no attribute 'ESP_CS'

Any ideas

smartbutnot commented 9 months ago

Looks like solomonreal has done an S3 fork: https://github.com/solomonreal/flightportal

CyberGhostorangefish commented 9 months ago

Works like a charm thanks!