No I2C device at address: 29

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
timmcc
 
Posts: 15
Joined: Mon Jun 07, 2021 10:51 am

No I2C device at address: 29

Post by timmcc »

I am trying to set up the TSL2591 light sensor and am getting this error when I run this code from this site:

https://learn.adafruit.com/adafruit-tsl ... cuitpython

import board
import adafruit_tsl2591
i2c = board.I2C()
sensor = adafruit_tsl2591.TSL2591(i2c)

ValueError: No I2C device at address: 29

User avatar
timmcc
 
Posts: 15
Joined: Mon Jun 07, 2021 10:51 am

Re: No I2C device at address: 29

Post by timmcc »

I am using the Cricket with the Circuit Python Express.

User avatar
millercommamatt
 
Posts: 832
Joined: Tue Jul 31, 2018 4:57 pm

Re: No I2C device at address: 29

Post by millercommamatt »

Post a picture of your wiring.

User avatar
timmcc
 
Posts: 15
Joined: Mon Jun 07, 2021 10:51 am

Re: No I2C device at address: 29

Post by timmcc »

resolved.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”