You have to replace files on sd card. You need sound samples of your offroad engine in idle rpm , low rpm, middle rpm and high rpm: - Iddle rpm is for file idle.wav, - low rpm is for 2k.wav file, - middle rpm is for 3k.wav file, - high rpm is for 4k wav file. You also need to make transition sound samples (mix two sounds): - transition sound idle to low rpm, file idleTo2k.wav, - transition sound idle to middle rpm, file idleTo3k.wav, - transition sound idle to high rpm, file idleTo4k.wav, - transition sound low to middle rpm, file 2kTo3k.wav, - transition sound middle to high rpm, file 3kTo4k.wav, - transition sound low to high rpm, file 2kTo4k.wav, ... I made transition sound by mixing two sounds in Audacity software. I hope this helped!
hello Sir, does DC motor also drives via this or we have another setup for that, i am trying to build a small circuit for my small HO scale train locomotive. so i can use same circuit as you did
Hello, this is lights/sound control modul, it is not intended to drive motors. This module control LEDs and generate engine sound anccordding to signals from common RC modes receiver. I know nothing about train models and how they are controlled, so I am not sure if this module would be useful to you, but I guess it doesnt.
Hello, to be honest, I don't know. This project is using TMRpcm library and I didn't find info about max length of track in this library. But I know, that some people made music player using this library, so I believe that 5min track should be OK.
Trims values are not noted in schematic but their value really dont matter because they are like voltage divider so you can use 1k or 3k3 or 10k, what you can find at home. I used 1k on my project.
Did you know that DumboRC just came out with the X6DC receiver with integrated LED functions for headlights, signals, brakes, reverse, and strobe? (Yeah, after I customized 3 RC receiver readers already, two using Nano and one using STM32.) Oh well. At least I have some American car bodies to light up, you know how US market cars use their brake lights as turn signals? So there's still a place for the custom method. Also modern cars have DRLs (Daytime Running Lights) that turn into turn signals, you can have some fun with RGB LEDs... usually I wire the Red and Green leads to get the yellow/orange, then activate/deactivate the Blue to go back to white light. I also have a Mustang body which I want to create sequential turn signals for. Now I am very curious and I will try your implementation as a base since I could never get the brakes and the reverse lights to function properly (one has to be sacrificed, usually the reverse). I notice you use PulseIn instead of AttachInterrupt, I think it will work better just like how for the "6 channel rc receiver stm32" the version made using input capture mode is faster and more consistent compared to interrupts. Also there is an implementation of engine sounds without having to use an SD card nor mp3 player module -- the sounds are converted into header file data...there's an ESP32 implementation for the Tamiya trucks but its very complex so I'm trying to just extract the sound processing method while combining it with the simpler lights for cars. In any case, your craftmanship is very commendable and maybe one day you can be the next DarkDragonWing or Macky Works Drift!
I did not know about X6DC receiver but I definitely try it! Thanks! Idea with RGB leds sounds nice, but for now, I dont have project for this application.... In my code I am using PulseIn only in setup(), then I using modified PulseIn function because PulseIn is very inaccurate when sounds is playing... I dont using interrupts because it has negative effect to sounds playing... Yeah, I found ESP32 project you tolking about, idea with sounds in header sounds great, I will try to implement it to ver2 of my controller :) ... Thanks for good ideas!
I do not planning it. I dont have PS controller and I also not very interested in trucks. But feel free to modify my code, it is available to everybody for free on my patreon site.
I am not selling PCBs, This one was custom made, but you can make one for yourself. If you type "PCB prototyping" into google, you can find companies, which make custom PCB for you for really cheap, all what you need is send them PCB design - you can make your own PCB design or you can download my design on my patreon site: www.patreon.com/posts/rc-lights-and-49189947
Hello, of the entire board, only the right blinker is there, the left one has constant 5v and the sound cannot start. Can you give me some advice?
This is awesome! I might have to do this
yeah, you can do it for yourself, exterior body parts are now available on thingiverse: www.thingiverse.com/thing:5139356/files
@@martinDmodels link is broken
Is it possible without an SD card, and only sound, not including lights?
Hello, no, it is not possible. Without SD card only lights.
Love it👍
Subscribed✌️
how can i change the sound files? i'm using for RC Jeep Offroad
You have to replace files on sd card. You need sound samples of your offroad engine in idle rpm , low rpm, middle rpm and high rpm:
- Iddle rpm is for file idle.wav,
- low rpm is for 2k.wav file,
- middle rpm is for 3k.wav file,
- high rpm is for 4k wav file.
You also need to make transition sound samples (mix two sounds):
- transition sound idle to low rpm, file idleTo2k.wav,
- transition sound idle to middle rpm, file idleTo3k.wav,
- transition sound idle to high rpm, file idleTo4k.wav,
- transition sound low to middle rpm, file 2kTo3k.wav,
- transition sound middle to high rpm, file 3kTo4k.wav,
- transition sound low to high rpm, file 2kTo4k.wav,
... I made transition sound by mixing two sounds in Audacity software.
I hope this helped!
@@martinDmodels Thanks bro.....nice work
hello Sir, does DC motor also drives via this or we have another setup for that, i am trying to build a small circuit for my small HO scale train locomotive. so i can use same circuit as you did
Hello, this is lights/sound control modul, it is not intended to drive motors. This module control LEDs and generate engine sound anccordding to signals from common RC modes receiver. I know nothing about train models and how they are controlled, so I am not sure if this module would be useful to you, but I guess it doesnt.
hi, this awesome!!
what kind of dumborc remote communication settings?
Hello, I did not make any communication settings, remote control is just out of box.
Excuseme, How long can be the wav files, Im thinking using 5 minutes. ty cheers?
Hello, to be honest, I don't know. This project is using TMRpcm library and I didn't find info about max length of track in this library. But I know, that some people made music player using this library, so I believe that 5min track should be OK.
Hello,how many ohms are the trims?
Trims values are not noted in schematic but their value really dont matter because they are like voltage divider so you can use 1k or 3k3 or 10k, what you can find at home. I used 1k on my project.
Did you know that DumboRC just came out with the X6DC receiver with integrated LED functions for headlights, signals, brakes, reverse, and strobe? (Yeah, after I customized 3 RC receiver readers already, two using Nano and one using STM32.) Oh well. At least I have some American car bodies to light up, you know how US market cars use their brake lights as turn signals? So there's still a place for the custom method. Also modern cars have DRLs (Daytime Running Lights) that turn into turn signals, you can have some fun with RGB LEDs... usually I wire the Red and Green leads to get the yellow/orange, then activate/deactivate the Blue to go back to white light. I also have a Mustang body which I want to create sequential turn signals for. Now I am very curious and I will try your implementation as a base since I could never get the brakes and the reverse lights to function properly (one has to be sacrificed, usually the reverse). I notice you use PulseIn instead of AttachInterrupt, I think it will work better just like how for the "6 channel rc receiver stm32" the version made using input capture mode is faster and more consistent compared to interrupts. Also there is an implementation of engine sounds without having to use an SD card nor mp3 player module -- the sounds are converted into header file data...there's an ESP32 implementation for the Tamiya trucks but its very complex so I'm trying to just extract the sound processing method while combining it with the simpler lights for cars. In any case, your craftmanship is very commendable and maybe one day you can be the next DarkDragonWing or Macky Works Drift!
I did not know about X6DC receiver but I definitely try it! Thanks! Idea with RGB leds sounds nice, but for now, I dont have project for this application.... In my code I am using PulseIn only in setup(), then I using modified PulseIn function because PulseIn is very inaccurate when sounds is playing... I dont using interrupts because it has negative effect to sounds playing... Yeah, I found ESP32 project you tolking about, idea with sounds in header sounds great, I will try to implement it to ver2 of my controller :) ... Thanks for good ideas!
Hi its an awesome project !!can we changed the sound?
Hi, yes, We can. Sound samples are save on sd card
Excellent project, can you share the diagram with me?
genius!
Thank you for that 😀
Very nice.are you made for sale ? Thx
No, I am not doing it for sale... But if you like to build one, everything what you need to know you can find for free in links in video description.
Legal faz um projeto desse para controlar com controle de ps3 para um caminhão ... E se vc vender o projeto eu compro .
I do not planning it. I dont have PS controller and I also not very interested in trucks. But feel free to modify my code, it is available to everybody for free on my patreon site.
Buy PCB board link send me
I am not selling PCBs, This one was custom made, but you can make one for yourself. If you type "PCB prototyping" into google, you can find companies, which make custom PCB for you for really cheap, all what you need is send them PCB design - you can make your own PCB design or you can download my design on my patreon site: www.patreon.com/posts/rc-lights-and-49189947