-
Notifications
You must be signed in to change notification settings - Fork 1
Create diagrams to show device connectivity #27
Comments
Arduino o devices:
Arduino i devices:
|
@TheCodeSummoner do you approve of the new shortened JSON IDs? (for faster transfer) |
See https://github.com/ncl-ROVers/arduino/issues/34#issuecomment-590076953 for an example of new json keys |
We're not using IMU, and we're not using the depth sensor. Can you please include Arduino ID-s in this diagram, and per ID breakdown (so which has which output)? Other than that, it looks ok to me. |
Can we please use the following keys:
Also, I know |
Also, each device will need to send a value on start with the id -> |
Hhere's an updated working code sample for an Arduino:
|
Can I request these are changed to either just e.g. Current behaviour on boot (Which seems to happen when the Pi code connects to the Arduino) is:
(Example showing current Master branch, pre key changes #38 ) |
The example satisfies the requirement, but the keys are incorrect -> the new id key will have to be |
@TheCodeSummoner The A good example for this year is that you can tell if the code has finished booting. An issue with I2C communication which we will be using for Thrusters is that a loose electrical connection can cause the code to hang waiting for a response which will never come. So if you see that the current status is I would like to request keys |
Oh I think I may have misread- You're saying that ID and Status keys have been merged? So The Pi knows the Arduino ID from the status key? |
For this ticket to be complete, the readme should be updated to show all incoming and outgoing keys from each Arduino for complete transparency |
Need diagrams to show how all the ROV devices are connected to each other to assist with development
The text was updated successfully, but these errors were encountered: