Search found 2 matches

by luca824
Sat Jun 13, 2020 10:15 pm
Forum: Pyboard D-series
Topic: I2C slave emulation with Pyboard D-series
Replies: 0
Views: 2163

I2C slave emulation with Pyboard D-series

Hi all, I'd like to use a pyboard d-series as i2c slave to emulate the behavior of some (sensor such as temperature sensor AD7415) In particular I'd like my pyboard will be able to: - receive address byte from master - send ack to master - receive byte from master with the register where he want to ...
by luca824
Sun May 17, 2020 9:08 am
Forum: Pyboard D-series
Topic: Emulation of multiple I2C slaves with a Pyboard D-series
Replies: 2
Views: 2665

Emulation of multiple I2C slaves with a Pyboard D-series

Hi all, I'm working on a project with the aim to adopt a pyboard d-series to emulate the behavior of multiple i2c slave like a temperature or a magnetic sensor, ecc... The pyboard in this case, acting as a slave, should be able to: - receive the slave address from master (reading the byte first byte...