Skip to main content

API for EarthRover Mini. Allows interfacing and control over device through a simple interface.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

earth_rover_mini_plus_sdk

API for the Earth Rover Mini+. Uploaded to PyPi, installable using pip.

Installation

Windows:

py -m pip install earth_rover_mini_plus_sdk

Unix/MacOS:

python3 -m pip install earth_rover_mini_plus_sdk

Example Usage

Below is an example of how to use the code.

from earth_rover_mini_plus_sdk import API

async def main():
    rover = API("192.168.11.1", 8888)
    await rover.connect()

    await rover.safe_ping()
    # await rover.ctrl_packet(60, 0)
    await asyncio.sleep(2)
    # await rover.ctrl_packet(0, 0)
    await rover.move(3, 60, 360)
    await asyncio.sleep(1)
    await rover.imu_mag_read()

    await rover.disconnect()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

earth_rover_mini_plus_sdk-2.2.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

earth_rover_mini_plus_sdk-2.2.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file earth_rover_mini_plus_sdk-2.2.0.tar.gz.

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-2.2.0.tar.gz
Algorithm Hash digest
SHA256 5db7458c933f7c9484ec6ae52c177afbc7590a17403e782b26361a88ec165a21
MD5 1121b243f458e3528b3e23ea714cfc27
BLAKE2b-256 0c3061a46e662618ff004a46eefe137bb9e96da2907d9ee14ca465c514c3cbd6

See more details on using hashes here.

File details

Details for the file earth_rover_mini_plus_sdk-2.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 111d0157c2f69f3adb9c8a8bf21d5a805d707c7d3d72d513c1c9f267753b6afd
MD5 a5078eb92b8b5db663836035109d4a08
BLAKE2b-256 20c42a0b1e0469f715c975e2e6d88efeb91636c9dfd2a8b70cf2dd1fed847c8b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page