Can the Spark Core communicate with a Beaglebone Black?

I’m wondering if the Spark Core could be made to communicate with a Beaglebone Black as this tutorial
does between the Arduino and BBB. I assume the answer is yes, but level shifting would not be necessary, are both these correct assumptions?

1 Like

That looks correct since they are communicating via UART :slight_smile:

2 Likes

Good to hear. Is there a good reference for using serial communication with Spark?

It’s basically the usual Serial.xxx in Arduinoland.

See: http://docs.spark.io/firmware/#communication-serial

1 Like