Contents

How it works



RemoteXY is easy way to make and use a mobile graphical user interface for controller boards to control via smartphone or tablet. The system includes:

  • Editor of mobile graphical interfaces for controller boards, located on the site remotexy.com
  • Mobile app RemoteXY that allows to connect to the controller and control it via graphical interface. Download app.

Distinctive features:

  • The interface structure is stored in the controller. When connected, there is no interaction with servers to download the interface. The interface structure is downloaded to the mobile application from the controller.
  • One mobile application can manage all your devices. The number of devices is not limited.

Supported connection methods:

  • Internet over Cloud Server;
  • WiFi client and access point;
  • Bluetooth;
  • Ethernet by IP or URL;
  • USB OTG (Android only that support USB OTG);

Supported boards:

  • Arduino UNO, MEGA, Leonardo, Pro Mini, Nano, MICRO and compatible AVR boards;
  • ESP8266 boards;
  • ESP32 boards;
  • STM32F1 boards;
  • ChipKIT UNO32, ChipKIT uC32, ChipKIT Max32;

Supported comunication modules:

  • Bluetooth HC-05, HC-06 or compatible;
  • Bluetooth BLE HM-10 or compatible;
  • ESP8266 as modem;
  • Ethernet W5100;

Supported IDE:

  • Arduino IDE;
  • FLProg IDE;
  • MPIDE;

Supported mobile OS:

  • Android;
  • iOS;

RemoteXY is easy way to make a unique graphical interface to control microcontroller device via mobile application, Arduino for example.

RemoteXY allows:

  • To develop any graphical management interface, using the control, display and decoration elements any combination thereof. You can develop the graphical interface for any task, placing the elements on the screen using the online editor. Online editor posted on the website remotexy.com.
  • After the development of the graphical interface, you get the source code for the microcontroller that implements your interface. The source code provides a structure for interaction between your program with the controls and display. Thus you can easily integrate the control system into your task for which you are developing the device.
  • To manage microcontroller device using your smartphone or tablet with the graphical interface. For manage used mobile application RemoteXY.
  • Using one mobile application, you can manage a large number of devices with different graphical management interfaces. As the interface description is stored on board the microcontroller device.