Closed SUPScientist closed 11 months ago
Here is the diagram.
@carolinaj6, this is great, nice work! A few recommended improvements:
I know this may seem like a lot but it will go a long way in communicating your progress to the outside world. Thanks and let me know if you have questions!
@SUPScientist Ok. I will get to work on those edits. For the fifth bullet, I'm not sure if I understand. Is the power chip different from the level shifter? Is it another component or an edit I need to make to the level shifter? Thank you!
Excellent, thanks. Yes, the power chip is different. It got confusing with the need to boost UP the power to 5V for the distance sensor but then level shift the output back DOWN for the return to the Boron! Indu found this DD0505MD to do the power boost. Thankfully it only has three pins. It takes 3.3V and GND in/out, and sends 5V out. That GND is the same shared GND used across our entire system.
@SUPScientist I have made those edits. Here is the updated wire diagram. One last question - should the trig go to voltage in on the level shifter and that gets sent to the boron or should trig from the distance sensor go straight to the boron? And what about for echo? Let me know how I can change that up. Thank you!
@carolinaj6, this looks great, nice work! Can you submit a Pull Request ("PR") wherein you replace the image currently in the new Wiring folder (https://github.com/SUPScientist/smart-coasts-bathy-mapping/blob/main/Wiring/Wiring-Diagram.jpeg) with this one, at higher resolution if that's possible? This one looks a little blurry, but maybe that's as good as it gets with the free software. I'll close this issue once there's a PR and/or commit to link to. Thanks!
Closing with https://github.com/SUPScientist/smart-coasts-bathy-mapping/pull/8. Thanks, @carolinaj6!
Create diagram showing key connections between Boron, FeatherWings, and sensor.
Sensor also has a power boost chip and a level shifter. We're feeding 3.3 V to a chip that boosts it to 5 V to give the sensor what it needs, but then we pass the 5 V ECHO signal back through the level shifter to get it back to 3.3 V so that it doesn't fry the Boron.
FeatherWing wiring can be simplified since FeatherWings are designed to fit onto Feathers without need for additional wires, but showing communications (e.g., I2C, SPI, UART) blocks and, especially, chip select pins would help.