- Posts: 168
USART on Trainer Port
- MatCat
- Topic Author
- Offline
I have my own private goals which will be available on my own repo once it is setup, however I do want to contribute to the codebase so that another feature can be available.
One of my main goals for myself is two way communication, telemetry in, radio control information out (for things such as UHF radios, etc), would also allow for fairly easy implementation of control input as well, such as a joystick to offer a secondary analog interface.
Some of these ideas will require some simple external hardware of course, which I personally will maintain some information on for those interested, but for now the purpose of this thread is to ask what would be best for the codebase with traner port USART?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- MatCat
- Topic Author
- Offline
- Posts: 168
Please Log in or Create an account to join the conversation.
- MatCat
- Topic Author
- Offline
- Posts: 168
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
No we don't actually use the UART for that. It is enabled for debug output of printf when PPM is not selected though.MatCat wrote: It is using the actual USART pins for the PPM output? I will probably have to add an option in UI to configure it between options then like PPM out, PPM IN, Bi-Directional USART .
I don't believe so. You'd need to check the specs though.Is the MCU 5v logic tollerant?
Please Log in or Create an account to join the conversation.
- MatCat
- Topic Author
- Offline
- Posts: 168
Ok I see, yeah I have been studying the datahseet a bit on it, not really an issue it's easy to do logic level conversion on the other piece of hardware anyway.PhracturedBlue wrote:
No we don't actually use the UART for that. It is enabled for debug output of printf when PPM is not selected though.MatCat wrote: It is using the actual USART pins for the PPM output? I will probably have to add an option in UI to configure it between options then like PPM out, PPM IN, Bi-Directional USART .
I don't believe so. You'd need to check the specs though.Is the MCU 5v logic tollerant?
I will experiment when I get home tonight, oh on the trainer port itself which base of the connector is what (TX,RX, etc etc)?
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
- Posts: 268
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- USART on Trainer Port