bessman on main
Fix typo in README (compare)
bessman on main
Update workflow to run on new m… (compare)
bessman on legacy
Initial commit Create LICENSE Added framework for firmware. F… and 60 more (compare)
bessman on master
bessman on bootloader
bessman on pslab-esp-server
bessman on development
bessman on bootloader
Move bootloader to pslab-bootlo… Move firmware to repository root (compare)
bessman on bootloader
Prepare for repository split Remove drawio flowchart (compare)
# 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.