-
Notifications
You must be signed in to change notification settings - Fork 14
Interrupt not implemented for Python #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What are you trying to do? |
I am building a midi controller for synths. I bought one Neotrellis to try it out (im not a programmer) and worked fine with Arduino. Any advice? |
I'd recommend reading the interrupt pin with DigitalInOut before reading all of the neotrellis boards. That way you'll only read them all when something is pressed. I don't think you need interrupt support itself. You could also partition the boards so you only need to read a subset based on their isolated interrupt state. |
Also, make sure your I2C bus is clocked as fast as it works reliably. Going from 100khz to 400khz will give you a bit of speedup. |
Hi. Can you give me hand with that? |
Please be patient. Dave should get back to you on the forum. |
OK. Thanks |
Hey @moris526 I have a similar problem to yours. I've gone through all your posts on Adafruit, Arduino, etc. hehe In the end, did you make any progress? I've managed to improve the latency. I would like to know how your project turned out. |
Hey Man.
I just had to modifi the project cause i could not fix it.
I have a video on instagram moris.maybe
Theres been a long time since im not using it.
But we can talk if you want
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Cristian Ospina ***@***.***>
Sent: Thursday, July 18, 2024 9:46:54 PM
To: adafruit/Adafruit_CircuitPython_NeoTrellis ***@***.***>
Cc: moris526 ***@***.***>; Mention ***@***.***>
Subject: Re: [adafruit/Adafruit_CircuitPython_NeoTrellis] Interrupt not implemented for Python (#14)
Hey @moris526<https://github.com/moris526> I have a similar problem to yours. I've gone through all your posts on Adafruit, Arduino, etc. hehe
In the end, did you make any progress? I've managed to improve the latency. I would like to know how your project turned out.
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA6EM3B5IERNSYU6HSSFTMLZNBOX5AVCNFSM6AAAAABLDTRITWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZXHAZDANRQG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Adafruits marks pin Nro 5 on Raspberry to use for interrupt (https://learn.adafruit.com/adafruit-neotrellis/circuitpython-code) but it is not used in the sample code. Nor can be use as it is
I bought 32 Noetrellis kits and really need that function
The text was updated successfully, but these errors were encountered: