-
Notifications
You must be signed in to change notification settings - Fork 0
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
在模拟碟盒操作实现后,是否可以连接解码板制作车载音乐盒? #1
Comments
Hi @midomido58 see the latest commit #2 where bluetooth control was added. This allows the buttons on the radio such as next track, previous track, play/pause and the CD1,2,3,4... buttons to be read by the microcontroller. You can then send those signals as media commands over bluetooth to a phone as in the code, or create your own implementation. To flash the code onto a microcontroller you need to install Platformio to VS Code, connect the ESP, boot it into download mode and click flash in platformio. |
Thank you for your reply.I will try to complete the program by your guidance.Thanks again. |
Dear doctor,I found there is no Date in,Date out and Clock, only a Bus I/O line.Now I have three lines to connect with the Bus I/O.I don't know how to connect them. |
Please send following details for assistance
Car model
Car radio model
Photo of radio
Photo of radio wiring and diagram if possible
…On Wed, 1 May 2024 at 12:57, midomido58 ***@***.***> wrote:
Dear doctor,I found there is no Date in,Date out and Clock, only a Bus I/O
line.Now I have three lines to connect with the Bus I/O.I don't know how to
connect them.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUUCSFYGSEIDVE467B4IHLZADKA5AVCNFSM6AAAAABG4T33MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGM2TMNBXGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
你好老师,我是一个纯菜鸟,想给老车制作一个数码碟盒,按照您的操作实现了主机对单片机的识别,之后是否可以使用已经烧录好的可通信单片机和解码板连接,从而来实现外挂音乐盒的功能,如果可以,我想请问您解码板是否需要烧录程序?是否烧录和单片机一样的程序能够实现主机按键对音乐的控制?
The text was updated successfully, but these errors were encountered: