How to debug and monitor input and output?

I just finished my first cyberbrick project and paired, but it isn’t working. I see mentioned in features that I can monitor the realtime inputs, but don’t actually see how. Also can I using app command outputs to test outputs?
Thanks

See: Getting Started with CyberBrick Core — MicroPython for CyberBrick V01.00.00.02 documentation

You can also use e.g. Arduino Lab for Micropython or Thonny instead of VSCode.

What does the feature listed in the mobile app “Monitor input reading in real-time*e.g. Joystick position” mean? where to find this?

Can you add a link to that statement?

Without context I’d say they are probably pointing out that their rc_monitor code continuously reads the raw joystick value and sends it periodically in the packet sent to the receiver.

To further explain that, the app code receives each packet of raw data and then parses it and translates it according to the configuration file that is used to define the application.

It is listed on CyberBrick Software | Bambu Lab Wiki

Well that certainly implies a capability that I am not aware of… I don’t see anywhere in either app the ability to actually display the joystick data.

It’s the green “parameters” button when you click on a joystick.
It will display a graph of the joystick reading.

2 Likes