dibujo Posted June 4, 2020 Posted June 4, 2020 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 Quote
David Lechner Posted June 4, 2020 Posted June 4, 2020 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.