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

  Рет қаралды 14,527

TheDIYGuy999

TheDIYGuy999

Күн бұрын

Пікірлер: 152
@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.
@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: kzbin.info/www/bejne/p4ebe6mBjp2EeNU
@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
@galendcia
@galendcia 3 жыл бұрын
i love this, great work
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
Thank you
@adventuretruckrc8863
@adventuretruckrc8863 4 жыл бұрын
Super sound👍
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you
@ImDamian09
@ImDamian09 3 жыл бұрын
what reciever and what transmitter do u suggest for a beginner in arduino and rc trucks?
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
It depends on what you want. Car stile, stick based, SBUS or not?
@ImDamian09
@ImDamian09 3 жыл бұрын
@@TheDIYGuy999 i want 1 with 2 of those joysticks and lot of buttons for my upcoming rc truck with palfinger crane
@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.
@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
@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
@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.
@ithaajja5724
@ithaajja5724 3 жыл бұрын
please make setting for Radiolink RC6GS transmitter, thank you
@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?
@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.
@rhys3391
@rhys3391 Жыл бұрын
hi i love this project, i have just finished assembling can you create transitter profile for flysky paladin pl18?
@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
@Evilslayer73
@Evilslayer73 28 күн бұрын
Hi where i can buy one board for this project? i dont want 10 of them :)
@tacostwowheels4934
@tacostwowheels4934 4 жыл бұрын
Nice upload. You might enjoy my videos
@sekedarunboxing
@sekedarunboxing 2 жыл бұрын
Hallo mister, apakah bisa di pakai di remote dumborc
@angeloandreagabrielecaovil2454
@angeloandreagabrielecaovil2454 Жыл бұрын
hi, where I can find some istruction of how to build the circuit?
@BrourPro
@BrourPro 3 ай бұрын
Is there any way to make bike sound for ebikes
@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.
@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
@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?
@aspirin4709
@aspirin4709 8 ай бұрын
3:54 was that sound made by a human?😅
@geethasrinivasan6106
@geethasrinivasan6106 2 жыл бұрын
1:10 what transmitter is that please say the name
@TheDIYGuy999
@TheDIYGuy999 2 жыл бұрын
github.com/TheDIYGuy999/RC_Transmitter
@geethasrinivasan6106
@geethasrinivasan6106 2 жыл бұрын
@@TheDIYGuy999 Thank you so much
@BenjaminMcbride-wh1vw
@BenjaminMcbride-wh1vw 4 ай бұрын
Where do I purchase this sound kit from please I'm in Australia
@TheDIYGuy999
@TheDIYGuy999 4 ай бұрын
See here: thediyguy999.github.io/TheDIYGuy999_ESP32_Web_Flasher/products.html
@josepenate7367
@josepenate7367 3 жыл бұрын
😱😱💕💕💕💕💕👍👍
@zhuliang1983
@zhuliang1983 2 ай бұрын
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
@FredyArtCreative
@FredyArtCreative 4 жыл бұрын
Wow amazing😍
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thanks
@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.
@jonnyvolta4456
@jonnyvolta4456 4 жыл бұрын
That’s very nice
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you
@fisenkodv
@fisenkodv 2 жыл бұрын
Looks awesome. Is there a way to control "engine speed" not using RC controller, but Hall sensor instead?
@roudneychanphilip9126
@roudneychanphilip9126 3 жыл бұрын
Can I actually use this without the light ? Just the sound system?
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
Yes, of course
@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.
@renannogueira2768
@renannogueira2768 3 жыл бұрын
Voce vende
@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)
@StenioFerreiraFilho
@StenioFerreiraFilho 4 жыл бұрын
Nice!
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you
@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
@kanarimentos7056
@kanarimentos7056 3 жыл бұрын
is any simple for motorcycle
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
Yes, a Harley configuration is included
@djstanli
@djstanli 3 жыл бұрын
😍🔥🔥👍🏻wao excelent
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
Thanks
@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
@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 2 жыл бұрын
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?????
@ZZXCCC
@ZZXCCC 2 жыл бұрын
This is super cool!Thx for sharing!!!!
@pallsure2238
@pallsure2238 3 жыл бұрын
will it work if i use nodemcu?
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
As long as it is an ESP32, yes
@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
@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.
@AatTsani
@AatTsani 4 жыл бұрын
🤩🤩🤩
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thanks
@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.
@francisvicenzi
@francisvicenzi 4 жыл бұрын
Muito bom amigo! Parabéns!! 😀👏👏
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you so much
@RCCARANDMODEL
@RCCARANDMODEL 4 жыл бұрын
👍🏻
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you
@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 ;-)
@ImDamian09
@ImDamian09 3 жыл бұрын
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 3 жыл бұрын
What typ e of rotary sensor? I don't see the sense of this.
@ImDamian09
@ImDamian09 3 жыл бұрын
@@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
@RcCarbon
@RcCarbon 4 жыл бұрын
Super
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you
@dubik3e
@dubik3e 3 жыл бұрын
amazing sound of engine 3:04
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
Thanks
@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.
@yuby985
@yuby985 4 жыл бұрын
nice ide for truck
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you
@mielu20006
@mielu20006 4 жыл бұрын
Great Job! 👏👏👏
@TheDIYGuy999
@TheDIYGuy999 4 жыл бұрын
Thank you!
@ronaldprasetyo6806
@ronaldprasetyo6806 3 жыл бұрын
I got problem with new firmware... Can u help me??? "Rctrigger"
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
Update the RcTrigger library
@ronaldprasetyo6806
@ronaldprasetyo6806 3 жыл бұрын
@@TheDIYGuy999 I dm u at Instagram
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
@@ronaldprasetyo6806 As I said. Update the RcTrigger library
@ronaldprasetyo6806
@ronaldprasetyo6806 3 жыл бұрын
I did... But still got problem... "Rctrigger does not name a type"
@TheDIYGuy999
@TheDIYGuy999 3 жыл бұрын
@@ronaldprasetyo6806 In this case update the Arduino IDE. I assume you are on 1.8.7, which is not compatible
@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 🙏
From Small To Giant Pop Corn #katebrush #funny #shorts
00:17
Kate Brush
Рет қаралды 70 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 40 МЛН
Aftermarket Horns on Amazon are Getting Out of Hand
15:06
Torque Test Channel
Рет қаралды 1 МЛН
I Built The First LAMINAR FLOW ROCKET ENGINE
15:51
Integza
Рет қаралды 2,5 МЛН
DIY Metal 3D Printing - Success
38:35
Metal Matters
Рет қаралды 65 М.
DIY Micro Steam Powerplant
19:59
Hyperspace Pirate
Рет қаралды 174 М.
Обзор звуковой системы ESS ONE+
17:01
Hobby Shopping
Рет қаралды 10 М.
This Fan Crushes Noctua A12x25 by 125% | Fan Showdown S6E5
10:01
Major Hardware
Рет қаралды 707 М.