September 2024
Beginner to intermediate
985 pages
35h 37m
English
The Arduino single-board computer (www.arduino.cc; see Figure 20.7) remains the most mature platform for IoT development. However, developing in C might not be everyone's cup of tea, so it’s now also possible to remotely control an Arduino via JavaScript.
Figure 20.7 The Arduino Uno Can Be Addressed via the Firmata Protocol Using JavaScript
For the sake of completeness, however, it should be noted that unlike other Arduinos such as Uno, which is used in the examples that follow, the Arduino Yún even includes an installation of Node.js to run JavaScript directly.
The Firmata protocol ...
Read now
Unlock full access