• Hallo Zusammen, Aufgrund der aktuellen Situation setzten wir die Möglichkeit aus, sich mit Gmail zu registrieren. Wir bitten um Verständnis Das RCMP Team

Projekt ESP32 Arduino RC Sound und Licht Controller

Skirmitt

Mitglied
Hi, I went from version 6.x to the latest version. I notice that my steering servo isn't moving with a delay anymore like it used to do before. Is this an option I have to enable ?

Also another issue. On my FS transmitter I have the 3 speed tamiya gearbox mapped to the 3 pos switch. Pos 1 is gear 1. But, the signal is read the opposite way so the sound module thinks that when I'm in first gear the truck wants to leave in third gear. Is there a way to invert the gear selection ? Inverting the channel in the software doesn't help.

Thanks for your advice !
 

LBtech

Mitglied
Regarding the gearbox sound problem check the CH2L and CH2R values in servo.h. swapping both might help.
Regarding steering check the STEERING_RAMP_TIME in the same file
 

FrikkieBester

Mitglied
Hi, I went from version 6.x to the latest version. I notice that my steering servo isn't moving with a delay anymore like it used to do before. Is this an option I have to enable ?

Also another issue. On my FS transmitter I have the 3 speed tamiya gearbox mapped to the 3 pos switch. Pos 1 is gear 1. But, the signal is read the opposite way so the sound module thinks that when I'm in first gear the truck wants to leave in third gear. Is there a way to invert the gear selection ? Inverting the channel in the software doesn't help.

Thanks for your advice !
Hello, reverse the channel on the radio.
 

stefan79

Mitglied
Hallo Zusammen,

ich brauchte mal Eure Hilfe habe mein Rechner neu gemacht und bekomme jetzt kein Modul mehr bespielt.

Bekomme immer diese Fehlermeldung

Mehrere Bibliotheken wurden für "WiFi.h" gefunden
In file included from C:\Users\stefa\Documents\Arduino\libraries\TFT_eSPI-master/TFT_eSPI.h:101:0,
Benutzt: C:\Users\stefa\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries\WiFi
Nicht benutzt: C:\Users\stefa\Downloads\arduino-1.8.19-windows\arduino-1.8.19\libraries\WiFi
from C:\LKW Soundmodul\Rc_Engine_Sound_ESP32-master\Rc_Engine_Sound_ESP32-master\src\src.ino:78:
C:\Users\stefa\Documents\Arduino\libraries\TFT_eSPI-master/Processors/TFT_eSPI_ESP32.h:14:25: fatal error: hal/gpio_ll.h: No such file or directory
compilation terminated.
exit status 1
Fehler beim Kompilieren für das Board ESP32 Dev Module.

danke schon mal im voraus.

Gruß Stefan
 
Zuletzt bearbeitet:

FrikkieBester

Mitglied
from C:\LKW Soundmodul\Rc_Engine_Sound_ESP32-master\Rc_Engine_Sound_ESP32-master\src\src.ino:78:
C:\Users\stefa\Documents\Arduino\libraries\TFT_eSPI-master/Processors/TFT_eSPI_ESP32.h:14:25: fatal error: hal/gpio_ll.h: No such file or directory
compilation terminated.
exit status 1
Fehler beim Kompilieren für das Board ESP32 Dev Module.
Hello, it seems the problem is lying with this file. Ensure you have the file in your library and that it is the correct version as stated below.

1707284038116.png
 
Zuletzt bearbeitet:

FrikkieBester

Mitglied
Gave the Scania a makeover to look more like the real one I based it on. Got a secondhand Silhouette Portrait 3 and tried making my own stickers...lots of trial and error but got the hang of it.
Scania.png Besfeld Original.JPG

Never done wiring before, so looked like a rat's nest! Needed a makeover, think it came out much neater this time.
Scania Wiring.JPG

I have the LCD screen in the dash. Had to modify the code slightly as I still wanted side lights on the trailer, so swopped side and cab lights.
Besfleld Dash.JPG

Have 2 wireless trailer cards with battery monitoring in the trailers, works like a treat!
Scania lights.JPG

Thank you again for an awesome project!
 

luuser

Mitglied
Hallo,

ich habe folgende Version des Boards: 30 Pin V1.2

Es ist vorgesehen, dass ein StepDown DC-DC Converter (MP1584) verbaut wird. Vorgesehen sind 7,xx bis 12,xx V Eingang um auf 5V runterzuwandeln.

Nun habe ich sowieso eine 5V Quelle parat. Wie löse ich das am geschicktesten?

Die Platine ohne DC-DC Konverter aufbauen und an den vorgesehen "IN" und "OUT" stellen des Konverters kurzschließen klingt verlockend, aber ich denke die Diode D3 sorgt für einen Spannungsabfall, wodurch dann letztlich zu wenig Spannung anliegt?

Zweite Alternative ist den USB Port des ESP32 zu nutzen, aber auch hier sorgt die Diode D1 dafür, dass der Rest des Boards nicht versorgt wird?

Ich könnte auch die Dioden entfernen und die freigelegten Lötstellen kurzschließen, spricht da was dagegen?

Danke für eure Rückmeldung und viele Grüße.
 

stefan79

Mitglied
Hallo zusammen,

Ich habe jetzt so weit alles ans Laufen bekomme mit Dashboard u.s.w.

Danke an FrikkieBester .

Jetzt habe ich eine neues Problem mit dem Dashboard.
Wie bekomme ich das Scania bei mir rein kopiert beziehungsweise was muss ich machen das es so aussieht ?


Danke schonmal im voraus.

Grüße aus NRW
 

FrikkieBester

Mitglied
Hallo zusammen,

Ich habe jetzt so weit alles ans Laufen bekomme mit Dashboard u.s.w.

Danke an FrikkieBester .

Jetzt habe ich eine neues Problem mit dem Dashboard.
Wie bekomme ich das Scania bei mir rein kopiert beziehungsweise was muss ich machen das es so aussieht ?


Danke schonmal im voraus.

Grüße aus NRW
Hi,

Glad I could help. Maybe just to record on the Forum what we discussed...

The Scania logo and FreeVic dashboard is not in the Master software yet. You need to change the branch to Test and download a copy of that SW.

1709536387966.png

On the 9_Dashboard.h you need to uncomment both SPI_Dashboard and FREVIC_Dashboard.

1709536437230.png


In src/src/dashboard.cpp you will see all the logos that will be displayed.

1709536592496.png

You can also create your own logos if you want according to the instruction shared below.

https://www.rc-modellbau-portal.de/...c-sound-und-licht-controller.7183/post-491099
 
Zuletzt bearbeitet:
Top Bottom