2.0 Data Visualizer

The content on this page was translated automatically.

The data visualizer is an indispensable instrument. In the Arduino IDE, it is referred to as a monitor. Using the so-called USART module, it is relatively easy to transfer data: just enter the date in the register and send it off. The module does the rest.

But: It takes time. Depending on what we want to transfer, it takes so long that we have to let a robot move very slowly, for example, otherwise we lose our orientation.

There is another way, but more on that in the next chapter.