Hey all. Still designing this DIN module and a couple of questions.
First:
Power supply. I have a 3.3v @ 1.2A and a 5v @ 1A available to power my Teensy 4.1v.
Normally I just pile the 5v onto the VIN (I know all the pins are only 3.3v).
Would it be better to apply 3.3v to the Teensy instead and not waste power in the onboard reg?
If yes, does this +3.3v external supply go in on the 3.3v pin?
Second:
I have several modules that connect to this main 4.1 Teensy. What would be the simplest way to identify these modules over a pair of bus terminals (that are common to all modules)?
Some of my modules are I2C with their own individual addresses. These modules should be detectable by searching the I2C bus for their presence.
But the dumb modules with no I2C, I was going to fit an ATtiny85 that does nothing but issue an I2C address (well, add a certain I2C address).
Originally I thought of using resistance, but that seems far too hit 'n' miss.
First:
Power supply. I have a 3.3v @ 1.2A and a 5v @ 1A available to power my Teensy 4.1v.
Normally I just pile the 5v onto the VIN (I know all the pins are only 3.3v).
Would it be better to apply 3.3v to the Teensy instead and not waste power in the onboard reg?
If yes, does this +3.3v external supply go in on the 3.3v pin?
Second:
I have several modules that connect to this main 4.1 Teensy. What would be the simplest way to identify these modules over a pair of bus terminals (that are common to all modules)?
Some of my modules are I2C with their own individual addresses. These modules should be detectable by searching the I2C bus for their presence.
But the dumb modules with no I2C, I was going to fit an ATtiny85 that does nothing but issue an I2C address (well, add a certain I2C address).
Originally I thought of using resistance, but that seems far too hit 'n' miss.