-
-
Notifications
You must be signed in to change notification settings - Fork 16
HW: Add way to disable on-board sensors #59
Comments
There are 3 ways we can do this. Which would you prefer? |
How about we use DIO_16 and DIO_17 for on-board I2C and restrict our JTAG support to 2-wire (SWD), which is the boot configuration anyway? |
I will use current TI TS5A23157RSER as analog switch. |
@jadonk @FionaYu20180326 If we want to move quickly to the C4 version, there are three more things we need to determine at this point. I think the C4 version must be the last one. Or would it be better if we call it version C3.1?
|
Please use C4 as the revision.
Minimum required to reach 1km @ 1kbps. If we can do it with 1 14dB antenna, then let's do that. If we can do it with a shared antenna for 20dB TX and 14dB RX, then let's do that. If we must add 2 antennas to support 20dB and that is needed to reach 1km, then let's do that.
Let's not try to add support for ultra-low power mode. The power is low enough for initial product. TS5A23157RSER lists for $0.20. I don't think we need SPDT. We can just disable the on-board sensors by using SPST, like TS5A2066 which lists for only $0.13 and has fewer pins.
We should have reasonable on-board regulation with U3, C14, C45. Do you have any traces of supply noise? Our currents should be pretty low compared to what is provided by USB power sources. I'm having a hard time imagining why it would impact signal strength other than adding noise. Can you try to give me some theory? |
There needed to have been a pull-up on the SEN_SDA/SEN_SCL side of the switch such that the SDA/SCL lines on the sensors didn't float and cause possible confusion. I'm concerned this could cause on-board sensor failure. |
We have added pull-up resistors to the analog switch inputs. The pull-up resistor comes into play when communication with the on-board sensor is required, pulling up the SEN_SDA/SCL. So there is no need to add pull-ups on the SEN_SDA/SEN_SCL side. |
@GuoqingLing2589 the issue is that when you disconnect the SEN_SDA/SEN_SCL side from the pull-ups, the sensors can get into an unknown state. When you reconnect them, the sensors interfere with the I2C communications. |
@GuoqingLing2589 Immediate issue issue may have been related to the scope probes. When I remove them, they start working. However, I think this possible failure mode is real. |
Seems to be working well enough, but if we do any updates, we should put weak pull-ups on the sensor-side as well. |
Okay, we'll add it. Then jumper test it. |
We need a way to change the base address of those sensors that can change (HDC2010) and/or disable sensors when their I2C address conflicts with off-board sensors. It would just be too frustrating for someone to not be able to use the sensor of their choice.
cc @Pillar1989 @FionaYu20180326
The text was updated successfully, but these errors were encountered: