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.0.0.tar.gz (7.8 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.0.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-2.0.0.tar.gz
Algorithm Hash digest
SHA256 e9ff3682b9e5a916796064dc59bd92bc51d1c251555d3571f0adc36e8fe705bd
MD5 9083d179ed52bd90bc311abab0007492
BLAKE2b-256 591161d506872a4983b4fce317e38a9770a6da202b7a3b113dc10b40f4810298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe39252a25a74b629f6f89b67ede5cd4003c3c4606641f957870f6ab2cae04d7
MD5 c4d09d0fc4dc5062acbb1c434cd4db5b
BLAKE2b-256 33b58f82b152fe9270854f0f33e5d7afc5cba322095ccd28e0fe74fa6d33d3a9

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