• TinyML on Arduino Nano 33 BLE Sense - Person Detection with BLE

    Overview One of the advantages of using a small device such as the Arduino Nano BLE Sense with TinyML is that it could be used as a remote low powered sensor to detect movement or even if there is a person in the area or not. This example uses the Person…
  • BLE on Arduino Nano 33 BLE Sense - Flask Remote Control

    Overview There are many ways to interact with the Arduino Nano 33 BLE Sense including over a serial interface, an LCD, command line, GPIO and so on. However, these either require a physical device connected to the Nano 33 or typing manual commands. One…
  • BLE on Arduino Nano 33 BLE Sense - BlueZ Connect

    Overview The Arduino 33 BLE Sense, outside of the many sensors available on the board, is based on the UBLOX NINA B306 which includes a Nordic nRF52840, made from a 32-bit ARM Cortex -M4 CPU running at 64 MHz. The UBLOX NINA B306 provides both Bluetooth…