Sound? #7
Replies: 3 comments 15 replies
-
I've been thinking about that too. It is certainly possible, but this would involve both relatively extensive hardware and software changes. |
Beta Was this translation helpful? Give feedback.
-
Hi Gab-k, Questions: (out of scope) suggest to add dot/plus orientation on pcb. regards. |
Beta Was this translation helpful? Give feedback.
-
HI Gabriel,
thank's for your reply.
I look at your link.
I well know teensyduino, but I code them via IDE which seem a bit more simple.
I know regulation , normaly you should use a time sample of around 0.1s-0.25s for PID regulator.
Due to lag you may have an othershoot.
As me no need to feedforward in this case of speed control...
Have you ever see a train with constante speed when it climbed ? seem not ;o)...
I don't have any dcc train so maybe I'am wrong...
thank's a lot.
Laurent.
…----- Mail original -----
De: "Gabriel Koppenstein" ***@***.***>
À: "gab-k/RP2040-Decoder" ***@***.***>
Cc: "LaurentDelaon" ***@***.***>, "Comment" ***@***.***>
Envoyé: Lundi 14 Août 2023 21:00:25
Objet: Re: [gab-k/RP2040-Decoder] Sound? (Discussion #7)
Hi Laurent,
In order to realize a UART communication I would recommend you to look at the Raspberry Pi Pico uart examples . A simple UART communication should be relatively easy to implement, especially since you only have to send commands. The hello_uart example shows the simplest implementation, but you should keep in mind that the UART function is best called from core0, since the control algorithm runs on core1, which is time-critical.
Gabriel
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you commented. Message ID: <gab-k/RP2040-Decoder/repo-discussions/7/comments/6723955 @ github . com>
|
Beta Was this translation helpful? Give feedback.
-
Love what you've done.
I was wondering if you think it would be possible to make a version of this with sound output?
Beta Was this translation helpful? Give feedback.
All reactions