Technical requirements
To complete all the practical recipes of this chapter, we will need the following:
- An Arduino Nano 33 BLE Sense board
- A Raspberry Pi Pico board
- A micro-USB cable
- 1 x half-size solderless breadboard (30 rows and 10 columns)
- 1 x red LED
- 1 x 220 Ω resistor
- 1 x 3 AA battery holder (Raspberry Pi Pico only)
- 1 x 4 AA battery holder (Arduino Nano only)
- 4 x AA batteries
- 1 x push-button
- 5 x jumper wires
- Laptop/PC with either Ubuntu 18.04+ or Windows 10 on x86-64
The source code and additional material are available in the Chapter02
folder on the GitHub repository (https://github.com/PacktPublishing/TinyML-Cookbook/tree/main/Chapter02).