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

Out data to UART #1

Open
jetdream opened this issue Jul 9, 2018 · 3 comments
Open

Out data to UART #1

jetdream opened this issue Jul 9, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@jetdream
Copy link

jetdream commented Jul 9, 2018

Feature request
Would be great to have the data sent to UART if values are changed.

@cocus
Copy link
Owner

cocus commented Jul 9, 2018

The UART pins are shared with the 7 segment muxed display. In order to enable this feature, we'll have to disable the third digit of the first row. And it will flicker with random segments on/off.
If you want to use it as remote 2-channel ADC, and you don't mind this, then it might be doable.

@cocus cocus added the enhancement New feature or request label Jul 9, 2018
@jetdream
Copy link
Author

jetdream commented Jul 9, 2018

Got it.
Actually yes, in my case I want to use it primarily for remote reading the voltage and current. I need indicator just to visually get the information during maintenance, so the occasional flickering is not the problem since it will happen only when values are changing. So it might be a config option.

@cocus
Copy link
Owner

cocus commented Jul 9, 2018

Actually, the random flickering will be present there when you are transmitting.
When the UART is idle, it will be at a HIGH state, meaning that the LEDs in that digit (in case that you have a common-cathode) won't be lit any time.
In both case, when transmitting data, the digit will flicker.

But in any case you'll not be able to modify the digit because you don't have control of that pin.

And if you want to create a scheme where you can enable the UART temporarly to send data, you'll end up with garbled data in the receiver whenever the UART is not enabled.

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