Summary
We learned how to make things move right here with Arduino. In particular, we learned about:
Moving solid things with motors
Moving air with sound generators
Of course, unfortunately, I cannot describe more on how to make things move.
If you need help with sound, please contact me at <book@cprogrammingforarduino.com>
. I will be a happy to help you with sound inputs too, for instance.
This is the end of the second part of the book. We discovered a lot of concepts together. And now we are going to dig into some more advanced topics.
We are able to understand firmware design and inputs and outputs, so let's move further.
We are going to dig deeper into precise examples with I2C/SPI communication to use GPS modules, 7-segment LED systems, and more. We are also going to dig into Max 6, and especially how we can use Arduino to control some OpenGL visuals on the computer. We'll discover network protocols and how to use Arduino even without any network cables, with Wi-Fi. At last, we'll design...