Skip to content

Instantly share code, notes, and snippets.

# This is the car code for the remote controlled Hot Rod
# (c) Anton's Mindstorms & Ste7an
# Full tutorial here:
# https://antonsmindstorms.com/2021/06/19/how-to-remote-control-lego-spike-prime-and-robot-inventor-with-python/
# Building instructions here:
# https://antonsmindstorms.com/product/remote-controlled-hot-rod-with-51515/
# Use with the the remote control script here:
# Brick to brick remote control program. Run this on the remote control steering wheel.
# (c) 2021 Anton's Mindstorms & Ste7an
# TO STOP THIS SCRIPT ALWAYS USE THE BUTTON ON THE HUB.
# AVOID THE STOP BUTTON IN THE MINDSTORSM APP!
# Building instructions here:
# https://antonsmindstorms.com/product/remote-control-steering-wheel-with-spike-prime/
# Use with the the car script here:
# This is the car code for the remote controlled Tank-like vehicle
# Build one by slapping two motors on the side of your hub.
# (c) 2021 Anton's Mindstorms & Ste7an
# Use with the the remote control tutorial here:
# [url]
# Most of it is library bluetooth code.
# Scroll to line 200 for the core program.