• 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

FrikkieBester

Mitglied

Stalinger

Mitglied
Hi, gibt es die bereits verwendeten und in das Audio Header Format umgewandelten Sounds auch noch irgendwie als Original wav oder mp3 zum Download ?

Danke und Grüße
Stalinger
 
Got a second trailer card going as a test...and it works 100%
cool, thank you so much for testing, Frikkie! I experienced some wifi issues, caused by weak eneloop batteries. After recharging, it is ok. Wifi seems to be less forgiving than ESP-Now.
gibt es die bereits verwendeten und in das Audio Header Format umgewandelten Sounds auch noch irgendwie als Original wav oder mp3 zum Download ?
Nein, die werde ich nicht alle veröffentlichen. Was brauchst du denn konkret? Geschnitten liegen die wav nur als 8bit, 22kHz vor.
 

GeeKaa

Mitglied
result of flashing..

Showing logs:
[19:45:21]
[19:45:21]**************************************************************************************************
[19:45:21]Wireless trailer for ESP32 software version 1.0.0 beta
[19:45:21]https://github.com/TheDIYGuy999
[19:45:21]Use it in combination with: https://github.com/TheDIYGuy999/Rc_Engine_Sound_ESP32
[19:45:21]XTAL Frequency: 40 MHz, CPU Clock: 80 MHz, APB Bus Clock: 80000000 Hz
[19:45:21]Internal RAM size: 330408 Byte, Free: 305820 Byte
[19:45:21]WiFi MAC address: 78:E3:6D:10:50:90
[19:45:21]Core 0 reset reason: 1: POWERON_RESET
[19:45:21]Core 1 reset reason: 14: EXT_CPU_RESET
[19:45:21]**************************************************************************************************
[19:45:21]
[19:45:21]EEPROM initialized.
[19:45:21]EEPROM read.
[19:45:21]EEPROM debug dump begin **********************************************
[19:45:21][19:45:21]My_Trailer 123456789
[19:45:21]
[19:45:21]EEPROM debug dump end ************************************************
[19:45:22]
[19:45:22]Informations for communication with tractor ******************************************************
[19:45:22]Currently used MAC address (add it in '10_adjustmentsTrailer.h' in the sound controller): 78:E3:6D:10:50:90
[19:45:22]Custom MAC address: FE:00:00:00:00:01
[19:45:22]
[19:45:22]Informations for web configuration via your cell phone or computer *******************************
[19:45:22]SSID: My_Trailer
[19:45:22]Password: 123456789
[19:45:22]IP address: 192.168.4.1
 
Thank you, Gerard.

Reset button did nothing, power off and on did the job.
Yes, this is a bit of an issue. The best way to do it is to disconnect the battery.

did you try to change the MAC address and the lights brightness sliders?

You can now download a slightly improved beta on my GitHub:
IMG_6423.PNG IMG_6424.PNG
Also have a look at the serial monitor:
Bildschirm­foto 2023-01-30 um 20.55.52.png

Do you have any ideas for more adjustable options? Maybe the servo end points?
 

cfii241

Mitglied
Martin
Could you please check the comments on your video about the original SMD sound controller and possibly offer some guidance for solving my problem getting my boards to work. I really don't want to give up on this
 

FrikkieBester

Mitglied
Martin
Could you please check the comments on your video about the original SMD sound controller and possibly offer some guidance for solving my problem getting my boards to work. I really don't want to give up on this
Hello....don't give up! This project is awesome!

Some questions...

Are you trying to get the excavator sounds to work?
Can you post picture of your 1_adjustmentsVehicle and 2_adjustmentsRemote.

1675146652345.png
 

FrikkieBester

Mitglied
did you try to change the MAC address and the lights brightness sliders?
I tried that and it works.

You can now download a slightly improved beta on my GitHub:
Den Anhang 154978 betrachten Den Anhang 154980 betrachten
What is missing for me now is the ssid and password from the previous version. After flashing a test ESP32 it shows as "My_Trailer" and I took a guess that the password would still be "123456789". Once I was in, I could change the name and password to my own choice.

1675159537405.png
 
What is missing for me now is the ssid and password from the previous version.
yes, that's a bit of a drawback. This version is intended to be configured via cell phone. I will try to bring back the default settings.
I took a guess that the password would still be "123456789".
The password is shown in the serial monitor. ;)

possibly offer some guidance for solving my problem getting my boards to work.
Please provide the informations Frikkie asked for and:
  • Pictures of your wiring
  • Screenshot of your serial monitor
 
the serial monitor says your ESP32 is crashing: which board definition are you using?
Bildschirm­foto 2023-01-31 um 19.54.47.png
See:
Bildschirm­foto 2023-01-31 um 19.59.58.png

Also check, if all the libraries are installed correctly:
Bildschirm­foto 2023-01-31 um 20.01.29.png

In general, I'm recommending to use VS Code instead of Arduino IDE. It makes library version management a lot easier!

As an alternative, you could use the attached, precompiled firmware and upload it with ESPHome-Flasher.

@FrikkieBester : the default settings are back in beta 2:
 

Anhänge

cfii241

Mitglied
he serial monitor says your ESP32 is crashing: which board definition are you using?
yes had the wrong one. Changed it to 1.0.6

I recommend using VS Code instead of Arduino IDE. It makes library version management a lot easier!
tried that
As an alternative, you could use the attached, precompiled firmware and upload it with ESPHome flasher.
tried this

this is what I am getting now with the use of VS Code and the ESPHome flasher
https://youtube.com/shorts/5P8Yh9jOiR8?feature=share
If I have the ESC connected with the transmitter on I then get flashing blue lights only.

I am still not getting sound
 
Zuletzt bearbeitet:
Top Bottom