Skip to content

Arduino codes for the nRF52840 MakerBLE board, compatible with the BLExAR app

License

Notifications You must be signed in to change notification settings

makerportal/makerBLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakerBLE nRF52840 Arduino Board

Arduino scripts, examples, and project codes for the nRF52840 MakerBLE Bluetooth Low Energy Arduino board, compatible with the BLExAR iOS app.

Purchase a MakerBLE Arduino board here: Shop MakerBLE Arduino Board
See the introductory tutorial here: Intro to the MakerBLE Arduino Board

JUMP TO:

- Pinout Diagram
- General Arduino Examples
- Bluetooth Scripts

The MakerBLE library can be downloaded using git:

git clone https://github.com/makerportal/makerBLE

- Pinout Diagram -

Below is the pinout for the MakerBLE board:

MakerBLE Arduino Board

- General Arduino Examples -

The general Arduino example scripts can be found in the 'IO_tests' subfolder:

The 'Blink.ino' script is meant to test the onboard RGB LED as a first step to testing and using the MakerBLE board. The 'CapacitiveTouchTest.ino' script tests the general digital GPIOs on the MakerBLE by reading and waiting for the digital pin to read high (sensor touched). More of these general test scripts will be added over time as the board projects mature.

- Bluetooth Scripts -

Bluetooth scripts for communicating between the MakerBLE and other BLE devices. Specifically, the codes are centered around communicating with the BLExAR iOS app. The codes can be found in the 'BLExAR_scripts' subfolder:

The 'msg_comm.ino' script waits for a BLE connection and turns its RGB LEDs on/off depending on the incoming message. The script will also print out the message sent from the connected BLE device. If using the BLExAR app, if 'red,' 'green,' or 'blue' are sent from the BLExAR app, the onboard RGB LED will turn on. The MakerBLE also sends text back to the BLExAR app. If the LED is on and the hello message is received in the BLExAR terminal, this verifies the full communication path of the MakerBLE and BLExAR. The 'bmp280_sender.ino' will allow users to test the datalogging capabilities between the MakerBLE and BLExAR app and will plot the incoming data on the BLExAR app sent from the MakerBLE board.

MakerBLE Message Output

About

Arduino codes for the nRF52840 MakerBLE board, compatible with the BLExAR app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages