Skip to content

ArnoVanDerVegt/wheel

Repository files navigation


Wheel
Wheel

Last commit Build Status License

An IDE, Compiler and Virtual machine to control Powered Up or EV3 robots.

Try the Online demoWebsiteView the documentationAbout Wheel

About

Wheel is an IDE which allows you to program EV3 and Powered Up robots in a text based language. The IDE provides several tools to test your robots and debug your programs.

A simulator allows you to view the state of your EV3 or Powered Up devices. It can display sensor information, motor speeds, motor position.

IDE Features

  • Highlighted source code editor
  • Code completion and code hints
  • Breakpoints, a debugger, variable inspector
  • EV3 Image and sound editor
  • Works with standard EV3 firmware!
  • EV3 File browser

Language features

  • A simple syntax
  • Text based language
  • Procedural programming
  • Number, struct, string and pointer types
  • Include files

Simulator features

  • Direct motor control
  • EV3 Display
  • View motor status
  • View sensor status
  • Simulate sensor input
  • Read button input
  • Connect to an EV3 or to Powered Up
  • Supports daisy chaining or multiple Powered Up devices

Installation

The best way to run the latest version of Wheel is to use the electron version. To run this version you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/ArnoVanDerVegt/wheel.git

# Go into the repository
$ cd wheel

# Install dependencies
$ npm install

Electron

The electron version can be started with the command:

$ npm start

NodeJS

The NodeJS version only supports PoweredUp and can be started with the following command:

$ node server.js