Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an unpopulated connector for UART output (bypassing the USB port) #27

Open
juchong opened this issue Oct 13, 2020 · 6 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@juchong
Copy link
Collaborator

juchong commented Oct 13, 2020

Some applications might benefit from not using the USB port (maybe to mitigate vibration). A 3 or 5-pin connector (with or without power) might be useful.

@juchong juchong added the enhancement New feature or request label Oct 13, 2020
@ajn96
Copy link
Owner

ajn96 commented Oct 13, 2020

This connector would not have any functionality? I'm not planning on adding support for the CLI over UART

@juchong
Copy link
Collaborator Author

juchong commented Oct 14, 2020

I wasn't sure how "portable" things were between USB and UART. If that's the case, I may make the connector VDD-in-only.

@ajn96
Copy link
Owner

ajn96 commented Oct 14, 2020

It's doable, but not an insignificant amount of setup. I would have to add another "comm layer" module to setup the hardware and handle receiving and transmitting UART data. Would probably have to set up a DMA, at least for transmission, to get any sort of reasonable performance.

I would also have to modify the underlying script module to add another "transmit handler" and execution context. Would probably switch to a function pointer + comm type enum in that case, which would be a pretty slick implementation, but still would take some doing

@juchong
Copy link
Collaborator Author

juchong commented Oct 14, 2020

Whether it happens or not, it might be good to leave the functionality in the hardware, to begin with. Worst-case, I can set up a footprint to only populate two of the four pins necessary.

@juchong
Copy link
Collaborator Author

juchong commented Nov 9, 2020

This feature is a ”nice-to-have” and will depend entirely on the intended use-case of the final board. I suspect the hardware will only be accessible when the board is used in ”standalone” mode.

@ajn96 ajn96 added this to the Hardware Rev C milestone Feb 6, 2021
@ajn96
Copy link
Owner

ajn96 commented Apr 6, 2021

This has been incorporated into the rev C board design. This connector also includes the USB sideband line, which can be muxed to any of the IMU DIO ports (allowing the direct passing of a sync or data ready signal back over the USB/UART connection)

@ajn96 ajn96 assigned ajn96 and unassigned juchong Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants