🔧Arduino Lessons

The key to the communication between Misty and Arduino is to control properly the different messages that they are writing to each other.

Arduino and Misty will communicate with each other through the serial port that both support. In the first case (Arduino to Misty) Arduino will write and Misty will read, in the second one (Misty to Arduino) Misty will write and Arduino will read.

We will use Python to program Misty and C++ to program Arduino.

Ensure to have all the necessary components before starting your project.

In these two projects, we will do something really simple just to show you how this mechanism works. After, you will be able to create your complex projects including several sensors and communication in both ways.

🔌pageArduino to MistypageMisty to Arduino

Last updated