TinyCamML / Boron

Boron code to send data from OpenMV -> Cloud
MIT License
0 stars 1 forks source link

Determine how to connect OpenMV to Boron #4

Closed ebgoldstein closed 1 year ago

BentleySettin commented 1 year ago

https://forums.openmv.io/t/communicate-between-multiple-openmvs-and-another-board/1538

SUPScientist commented 1 year ago

I think there are two decisions to be made, both of which seem to be under the umbrella of this issue.

  1. Will the openMV send data to the Boron when the openMV decides it is ready to collect/transmit data? Or will the Boron wake up and request data from the openMV?
  2. Will the openMV<—>Boron serial data transmission occur using UART, SPI, or I2C? @BentleySettin's link above describes UART, so that seems like a good starting point.
BentleySettin commented 1 year ago

As of now I will work on having the Boron wake up and request data from the openMV. I am emailing with Ryan now about recommendations he may have based on his work with the openMV camera.

Yes, UART it is!

SUPScientist commented 1 year ago

@BentleySettin, add wiring diagram and photo of physical setup of Boron to OpenMV in a new subdirectory in this repo and link to it in a response to this issue thread to confirm proper wiring and document for future use. I recommend https://www.circuit-diagram.org/.

SUPScientist commented 1 year ago

@BentleySettin, I am reopening this issue as I don't yet see a link to the circuit diagram which I consider to be a prerequisite to the completion of the issue. I don't mean that the diagram doesn't exist, just that I don't know where to find it. You can post it here and "close with comment" if/when you have that diagram.

BentleySettin commented 1 year ago

Here it is! f054042

I may leave this open or create a new issue that will have the full circuit diagram when we get closer to that stage.

BentleySettin commented 1 year ago

I will leave this issue to show connections between OpenMV and Boron (therefore close it) and use Boron-and-OpenMV-Basics issue #2 open for finalized circuit diagrams for all electronics and wires.

SUPScientist commented 1 year ago

Commented on the commit linked above (Here it is! f054042). Couple modifications needed. See comment in commit.