Arduino has been the go-to development platform for fast prototyping and idea validation. Many of us would have started with the Arduino UNO development board , but today as we progress towards the Internet of things , Computer Vision, Artificial Intelligence, Machine learning, and other futuristic technologies, the humble Arduino UNO could no longer cope up with its 8-bit Microcontroller. This called for the launch of new boards with more powerful processors that have built-in Wi-Fi, Bluetooth, GSM and other wireless capabilities, like the popular MKR1000 or MKR GSM 1400 . In this context, Arduino has recently launched a new version of its Nano called the Arduino Nano 33 . There are totally two types of Arduino Nano 33 boards, namely Arduino Nano 33 IoT and Arduino Nano 33 BLE sense. The main difference between both the modules is that the Arduino Nano 33 BLE sense module has some built-in sensors (will get into deta...