Skip to content

Non-functioning spi/i2c / general confusion about ports / ESP32-D0WDQ6-Vx #9503

Discussion options

You must be logged in to vote

Ugh this was as simple as needing a zero parameter. Not quite sure what these are for but they are board specific.

>>> i2c = I2C(0, sda=Pin(21), scl=Pin(22))
>>> i2c.scan()
[32]

Replies: 7 comments 19 replies

Comment options

You must be logged in to vote
3 replies
@PsuFan
Comment options

@davefes
Comment options

@PsuFan
Comment options

Comment options

You must be logged in to vote
4 replies
@PsuFan
Comment options

@PsuFan
Comment options

@davefes
Comment options

@PsuFan
Comment options

Comment options

You must be logged in to vote
2 replies
@davefes
Comment options

@PsuFan
Comment options

Comment options

You must be logged in to vote
6 replies
@alexxus
Comment options

@robert-hh
Comment options

@alexxus
Comment options

@robert-hh
Comment options

@PsuFan
Comment options

Answer selected by PsuFan
Comment options

You must be logged in to vote
2 replies
@PsuFan
Comment options

@robert-hh
Comment options

Comment options

You must be logged in to vote
2 replies
@robert-hh
Comment options

@picpic020960
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment