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

在模拟碟盒操作实现后,是否可以连接解码板制作车载音乐盒? #1

Open
midomido58 opened this issue Apr 28, 2024 · 4 comments

Comments

@midomido58
Copy link

你好老师,我是一个纯菜鸟,想给老车制作一个数码碟盒,按照您的操作实现了主机对单片机的识别,之后是否可以使用已经烧录好的可通信单片机和解码板连接,从而来实现外挂音乐盒的功能,如果可以,我想请问您解码板是否需要烧录程序?是否烧录和单片机一样的程序能够实现主机按键对音乐的控制?

@NullString1
Copy link
Owner

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.

@midomido58
Copy link
Author

Thank you for your reply.I will try to complete the program by your guidance.Thanks again.

@midomido58
Copy link
Author

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.

@NullString1
Copy link
Owner

NullString1 commented May 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants