dependabot[bot] on gradle
dependabot[bot] on gradle
chore(deps): bump gradle from 7… (compare)
dependabot[bot] on npm_and_yarn
debug: true
# pslab-python/pslab/instrument/power_supply.py
self._mcp4728 = I2CSlave(self._ADDRESS, self._device)
self._pv1 = VoltageSource(self._mcp4728, "PV1")
self._pv2 = VoltageSource(self._mcp4728, "PV2")
self._pv3 = VoltageSource(self._mcp4728, "PV3")
self._pcs = CurrentSource(self._mcp4728)
Sorry for not having joined the last meetings. I've been a little busy again, about to present something fancy again, today noon at CLT: https://chemnitzer.linux-tage.de/2022/en/programm/beitrag/226
During FOSSASIA Summit, I might be in Berlin, not 100% sure yet. Let me know if you'd like to meet. I'd arrive at the Wednesday, and stay until Sunday evening. Will let you know when it's for sure. :-)
One issue I ran into with this I2C sensor:
https://github.com/tasmota/docs/pull/954/files
The docs led me to believe the boards had the same pin order.
I.e., I had GND and SDA swapped.
Anyhow, there's still nothing detected. I will see if it works with an ESP board here when I have the time.
Could be because of:
Only a single AHT10 can be connected to the I^2^C bus and no other I^2^C devices can be connected.
The pslab's I2C bus also has the mcp4728 on it, as well as the rtc if you're using the v6 prototype.