Skip to content

leonardocavagnis/iOSArduinoBLE_ArduinoSketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

iOSArduinoBLE Arduino Sketch

Description

This repository contains an Arduino sketch for controlling the built-in LED and reading the temperature from the humidity and temperature sensor on the Arduino Nano 33 BLE Sense board. The sketch uses Bluetooth connectivity to enable remote control of the built-in LED and monitoring of the temperature readings.

For a detailed description and explanation, please refer to the external article here.

Hardware Requirements

Note

You can also run the sketch on the Arduino Nano 33 BLE, but the temperature value will be simulated (randomly generated numbers).

Usage

  1. Connect the Arduino Nano 33 BLE Sense board to your computer.
  2. Open the sketch in the Arduino IDE (version 1.8.13 or later).
  3. Select the appropriate board and port in the Arduino IDE.
  4. Upload the sketch to the Arduino Nano 33 BLE Sense board.
  5. Install the companion mobile app from the iOSArduinoBLE iOS App repository for controlling and monitoring the built-in LED and temperature readings.
  6. Establish a Bluetooth connection between the Arduino Nano 33 BLE Sense board and the mobile app.
  7. Use the mobile app to control the built-in LED and view the temperature readings.

Dependencies

This sketch relies on the following libraries:

Please install these libraries through the Arduino Library Manager before uploading the sketch.

Authors

This project was developed by Leonardo Cavagnis.