Тёмный

The Best Engine Sound & Light Controller For RC Crawlers & Trucks! 

TheDIYGuy999
Подписаться 20 тыс.
Просмотров 15 тыс.
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 152   
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Do you like this update? Or do you have wishes for the next update? Let me know!
@pnwRC.
@pnwRC. 4 года назад
I LOVE the jake brake feature!
@oscarveterinario
@oscarveterinario 4 года назад
It is great! Thanks.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@oscarveterinario You're welcome
@steveclough6794
@steveclough6794 4 года назад
@@TheDIYGuy999 great video can you give us another video on heat treatment of RC gears thanks
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@steveclough6794 Thanks. See: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qV8JvKY8QBs.html
@cwx37
@cwx37 4 года назад
Nice to see someone finally simulates the gearbox, even though it is just 3-speed. Not many RC-owners/operators are used to shifting :)
@TheDIYGuy999
@TheDIYGuy999 4 года назад
You can also use the simulated 3, 4 or 6 speed automatic transmission with torque converter or the double clutch transmission. I'm also working on a simulated manual transmission with more than 3 gears. There is also the option to use the real 3 speed TAMIYA transmission, which is synchronised in software and can be shifted while driving.
@jps99
@jps99 4 года назад
Wow! You've really turned your ESP32 Sound board into an incredibly versatile unit! The motor sound is amazingly realistic. The gear changes sound great as does the Jake brake!
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@snipah660
@snipah660 4 года назад
Have ordered all the components, cant wait to give this a go. Thank you for making this available it is much appreciated, especially in these trying times.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
You're welcome. Have fun
@pnwRC.
@pnwRC. 4 года назад
With the awesome videos you put on this channel, you deserve to have 100K, or more subscribers!
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you so much. You can help to reach this goal by telling your friends how cool my channel is.
@picturexxxx
@picturexxxx 4 года назад
Hallo Martin, toll wie sich das Projekt entwickelt hat und mit jedem Updates besser wird. Weltklasse, viel besser als der ganze Kram der Konkurrenz. Mach weiter so. Schöne Grüße Andreas MAN TGX
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Hallo Andreas. Vielen Dank für das Lob. Hast du es im MAN schon installiert? Viele Grüsse TheDIYGuy999
@picturexxxx
@picturexxxx 4 года назад
@@TheDIYGuy999 Hey Martin, leider habe ich momentan absolut gar keine Zeit.daher auch mein Fehlen im Forum. Jetzt wird es langsam etwas ruhiger und ich kann weiter basteln. Dann hören wir sicherlich wieder voneinander.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@picturexxxx Dann bin ich ja schon auf deinen Bericht im Forum gespannt.
@rhys3391
@rhys3391 Год назад
hi i love this project, i have just finished assembling can you create transitter profile for flysky paladin pl18?
@fisenkodv
@fisenkodv 2 года назад
Looks awesome. Is there a way to control "engine speed" not using RC controller, but Hall sensor instead?
@ZZXCCC
@ZZXCCC 2 года назад
This is super cool!Thx for sharing!!!!
@M.Tops33
@M.Tops33 4 года назад
Awesome 👍 You drive your truck over Globi book 😂It remind me when I was child and spending my vacations at my grandmother's house.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@steve8939123
@steve8939123 3 года назад
Hello. Amazing, just amazing. Is the transmitter, the one with the single steering knob, custom made, and if so do you have instructions on how to make one? Thanks.
@joaovitorcosta4474
@joaovitorcosta4474 Год назад
Hi, I really liked your job! Congratulations! I'm thinking if it's possible to use your sound system on a rc car with Bluetooth made by arduino, have you already tried it?
@ithaajja5724
@ithaajja5724 3 года назад
please make setting for Radiolink RC6GS transmitter, thank you
@FHG_2020
@FHG_2020 2 месяца назад
Hello good afternoon. First of all, thank you for the trouble. I am a beginner in electronics, but a big fan of radio control, so when I found DIYGuy999's videos, I decided to make the assembly he proposed for Sound and lights. I have made two assemblies, the Thru_Hole_30pin, and the SMD_30pin_SM, I am sending you images, and in both I have had the same problem, I cannot get voltage to the ESP32. I have checked that the board is fine by feeding it directly with the USB, it turns on and the blue LED flashes, although it does not emit sound. If I feed it with the external battery, the ESP32 does not turn on. I have gone over the soldering and connections a thousand times, and I do not know what could be wrong. Please, if you have any ideas, let me know. Thanks.
@afadario
@afadario 3 года назад
helo, this sound engine work great! but I have some problem. my RC is scx10ii with single speed. In the virtual 3 speed transmision sound, the first gear is too short. I want to stay in first gear more longer in higher rpm, which code should I change? My transmitter is sanwa mt4 with original receiver and it used classic pwm signal
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Thanks. Are you talking about the automatic transmission with torque converter? If yes, it is not really suitable for crawlers. Better use the virtual, manually controlled 3 speed transmission in this case
@afadario
@afadario 3 года назад
@@TheDIYGuy999 okay, understandable. maybe im talking about virtual clutch. in this line: // Virtual clutch ********************************************************************************** if ((currentSpeed < clutchEngagingPoint && currentRpm < maxClutchSlippingRpm) || gearUpShiftingInProgress || gearDownShiftingInProgress || neutralGear || currentRpm < 200) { clutchDisengaged = true; } else { clutchDisengaged = false; } ************************* if I change it value to 300, the 2nd or 3rd gear will shift at higher rpm (deeper throttle) right?
@MrGurinder75
@MrGurinder75 4 года назад
great sound and light system i already bulid one for me juat wating esp32
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you. Have fun with yours.
@pauloperruci4641
@pauloperruci4641 4 года назад
Hello ... I'm setting up your project and I have a question: why in the 30-pin version do you use transistors and in the 36-pin version you use 330 resistors? You say you don't recommend transistors in the latter, why? Another thing: my receiver is old, PWM, and delivers 5V. Can I connect directly to ESP?
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Hi, the 330 Ohm resistors are directly between the output pin and the load. The LED will not be able to run @ full brightness with this setup, because there is a current limit on the output pins. I can't remember I said I don't recommend to use transistors. Make sure, you use external resistors (according to the LED color), if you use output transistors. You can't feed in 5V PWM signals, as the board labelling clearly says. However, I don't think your PWM signal (the peak voltage) is 5V. Are you sure? If the peak voltage really is 5V, you could use voltage dividers.
@DennisMurphey
@DennisMurphey 3 года назад
Yes a most amazing demonstration, extremely creative and very realistic. Can we adopt to Steam and Diesel Train Engines??? Why Not? Base line cost to have a development system.? Can non EE types pick it up? Very well executed. Great Job. Dennis
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Thank you. You can make every engine type you want. See: github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32 The cost will stay below $100 for 5 pieces. A lot of people built this system so far and it is quite easy.
@DennisMurphey
@DennisMurphey Год назад
@@TheDIYGuy999 I am BACK and ready to go, You say the cost is $100 for 5 Pieces can you elaborate 5 pieces of what do we need to buy the controller from you?????
@rudyackerman5747
@rudyackerman5747 4 года назад
Thanks for making your sound card even better. BTW do you have a source for shaker motors. Thanks.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
You're welcome. Are you happy with yours? The shaker is from GT-Power
@rudyackerman5747
@rudyackerman5747 4 года назад
@@TheDIYGuy999 Yes I am happy with the sound card. I feel it works much better then the Tamiya MFC for less then 1/10 the cost. I have not played with this ver yet, but I like the channel assignment that you have added. I would like to put the lights control on a twist knob on the radio and have it work like a car light knob. position 1 all off, position 2 parking lights (all lights except head lights and fog lights.) position 3 head lights on, position 4 fog lights if they exist, position 5 just 4 way flashers.
@colossalbigfoot256
@colossalbigfoot256 3 года назад
Here we are year later and I’m really impressed with what you’ve made. So can I add my own sounds to the board? I have ideas I’d like to try.
@colossalbigfoot256
@colossalbigfoot256 3 года назад
I found my answer reading through the instructions. This may be my sound for all rigs. Glad we had back and forth throughout this project 😉
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Thank you. Yes, reading the instructions is always a good idea ;-)
@jonnyvolta4456
@jonnyvolta4456 4 года назад
That’s very nice
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@Evilslayer73
@Evilslayer73 Месяц назад
Hi where i can buy one board for this project? i dont want 10 of them :)
@StenioFerreiraFilho
@StenioFerreiraFilho 4 года назад
Nice!
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@johandekock4254
@johandekock4254 2 года назад
do you have source code that will work on the NANO? no engine sounds or vibrations required, but i would like to use the iBus function. i have a flysky i6X. im completely new to Arduino, otherwise i would have attempted to modify the current code.
@jeffbluejets2626
@jeffbluejets2626 3 года назад
Is there a specific model/type of esp32....your link to Banggood opens up numerous possibilities......nothing definite.
@TheDIYGuy999
@TheDIYGuy999 3 года назад
github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32/blob/master/Eagle_PCB/Final/Components%20list.pdf
@FredyArtCreative
@FredyArtCreative 4 года назад
Wow amazing😍
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thanks
@galendcia
@galendcia 3 года назад
i love this, great work
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Thank you
@sekedarunboxing
@sekedarunboxing 2 года назад
Hallo mister, apakah bisa di pakai di remote dumborc
@zhuliang1983
@zhuliang1983 3 месяца назад
wow!cool thing!
@trungkienpham2122
@trungkienpham2122 4 года назад
Very nice . Sbus connect to pin? on esp 32 . Thank
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you. Yes, SBUS on pin 36
@trungkienpham2122
@trungkienpham2122 4 года назад
My rx is MC7RB It have M.bus , thit is ppm
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@trungkienpham2122 As far as I know. M.BUS is the same as SBUS, it's just a different name
@angeloandreagabrielecaovil2454
hi, where I can find some istruction of how to build the circuit?
@adventuretruckrc8863
@adventuretruckrc8863 4 года назад
Super sound👍
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@djstanli
@djstanli 3 года назад
😍🔥🔥👍🏻wao excelent
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Thanks
@mielu20006
@mielu20006 4 года назад
Great Job! 👏👏👏
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you!
@dubik3e
@dubik3e 3 года назад
amazing sound of engine 3:04
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Thanks
@francisvicenzi
@francisvicenzi 4 года назад
Muito bom amigo! Parabéns!! 😀👏👏
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you so much
@BrourPro
@BrourPro 4 месяца назад
Is there any way to make bike sound for ebikes
@kylierhianmupas3300
@kylierhianmupas3300 3 года назад
thank u for sharing i am tryong to build now literally
@kylierhianmupas3300
@kylierhianmupas3300 3 года назад
can i see a picture where u connected pins?
@TheDIYGuy999
@TheDIYGuy999 3 года назад
See the schematic: github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32
@juliovieira2612
@juliovieira2612 3 года назад
Amigo você tem este som pra vender já programado com este que você fez a demonstração quero colocar em um caminhão LUSU hino
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Sorry, I don't have the time. You can order your own according to the PDF in this directory: github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32/tree/master/Eagle_PCB
@BenjaminMcbride-wh1vw
@BenjaminMcbride-wh1vw 5 месяцев назад
Where do I purchase this sound kit from please I'm in Australia
@TheDIYGuy999
@TheDIYGuy999 5 месяцев назад
See here: thediyguy999.github.io/TheDIYGuy999_ESP32_Web_Flasher/products.html
@yuby985
@yuby985 4 года назад
nice ide for truck
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@ImDamian09
@ImDamian09 4 года назад
do u think it possible to make this system work with some sort of rotatry sensor, im making a truck from lego and i wanna try to connect it to a lego moter and then based on the posistion from the rotatery sensor the sound shifts and when the rotatary sensor goes back it switches the light if u want to know what i am talking about i can send u an email with some design drawings.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
What typ e of rotary sensor? I don't see the sense of this.
@ImDamian09
@ImDamian09 4 года назад
@@TheDIYGuy999 i want to control sound with a lego servo so when the rotary sensor goes left its like a truck going forward when serco steers the rotary senser right its reverse and makes the beeping noice
@ImDamian09
@ImDamian09 4 года назад
what reciever and what transmitter do u suggest for a beginner in arduino and rc trucks?
@TheDIYGuy999
@TheDIYGuy999 4 года назад
It depends on what you want. Car stile, stick based, SBUS or not?
@ImDamian09
@ImDamian09 4 года назад
@@TheDIYGuy999 i want 1 with 2 of those joysticks and lot of buttons for my upcoming rc truck with palfinger crane
@roudneychanphilip9126
@roudneychanphilip9126 3 года назад
Can I actually use this without the light ? Just the sound system?
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Yes, of course
@AatTsani
@AatTsani 4 года назад
🤩🤩🤩
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thanks
@geethasrinivasan6106
@geethasrinivasan6106 3 года назад
1:10 what transmitter is that please say the name
@TheDIYGuy999
@TheDIYGuy999 3 года назад
github.com/TheDIYGuy999/RC_Transmitter
@geethasrinivasan6106
@geethasrinivasan6106 3 года назад
@@TheDIYGuy999 Thank you so much
@frenkkotarigan
@frenkkotarigan 3 года назад
I use flysky i6 for transmitter with 6 ch receiver with ibus if i use 2 speed wlp gearbox which ch i can konect the servo gearbox cause even the transmitter up to 10 ch but the receiver socket is 6
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Have a look at adjustmentsRemote.xlsx. It says CH6 ;-) Of course you have to configure your transmitter channels accordingly.
@frenkkotarigan
@frenkkotarigan 3 года назад
Ch 6 is switch c(3 position) thats use for virtual transmisi.. So i asume if i conect to ch 6 it will be syncronyze but only 2 manual transmision(cmiiw)
@RcCarbon
@RcCarbon 4 года назад
Super
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@kanarimentos7056
@kanarimentos7056 3 года назад
is any simple for motorcycle
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Yes, a Harley configuration is included
@pallsure2238
@pallsure2238 3 года назад
will it work if i use nodemcu?
@TheDIYGuy999
@TheDIYGuy999 3 года назад
As long as it is an ESP32, yes
@MrGurinder75
@MrGurinder75 3 года назад
i am using turnigy TGY-I6 RADIO
@TheDIYGuy999
@TheDIYGuy999 3 года назад
This basically a rebranded Flysky FS-i6. So you can use the Flysky profile
@RCCARANDMODEL
@RCCARANDMODEL 4 года назад
👍🏻
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Thank you
@josepenate7367
@josepenate7367 3 года назад
😱😱💕💕💕💕💕👍👍
@ronaldprasetyo6806
@ronaldprasetyo6806 4 года назад
I got problem with new firmware... Can u help me??? "Rctrigger"
@TheDIYGuy999
@TheDIYGuy999 4 года назад
Update the RcTrigger library
@ronaldprasetyo6806
@ronaldprasetyo6806 4 года назад
@@TheDIYGuy999 I dm u at Instagram
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@ronaldprasetyo6806 As I said. Update the RcTrigger library
@ronaldprasetyo6806
@ronaldprasetyo6806 4 года назад
I did... But still got problem... "Rctrigger does not name a type"
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@ronaldprasetyo6806 In this case update the Arduino IDE. I assume you are on 1.8.7, which is not compatible
@ziaulfakri
@ziaulfakri 4 года назад
if I want to buy where?
@TheDIYGuy999
@TheDIYGuy999 4 года назад
You have to build your own, using PCB files, schematic and software on my GitHub. links in the video description.
@renannogueira2768
@renannogueira2768 3 года назад
Voce vende
@frenkkotarigan
@frenkkotarigan 4 года назад
is it work for 6ch pwm remote with pistol grip
@TheDIYGuy999
@TheDIYGuy999 4 года назад
It should. Just make a new configuration according to: github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32/blob/master/adjustmentsRemote.xlsx
@frenkkotarigan7036
@frenkkotarigan7036 4 года назад
@@TheDIYGuy999 threre is an erro C:\Users\Tarigan\Documents\RC Engine sound\NEW\update v5.6\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino: In function 'void rcTrigger()': Rc_Engine_Sound_ESP32:2206:24: error: 'class rcTrigger' has no member named 'onOff' mode2 = mode2Trigger.onOff(pulseWidth[9], 1800, 1200); // CH9 (MODE2) ^ exit status 1 'class rcTrigger' has no member named 'onOff' This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@TheDIYGuy999
@TheDIYGuy999 4 года назад
@@frenkkotarigan7036 Please read the manual and update the rcTrigger library as mentioned in the changelog
@frenkkotarigan
@frenkkotarigan 4 года назад
Ok sir,i will try again,tq 🙏
@frenkkotarigan
@frenkkotarigan 4 года назад
It works,tq sir 🙏
@rossitamiya
@rossitamiya 3 года назад
Arduino: 1.8.13 (Windows 7), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None" G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino: In function 'void led()': Rc_Engine_Sound_ESP32:1691:84: error: no matching function for call to 'statusLED::flash(int, int, int, int, int, uint32_t&, uint8_t&)' if (indicatorL.flash(375, 375, 0, 0, 0, indicatorFade, indicatorOffBrightness)) indicatorSoundOn = true; // Left indicator ^ In file included from G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino:54:0: F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate: bool statusLED::flash(long unsigned int, long unsigned int, long unsigned int, int, int) bool flash(unsigned long onDuration, unsigned long offDuration, unsigned long pauseDuration, int pulses, int delay = 0); ^ F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate expects 5 arguments, 7 provided Rc_Engine_Sound_ESP32:1699:38: error: no matching function for call to 'statusLED::off(uint32_t&)' else indicatorL.off(indicatorFade); ^ In file included from G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino:54:0: F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:26:10: note: candidate: void statusLED::off() void off(); ^ F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:26:10: note: candidate expects 0 arguments, 1 provided Rc_Engine_Sound_ESP32:1703:84: error: no matching function for call to 'statusLED::flash(int, int, int, int, int, uint32_t&, uint8_t&)' if (indicatorR.flash(375, 375, 0, 0, 0, indicatorFade, indicatorOffBrightness)) indicatorSoundOn = true; // Left indicator ^ In file included from G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino:54:0: F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate: bool statusLED::flash(long unsigned int, long unsigned int, long unsigned int, int, int) bool flash(unsigned long onDuration, unsigned long offDuration, unsigned long pauseDuration, int pulses, int delay = 0); ^ F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate expects 5 arguments, 7 provided Rc_Engine_Sound_ESP32:1711:38: error: no matching function for call to 'statusLED::off(uint32_t&)' else indicatorR.off(indicatorFade); ^ In file included from G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino:54:0: F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:26:10: note: candidate: void statusLED::off() void off(); ^ F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:26:10: note: candidate expects 0 arguments, 1 provided Rc_Engine_Sound_ESP32:1715:58: error: no matching function for call to 'statusLED::flash(int, int, int, int, int, uint32_t&)' if (indicatorL.flash(375, 375, 0, 0, 0, indicatorFade)) indicatorSoundOn = true; ^ In file included from G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino:54:0: F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate: bool statusLED::flash(long unsigned int, long unsigned int, long unsigned int, int, int) bool flash(unsigned long onDuration, unsigned long offDuration, unsigned long pauseDuration, int pulses, int delay = 0); ^ F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate expects 5 arguments, 6 provided Rc_Engine_Sound_ESP32:1716:54: error: no matching function for call to 'statusLED::flash(int, int, int, int, int, uint32_t&)' indicatorR.flash(375, 375, 0, 0, 0, indicatorFade); ^ In file included from G:\Rc_Engine_Sound_ESP32\Rc_Engine_Sound_ESP32.ino:54:0: F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate: bool statusLED::flash(long unsigned int, long unsigned int, long unsigned int, int, int) bool flash(unsigned long onDuration, unsigned long offDuration, unsigned long pauseDuration, int pulses, int delay = 0); ^ F:\Users\Rossi Tamiya\Documents\Arduino\libraries\statusLED-master/statusLED.h:24:10: note: candidate expects 5 arguments, 6 provided exit status 1 no matching function for call to 'statusLED::flash(int, int, int, int, int, uint32_t&, uint8_t&)' This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. i have this massage when i compile it...what should i do sir. thanks a lot and btw its awesome project
@TheDIYGuy999
@TheDIYGuy999 3 года назад
Install the StatusLED library. Please read this document carefully: github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32/blob/master/README.md
@random_idRI
@random_idRI 3 года назад
Hallo can't you help me
@TheDIYGuy999
@TheDIYGuy999 3 года назад
See: github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32/blob/master/README.md
@random_idRI
@random_idRI 3 года назад
@@TheDIYGuy999 yang ada volvo
@aspirin4709
@aspirin4709 9 месяцев назад
3:54 was that sound made by a human?😅
@tacostwowheels4934
@tacostwowheels4934 4 года назад
Nice upload. You might enjoy my videos
Далее
Обзор звуковой системы ESS ONE+
17:01
новое испытание
00:40
Просмотров 351 тыс.
Rate our flexibility 1-10🔥👯‍♀️😈💖
00:12
Downloading Images From US Military Satellites
26:51
Просмотров 910 тыс.
DIY Submarine VS 797ft Flooded Hole (the final dive)
13:19
DIY Micro Steam Powerplant
19:59
Просмотров 239 тыс.
ROCKET that LITERALLY BURNS WATER as FUEL
19:00
Просмотров 3,1 млн
RC Engine Sound Generator - Part 1
7:25
Просмотров 25 тыс.
новое испытание
00:40
Просмотров 351 тыс.