TSL2591 #17186
Replies: 7 comments 2 replies
-
I can't see a driver on Awesome Micropython. There is an Adafruit driver but this would need a little work to adapt it to MicroPython, mainly replacing the Adafruit |
Beta Was this translation helpful? Give feedback.
-
This is a modified version of (I think) a CircuitPython driver I adapted a couple of years ago. Let me know if it still works, haven't used it for a while!
|
Beta Was this translation helpful? Give feedback.
-
Use MicroPython's I2C scanner to check if the sensor is detected: The TSL2591 should appear at 0x29 (default address). |
Beta Was this translation helpful? Give feedback.
-
Yes, the address is coming as 0x29. My OOP skills are lacking. Using the class will be a struggle. But it looks like it has everything I would need. |
Beta Was this translation helpful? Give feedback.
-
I am very new to python and jumped in the deep end of the pool. |
Beta Was this translation helpful? Give feedback.
-
So I need to educate myself. Can anyone provide a book reference for learning python? or Micropython? |
Beta Was this translation helpful? Give feedback.
-
ok, update. I was able to find an AI that was able to get the code working for me. I found Micropython copilot. Everything is working wonderful. But I still have to learn python. I'm totally amazed that the AI could everything, and direct me on the how, why, and where. Just freaking amazing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot get the TSL2591 sensor to work with the pyboard. Any suggestions. Has anyone done this?
Beta Was this translation helpful? Give feedback.
All reactions