Sujet : Re: Gah! Data sheets.
De : blockedofcourse (at) *nospam* foo.invalid (Don Y)
Groupes : sci.electronics.designDate : 26. Sep 2024, 14:55:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd3p5g$6sgj$1@dont-email.me>
References : 1 2
User-Agent : Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2
On 9/26/2024 4:04 AM, Don Y wrote:
On 9/25/2024 9:46 PM, Sylvia Else wrote:
How many designers would conclude that this could be more trouble than it's worth, and find something else?
I always like using LDRs for variable audio gain. But, my applications are
usually for smooth muting and not specific gain settings.
You should also always be wary of the many ways I2C-type buses can screw you
during development and after release. As it is effectively a multimaster
bus, the CPU/MCU doesn't have the final say in bus operations. It's
possible that the CPU/MCU and one (or more!) devices on the bus have a
different notion of reality, at this point in time. Getting them back in
agreement is usually something that requires bit-banging the i/f
(instead of using it at a higher level of abstraction). It's always
wise (with ANY interface) to include a daemon that periodically verifies
(and potentially rejiggers) the i/f to prevent these kinds of problems.
(Of course, if you could verify every transaction, that may be even better!)