Skip to content

stevenquinn/bluetooth-page-turner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth Page Turner

This is the code for my bluetooth page turner project, which is intended to be used with the ForScore app on my iPad. This project uses an Adafruit ItsyBitsy BLE board, their backpack for allowing it to be powered by a lipo battery, and a couple of buttons.

Hardware setup

I've got the buttons connected to board.D7 and board.D9 on my project, but it can be to any of the digital IO pins on the board. This is also configurable in the main PageTurner class.

Software setup

  1. Clone this repo
  2. Copy all files over to your CircuitPython board
  3. It should immediately begin advertising as a BLE when it gets power. It'll show up as something like CIRCUITPY855. You can connect to it using your phone/tablet's bluetooth settings.
  4. Once connected, the two buttons will function as a bluetooth keyboard sending the arrow left or arrow right keys to the device.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages