ptvoinfo / zigbee-configurable-firmware

PTVO firmware for CC2530, CC2531, and CC2652 Zigbee chips
https://ptvo.info/zigbee-configurable-firmware-features/
MIT License
199 stars 22 forks source link

Value glitch double i2c #296

Open TomasWeij opened 1 month ago

TomasWeij commented 1 month ago

Hi,

I've added two HX711 sensors to my firmware config. See screenshot below. My report interval is every 2s. One input shows the value and updates it every 2s as expected. The other value jumps between 0 and the actual value. The firmware has been flashed on the RF-Star CC2652P2.

I suspect it has something to do with the shared I2C clock. If I physically unplug the first HX711 then the second value doesnt jump to 0 anymore.

ptvo_config

TomasWeij commented 1 month ago

I'm willing to compensate you, please contact me.

ptvoinfo commented 1 month ago

@TomasWeij I've tested this configuration. Please try to shift P21 and P13 down (to Output 4 & Output 5). Leave one unused Output 3 between sensors in the configuration. After this, you'll need to re-create a custom converter (if used).