I am working on a fall detection system using the Arduino Nano 33 BLE Sense Rev 2 board. The goal is to detect falls using data from the BMI270 sensor, send a Bluetooth signal to a mobile app, and trigger an SMS to a caretaker when a fall is detected. The issue I’m encountering is that when I try to scan for Bluetooth devices my Arduino device does not show up with the name I set in the code ("Fall_Detecter"). Instead, a list of device addresses appears, but none seem to be the Arduino Nano 33 BLE. Any help or suggestions would be much appreciated. Thanks in advance.
Arduino code.txt (8.6 KB)