Home  /  Education Apps  / Rocket on Windows Pc

Rocket on Windows Pc

Developed By: gulliversoft

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 21, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0
Size 2.4 MB
Release Date February 17, 21
Category Education Apps

What's New:
Rocket is a user customizable remote control application intended mainly for electronics hobby projects.In the current V1.1 the Rocket frontend shapes 2... [see more]

Description from Developer:
Rocket stands for "Remote open controll key enabling technology"

Rocket is a user customizable remote control application intended mainly for electronics hobby projects.... [read more]

App preview ([see all 10 screenshots])

App preview

About this app

On this page you can download Rocket and install on Windows PC. Rocket is free Education app, developed by gulliversoft. Latest version of Rocket is 1.0, was released on 2021-02-17 (updated on 2024-04-21). Estimated number of the downloads is more than 1. Overall rating of Rocket is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Rocket on Windows?

Instruction on how to install Rocket on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Rocket on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Rocket using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Rocket" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Rocket on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Rocket" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.

Download Rocket 1.0 on Windows PC – 2.4 MB

Rocket stands for "Remote open controll key enabling technology"

Rocket is a user customizable remote control application intended mainly for electronics hobby projects.

Rocket connects 2 wheel drive remote control via WiFi (TCP). The network can be either in AP mode or STA mode. Using the APP you can control all movement directions plus arm and tool servos. In STA mode, your hobby target is a real Internet of Things device and can be controlled through WAN and LAN remotely.

All the commands send from Rocket are text strings, ending with command ending CR (carriage return), ASCII 13 which is hex code 0x4.
All required adjustments and command interpretations are stored and done in python.
Probably you will need to adapt the Rocket to meet the requirements of your hobby project. In that case you will need python knowledge regarding script and direction converter module adaptation.
Bundling webiopi as core component enforces the use of Raspberry PI Zero, 2 or 3.
In general Rocket depends, demands and uses webiopi server on target side. Each button on the App screen uses webiopi macros to achieve the functionality behind.
These macros are custom Pythons functions automatically bound to the REST API, so they are remotely callable. They allow to remotely trigger complex computation on the Raspberry Pi or manual events, trigger multiple GPIO at the same time or even change device settings.

In the current initial release, Rocket UI is limited to hardcoded range of 11 available @webiopi.macro calls:
Forward(), TurnLeft(), Reverse(), TurnRight(), Stop(), ArmDown(), TiltUp(), TiltDown(), Lights(), FlashAll(), Move(L, R).
Rocket is a user customizable remote control application intended mainly for electronics hobby projects.
In the current V1.1 the Rocket frontend shapes 2 digital products behind.
1. The Digger accepts range of 11 @daisy.macro calls
2. The Pan-tilt camera accepts range of 7 @daisy.macro calls
Bundling daisy as core component gives you the opportunity of using any debian distribution as operation system of your target.