BLExAR
Arduino + Bluetooth
BLExAR is an integrated app that uses Bluetooth Low Energy to convert many Arduino boards into iOS or Android-compatible devices. BLExAR allows the smartphone user to control digital and analog pins on Arduino-based boards using several Bluetooth Low Energy modules (HM-10, CC254x, nRF52, etc.).
Some features include: Real-time control of Arduino pins, data plotting in real-time, and raw communication using a terminal window.
The BLExAR app is intended for makers, students, and engineers interested in controlling their Arduino app whether for hobby or professional purposes. The app allows the user to interact with their Arduino board, but also receive data from sensors and so much more!
Scan for a Wide Range of Bluetooth Devices
Acquire Data from an Arduino Board
Control Sensors with Simple Wiring
Read about BLExAR’s privacy policy here.
See Examples and Projects with BLExAR:
This is the second entry into the tutorial series centered around the MakerBLE Arduino board. Using the BLExAR iOS app again, we are able to monitor the incoming data from the MakerBLE board, plot the values, and save them to a comma-separated value (CSV) file. The data being sent is read from a BMP280 sensor over the I2C port by the MakerBLE board. Temperature, atmospheric pressure, and approximate altitude were all sent over the BLE connection with an iPhone.