appcoders / hub2hub

How can one SPIKE Prime Hub communicate with another one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPIKE Prime Hub 2 Hub Communication

How can one SPIKE Prime Hub communicate with another one

There are many ways how one SPIKE Hub can communicate to another. This list will be updated regularly. Thanks a lot to the FB Community for the feedback and support, especially the Robotmak3rs :) Special Credits and Authors are listed by the different solutions

OpenWorld:

BLE:

UART:

  • Communication: wired (use of customized powerup-cable)
  • Prog-Language: python
  • Complexity: high

PyLights(beta):

  • Communication: PowerUP LED to LightSensor
  • Prog-Language: sender(pybricks), recv(block, python, pybricks)
  • Complexity: low
  • Credits: pybricks

Gestures:

  • Communication: Motor to Hub
  • Prog-Language: block, python
  • Complexity: low

KnockKnock:

  • Communication: Motor to Hub
  • Prog-Language: block, python
  • Complexity: medium

Color:

  • Communication: Colored Brick to ColorSensor
  • Prog-Language: block, python, pybricks
  • Complexity: low (classroom proof)

Distance:

  • Communication: Distance to DistanceSensor
  • Prog-Language: block, python, pybricks
  • Complexity: low (classroom proof)

Distance2Color:

  • Communication: Distance to ColorSensor
  • Prog-Language: block, python, pybricks
  • Complexity: low (classroom proof)

Color2Color:

  • Communication: ColorSensor to ColorSensor
  • Prog-Language: python
  • Complexity: medium

Turn:

  • Communication: Motor to Hub
  • Prog-Language: block, python
  • Complexity: low

About

How can one SPIKE Prime Hub communicate with another one