Jump to content

Recommended Posts

Posted

Hello David, hello forum,

a colleague of mine and I are preparing a LEGO-EV3-robotics competition. We want to have the pupils control their robot without seeing it. For this reason the values of the sensors have to be printed / put out on a PC-Screen. Is this possible with MicroPython/Python or TigerJython?

Thanks for an answer,

best wishes from Germany

Dieter

Posted

This could be done quite simply with any programming language. Using MicroPython/Python as an example, you could use the `print` and `input` functions to print to a terminal window and read user input. If using the ev3dev-browser extension for VS Code, be sure to set "interactiveTerminal": "true" in `.vscode/launch.json`, otherwise input won't work.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...