May 2021
Intermediate to advanced
322 pages
5h 24m
English
We have learned how to display data using different types of displays that are connected using either the Inter-Integrated Circuit (I2C) protocol or the Serial Peripheral Interface (SPI). While doing so, we dived a bit deeper into understanding how SPI works by learning that multiple devices can listen on a SPI bus and that we can daisy-chain devices on the bus. Furthermore, we have built a command-line interface (CLI) that interprets commands sent over serial and executes functions depending on the input.
After working through this chapter, you will be familiar with using Message Queuing Telemetry Transport (MQTT), serving a WebAssembly (Wasm) page through a web server, how ...