Hello together,
I am wondering if there is somewhere any user manual of how to PLAY with the prints. So a description, which stick should do which action.
For example the CyberTruck. I can see in the assembly this overview:
I’m not super familiar with this model but I can provide some information on troubleshooting and investigating what the lights should do based on the configuration.
In the CyberBrick app, the LEDs are configured into Effects which can be triggered by Events.
The Events are configured within the remote - in the case of the truck I can see that some LED events are triggered based on moving the X axis of the right joystick. Note the Value selection for each event.
Now, within the Receiver configuration, you can select the LED component and see a list of effects - these should have the same name as the Values that were selected in the controller configuration.
Of course, there could be a hardware problem causing your issue but hopefully this helps to identify what lights should be activated based on which controller actions.
Based on the screenshot of the JSON file provided by Makim and this operation button diagram, if everything is correct, a light should come on when the truck turns and the button on the remote control is pressed.
Thanks for your help!
I changed all components one by one and finally found the hardware error: The wire between shield and light-hub is the “bad guy”. Was a little bit tricky to find, who guess the wire is damaged.
Do you know where I can request for a replacement? @CyberBrick
A couple of things that I learned while building the cyberbrick truck and controller that weren’t clear in the documentation were the following:
Use the included triple A battery packs for the controllers ONLY, do not put them into the vehicles! If you’re like me and tried to connect the AAA batt pack to a receiver, the board will light up, but none of the components will work.
Led’s plugged into the LED Hub XA006 must be wired in order OUT1 to OUT4, if you skip one of the OUT ports, all ports after that one will not work.
The Servo’s PG001 & PG002 wire order, brown/red/yellow, matters when plugged into the Receiver Shield XA004. If your servo isn’t working, you might need to flip this connection around.
While it is possible to test functionality from the app to a receiver without having a physical transmitter paired, I would recommend you build the physical controller first. For example, I experienced a bug where trying to ‘test’ led effects from the app would not work at all, but the effect logic worked fine when paired to physical controller.
While using the PC/Mac cyberbrick app, when in doubt ‘Send Config’ to send any changes you’ve made to the transmitter and receiver logic
Is it true that ‘none’ of the lights work? I would expect only lights ‘downstream’ from the missing light to not work (ie, with lights 1,2,and 4 plugged in, 1 & 2 would work, but 4 wouldn’t). This is a trait of these types of LEDS, the signals are daisy chained.
Is it possible to keep the headlights white and make the taillights red? I would also like to set the opposing lights to not turn off while turning the vehicle. I tried in the configuration section to edit the lights configuration, taking out lights 3 and 4, and then add a second “Regular” line and set lights 3 and 4 to red. Sent the configuration, but the tail lights just didnt lite up at all.
<thanks for any help.
I tried the same but when I finally managed to send the config to the hardware, nothing worked anymore, not even the motor. I uploaded the official truck config again and it worked again but without the intended mods I programmed. I’m still trying to understand how to send my own JSON to the hardware … I seems easier from the PC app but connected to the hardware is not easy. But with the Android app, I have no clue of how to import my own JSON and send it.
Why is this information not published anywhere?!?!?!?
I spent hours trying to figure out why nothing was working. Then I switched to the rechargeable batteries and the motors started working, but not the LEDs. I was pulling my hair out.
We greatly value your experience with our products.
If you encounter any issues during use, please contact us through our support ticket system using this link:https://makerworld.com/en/my/support/tickets/create?from=2 .
Our dedicated team will assist you in resolving the issue. Thank you for your understanding and support.
I also had difficulties to control the LEDs properly in the PC -App. But my problems might not be the same….I like to have 8 LEDs for my vehicle(2 front lights/2rear lights and separated indicator (2 front left&right/ 2rear left&right) and like to control the lights separately. In the App (PC) it was not possible to make the LED steady and blinking at the same time so the indicator shuts down the head a tail lights.
The solutions is to work with code-shippets in the App (PC only!). Results are here:
So you can use the indicator and the lights (front/rear) independently an have a realistic light setting for vehicles.
Maybe this ‘workaround’ helps you to get the LED to work properl…