• 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

I also don't get it. It's exactly the same here, if I use your Mac addresses...

It is working, if I only use your address for the 2nd trailer like this:
Bildschirmfoto 2022-09-20 um 20.32.57.png

So it looks like it doesn't like the Mac address of your 1st trailer for some reason. And yes, I still use the Mac computer with M1 processor.

EDIT: guess what? Changing the broadcastAddresses to uint16_t works with your addresses! I currently don't know why, the hex values should theoretically fit inside a uint8_t, which has a maximum of 255 or 0xFF
 
Zuletzt bearbeitet:

FrikkieBester

Mitglied
I also don't get it. It's exactly the same here, if I use your Mac addresses...

It is working, if I only use your address for the 2nd trailer like this:
Den Anhang 143864 betrachten

So it looks like it doesn't like the Mac address of your 1st trailer for some reason. And yes, I still use the Mac computer with M1 processor.

EDIT: guess what? Changing the broadcastAddresses to uint16_t works with your addresses! I currently don't know why, the hex values should theoretically fit inside a uint8_t, which has a maximum of 255 or 0xFF
Thank you so much! I first tried the uint16_t with my old MAC address, and it made the truck rev up with both cards active...but it did not communicate with the cards (assume the difference between uint8_t and uint16_t) and the fact that the trailer software still refers to uint8_t. I tried to change the "8" to "16" in the Trailer software, but only got compile errors. (argument of type "void (*)(const uint16_t *mac, const uint16_t *incomingData, int len)" is incompatible with parameter of type "esp_now_recv_cb_t")

So I took another ESP32 (uint8_t broadcastAddress1[] = {0x24, 0x0A, 0xC4, 0xF5, 0x4E, 0xB4}) and tried with that....and now everything works 100%

I changed ESP's on the main truck card, but never thought about changing the trailer cards out...because they worked all the time, just the rev that was a problem!

Not sure why one MAC address can cause so much headache! Earlier tonight I was sitting with 3 laptops and trying various setting with no luck...even started to look at secondhand MAC books :LOL:!

But I am now one happy mini trucker!!!! Thank you again!
 
Warum benötigst du einen Kühlkörper? Wird der mit einem 80T Motor zu warm?

Habe mit dem Bond-Landy auch Fortschritte gemacht. Die Elektronik (ohne 1080 ESC, inkl. spezifisch gezeichnetem und 3D gedrucktem Doppel-Lautsprecher) ist komplett im Zwischenboden untergebracht
Den Anhang 139405 betrachten
Den Anhang 139406 betrachten
Den Anhang 139407 betrachten
Den Anhang 139408 betrachten
Den Anhang 139409 betrachten
Die Beleuchtung fehlt noch.

Do you use the board only for the lights and sound? I hooked up a board to my scx10 , but it got mass inertia, and it doesnt match the rev of the motor. Use 1080 Hobbywing and 45t motor.

Dont know if it suppose to work with mass inertia? If not , how do i disable it?
 

GeeKaa

Mitglied
Hallo Martin,

Danke für deine Antwort, ich habe den HW1060 (Setup F/R oder F/B/R kein Unterschied). Natürlich am ESC Ausgang angeschlossen! Ich möchte, dass bei FB Bremsbetätigung sofort auch die Verzögerung kommt. Habe mir deine Konfiguration angesehen, deckt sich ziemlich mir meiner.
Nach sehr vielen Versuchen, kann ich sagen, dass die Bremse ungefähr jedes 10.Mal bei Betätigung funktioniert, das ist aber viel zu unzuverlässig für ein schnelles Fahrzeug.
Bei meinem Volvo Truck und altem SW Stand 12/2021 funktioniert die Bremse zuverlässig mit gleicher Fernbedienung und gleichem Empfänger.

hmm.... hast du noch Ideen?
Remove the jumper! That worked for me.
 

Benny

Mitglied
Hi Gerard,

danke für deine Antwort, das ist aber nicht die gewünschte Bremse, funktioniert für den Truck ganz gut aber bei einem Buggy nicht schön.
Ich habe mir nun so geholfen, dass ich die alte Version von 12/2021 aufgespielt haben, da funktionieren Bremse und Gas ganz wie erwartet. Die Reaktion ist zuverlässig und schnell.
Ich vermute das Problem in irgendwelchen neuen CRAWLER Parametern, die ich nicht verstehe oder das Einlesen des PWM Signals ist nicht mehr so präzise.
Vermutlich verwendest du IBUS oder SBUS?
 

tommy1992bk

Mitglied
hello i'm having some problems in the wireless trailer. already copied the trailer esp32 mac address to the main program but the leg esc is just blinking. seems two esp32 board is not communicating. i use 1060 on the trailer to drive the leg and the signal cable connect to ch1. what do i miss out?
pic1.pngpic2.png
 

FrikkieBester

Mitglied
hello i'm having some problems in the wireless trailer. already copied the trailer esp32 mac address to the main program but the leg esc is just blinking. seems two esp32 board is not communicating. i use 1060 on the trailer to drive the leg and the signal cable connect to ch1. what do i miss out?
Den Anhang 144212 betrachtenDen Anhang 144213 betrachten
What are the settings in your servo tab? Did you define ESC mode? Post a pic of your trailer card/installation….

3E5742FC-84E6-41CC-84C9-FBD18C2BC25F.jpeg
 
Zuletzt bearbeitet:

FrikkieBester

Mitglied
What will the indicator light on 1060 appear if the boards are successful ly linked?
I think it would...

The main software looks for certain conditions before sending the signal to operate the legs. For the legs it needs SwB down (unlock 5th wheel) and then the input from the VrB. (This is based on the standard channel assignment Mode 2 - Ch9 and VrB - Ch5)

1664090375786.png

What will the indicator light on 1060 appear if the boards are successful ly linked?
Can you make a video...
 

tommy1992bk

Mitglied
I think it would...

The main software looks for certain conditions before sending the signal to operate the legs. For the legs it needs SwB down (unlock 5th wheel) and then the input from the VrB. (This is based on the standard channel assignment Mode 2 - Ch9 and VrB - Ch5)

Den Anhang 144281 betrachten


Can you make a video...
Ignoring the legs, what i see in the tutorial is the blue indicator in the trailer should synchronised with the truck one. For mine it doesn’t has any response. The blinking 1060 is probably due to no signal so there should be some connection problem between two board. I have no idea what is being wrong and what should i do next
 
Zuletzt bearbeitet:

FrikkieBester

Mitglied
Ignoring the legs, what i see in the tutorial is the blue indicator in the trailer should synchronised with the truck one. For mine it doesn’t has any response. The blinking 1060 is probably due to no signal so there should be some connection problem between two board. I have no idea what is being wrong and what should i do next
Do you have a switch on your 5th wheel? If so, how is it wired up? Common and Normally closed, and that is connected to earth and Pin32?
 
Top Bottom