Hello, nice work done here ! I tried it on an ATtiny13A-PU using AVRISP XPII (ISP prog) through atmel studio v7 (also using the DFPlayer-mini). I also did a small PCB in order to have a clean result (powered by a 5v usb converter) hehe. In order to give some help/info to people here willing to try this project, here is some things that are good to know about this stuff : - If you're going through a basic installation of Microchip Studio v7 and using the listed materials here (hardware & code), you will probably meet a ".text section" error about the .ELF when you compile the code. This can be solved by changing some compiler parameters (don't mess your µC). You can also just replace (line 62) "if(res[3]==0x48){total=res[6];} //Total Number" to a smaller (line 62) "total=X; //Total Number" with "X" the integer number that correspond to the amount of sound stored on the SD-Card (eg : total=6;). Since we're talking about some bits overflowing the region, this will fix it ! - About the DFPlayer itself, you will find different file naming strategies which can be defined (eg: "0001.mp3" or also a folder hierarchy solution). Be careful about it, since some versions (red/blue leds) of the DFPlayer are considering the file position (#1, #2, #3, ...) about the "moment/order you inserted it in the SD card" and not about the "file name". Anyway, nice use of this small µC ! Hope it will help some people ! :)
I made the music box from his other dfplayer tutorial but it doesnt skip song when i open box,it just repeats first song on microsd.Do you know correct filename for red dfplayer.When i tested before soldering to attiny13a the filename didnt matter but does the atttiny13 require differrent filename to skip song?i tried 001.mp3 and 0001.mp3 but still only plays first song only.Do you know how to fix? ruclips.net/video/Xs99jWn9MHE/видео.html
This is a great project! However the sketch does not fit into my ATTINY13A, is utilizes 101% of the available memory. I am programming the ATTINY with an Arduino. Any ideas?
The project is great but if I wanted to program the same code of the program in an ATtiny85 but with Arduino would it work? And if the code of the program would be the same or it is modified for Arduino, I have no knowledge but I really want to learn.
Neat little project! I’d also quite like to add a display or indicator lights or whatever, though before all that I’d move the project from perfboard to a slick home-etched board. Fold the legs of the DIP8 into an SMD, ditch the pin headers, etc. in order to make it less prickly in the pocket. Though I’ve not seen your channel yet, it would be nice to see an ATtiny13 + RDA5807 (or TEA5767) FM radio project.
I made the one with box with your instructions but it only plays same song over and over.how do i get it to play next song when box opens.did i wire it wrong?
The battery is G-FORCE GH008(for H001) Li-Po 3.7V 80mAh. I bought it at Amazon Japan in 2018, but it was sold out. www.amazon.co.jp/%E3%82%B8%E3%83%BC%E3%83%95%E3%82%A9%E3%83%BC%E3%82%B9-80mAh-LiPo%E3%83%90%E3%83%83%E3%83%86%E3%83%AA%E3%83%BC-H001%E7%94%A8-GH008/dp/B06WGPVRKM I made the connector from 1.27mm pitch pins and pin sockets.
Hello thank you+👍 very much, but I don’t have an ISP adapter. I use an Arduino board to externally convert it to an ISP. In Clock, I choose 9.6MHZ to upload, and it is also successful. I have no problem testing MP3 and buttons
Hello my friend hope you are doing well. I like all of your videos an i would like to collaborate with you please let me know if you are interested. Thank you.
素晴らしいとしか言いようがありません・・・
Awesome, congrats! And thanks for share!
Amazing work...keep it going
Hello, nice work done here !
I tried it on an ATtiny13A-PU using AVRISP XPII (ISP prog) through atmel studio v7 (also using the DFPlayer-mini).
I also did a small PCB in order to have a clean result (powered by a 5v usb converter) hehe.
In order to give some help/info to people here willing to try this project, here is some things that are good to know about this stuff :
- If you're going through a basic installation of Microchip Studio v7 and using the listed materials here (hardware & code), you will probably meet a ".text section" error about the .ELF when you compile the code. This can be solved by changing some compiler parameters (don't mess your µC). You can also just replace (line 62) "if(res[3]==0x48){total=res[6];} //Total Number" to a smaller (line 62) "total=X; //Total Number" with "X" the integer number that correspond to the amount of sound stored on the SD-Card (eg : total=6;). Since we're talking about some bits overflowing the region, this will fix it !
- About the DFPlayer itself, you will find different file naming strategies which can be defined (eg: "0001.mp3" or also a folder hierarchy solution). Be careful about it, since some versions (red/blue leds) of the DFPlayer are considering the file position (#1, #2, #3, ...) about the "moment/order you inserted it in the SD card" and not about the "file name".
Anyway, nice use of this small µC ! Hope it will help some people ! :)
I made the music box from his other dfplayer tutorial but it doesnt skip song when i open box,it just repeats first song on microsd.Do you know correct filename for red dfplayer.When i tested before soldering to attiny13a the filename didnt matter but does the atttiny13 require differrent filename to skip song?i tried 001.mp3 and 0001.mp3 but still only plays first song only.Do you know how to fix? ruclips.net/video/Xs99jWn9MHE/видео.html
This is a great project! However the sketch does not fit into my ATTINY13A, is utilizes 101% of the available memory. I am programming the ATTINY with an Arduino. Any ideas?
The project is great but if I wanted to program the same code of the program in an ATtiny85 but with Arduino would it work? And if the code of the program would be the same or it is modified for Arduino, I have no knowledge but I really want to learn.
I want to know that too
Did you try it?
良いなぁ〜☺️♫
自作出来るなんて良いなぁ〜☺️
Lovely project! 👍😀
Neat little project! I’d also quite like to add a display or indicator lights or whatever, though before all that I’d move the project from perfboard to a slick home-etched board. Fold the legs of the DIP8 into an SMD, ditch the pin headers, etc. in order to make it less prickly in the pocket.
Though I’ve not seen your channel yet, it would be nice to see an ATtiny13 + RDA5807 (or TEA5767) FM radio project.
Dude you are awesome!
Excellent project
Isn't it pointless using the ATTiny13 when you can do all those switching functions with just the DFPlayer anyway?
I used the ATtiny13A to memorize the volume and the song number.
I made the one with box with your instructions but it only plays same song over and over.how do i get it to play next song when box opens.did i wire it wrong?
me too
PB2:TX, PB1:RX............In the program are they reversed compared to the video scheme? I uploaded it but it doesn't work :-(
Sorry, for some reason the program exceeded the capacity and could not be written to the microcontroller, so I corrected the program.
What is the battery you are using and what battery connector have you used can you give me a web link where to buy them
The battery is G-FORCE GH008(for H001) Li-Po 3.7V 80mAh.
I bought it at Amazon Japan in 2018, but it was sold out.
www.amazon.co.jp/%E3%82%B8%E3%83%BC%E3%83%95%E3%82%A9%E3%83%BC%E3%82%B9-80mAh-LiPo%E3%83%90%E3%83%83%E3%83%86%E3%83%AA%E3%83%BC-H001%E7%94%A8-GH008/dp/B06WGPVRKM
I made the connector from 1.27mm pitch pins and pin sockets.
Where did you get the speaker? 🔊
Background was also in dr. Driving
what does the yellow button do
For repeat
@@Istiqomah_Official920 thanks
Can you make a tutorial how to make a bodyshell for a RC Car easy
which software you use for programming
It is possible a jump folder button?
where would you put a usb on that plate
Hello thank you+👍 very much, but I don’t have an ISP adapter. I use an Arduino board to externally convert it to an ISP. In Clock, I choose 9.6MHZ to upload, and it is also successful. I have no problem testing MP3 and buttons
Why you channel 24k your are soo good at this
黄色いボタンの役割は何だったんだろう?
黄色いボタンは1曲リピートにしています。
mantap Kreatif sekali Bang
What kind of battery did you use?
Can make a vídeo making a mini bluetooth sistem on 1/64? And How to remove smd led from the original board
Nice.
Where oh where is Radio Shack when you need their guidance?
Donde pondría USB para pendrive
so I can assume Attiny45 works same way?
Sure
Can we put an mp3 song?
Good project Sir , but can you share the Hex file and thank you.
1曲目が吉田製作所のBGM
チュイーン!!
急に阪急来てビビった
I am Love you 💚💚
@Toy Maker OK thang you
Hi
阪急の接近メロディ混ざってて草
スイッチいれたら
どーんだけー
的な(笑)
Usb??
Can you make a mini drone
Make one press off on switch
you should upload code to github or bitbucket
it will improve your productivity
Hello my friend hope you are doing well. I like all of your videos an i would like to collaborate with you please let me know if you are interested. Thank you.
Plz make a small rc trophy truck
Brooo plzz keep your channel logo and banner okkkk
Куплю твою машину на радиоуправлении за 1000₽
Char code hex
Qna
Would it be possible to code it playing a random song after pressing a button?
Thanks in advance