# Arduino Lessons

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.&#x20;

We will use Python to program Misty and C++ to program Arduino.&#x20;

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.&#x20;

{% content-ref url="arduino-lessons/arduino-to-misty" %}
[arduino-to-misty](https://lessons.mistyrobotics.com/arduino/arduino-lessons/arduino-to-misty)
{% endcontent-ref %}

{% content-ref url="arduino-lessons/misty-to-arduino" %}
[misty-to-arduino](https://lessons.mistyrobotics.com/arduino/arduino-lessons/misty-to-arduino)
{% endcontent-ref %}
