BLE-MIDI app for InfiniTime
 
 
 
 
Go to file
Luno cb2432abcf credits 2023-08-15 23:04:33 +02:00
.devcontainer fork 2023-08-13 16:33:08 +02:00
.github fork 2023-08-13 16:33:08 +02:00
.vscode fork 2023-08-13 16:33:08 +02:00
bootloader fork 2023-08-13 16:33:08 +02:00
build/src binaries added in build/src 2023-08-14 20:18:17 +02:00
doc fork 2023-08-13 16:33:08 +02:00
docker fork 2023-08-13 16:33:08 +02:00
hooks fork 2023-08-13 16:33:08 +02:00
src ble and motion controller running 2023-08-13 18:25:10 +02:00
tests fork 2023-08-13 16:33:08 +02:00
.clang-format fork 2023-08-13 16:33:08 +02:00
.clang-tidy fork 2023-08-13 16:33:08 +02:00
.gitattributes fork 2023-08-13 16:33:08 +02:00
.gitconfig fork 2023-08-13 16:33:08 +02:00
.gitignore binaries added in build/src 2023-08-14 20:18:17 +02:00
.gitmodules fork 2023-08-13 16:33:08 +02:00
.gitpod.yml fork 2023-08-13 16:33:08 +02:00
CMakeLists.txt fork 2023-08-13 16:33:08 +02:00
CONTRIBUTING.md fork 2023-08-13 16:33:08 +02:00
LICENSE fork 2023-08-13 16:33:08 +02:00
README.md credits 2023-08-15 23:04:33 +02:00
gcc_nrf52-mcuboot.ld fork 2023-08-13 16:33:08 +02:00
gcc_nrf52.ld fork 2023-08-13 16:33:08 +02:00
nrf52.svd fork 2023-08-13 16:33:08 +02:00
nrf_common.ld fork 2023-08-13 16:33:08 +02:00

README.md

Fork of InfiniTime

BLE-MIDI motion-controller app for InfiniTime

Demo-video: https://projects.simonbrem.de/infinitime-ble-midi/infinitime_ble-midi_demo2.mp4

TODO:

  • add setting for MIDI channel
  • indirect motion values by intense or slighter overall movement
  • heartbeat to BPM

Credits for the BLE-MIDI-app:

  • theMossCode : He made the BLE-MIDI-service and an app sending MIDI-notes.
  • Luno : I've enhanced the MIDI-service with CC-messages, added the motion-controller and made a GUI.
  • localhost : Help and support.

InfiniTime

InfiniTime logo

Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.

New to InfiniTime?

Companion apps

Note : We removed mentions to NRFConnect as this app is closed source and recent versions do not work anymore with InfiniTime (the last version known to work is 4.24.3). If you used NRFConnect in the past, we recommend you switch to Gadgetbridge.

Development

Contributing

Build, flash and debug

API

Architecture and technical topics

Project management

Licenses

This project is released under the GNU General Public License version 3 or, at your option, any later version.

It integrates the following projects:

Credits

Im not working alone on this project. First, many people create PR for this project. Then, there is the whole #pinetime community : a lot of people all around the world who are hacking, searching, experimenting and programming the Pinetime. We exchange our ideas, experiments and code in the chat rooms and forums.

Here are some people I would like to highlight:

  • Atc1441 : He works on an Arduino based firmware for the Pinetime and many other smartwatches based on similar hardware. He was of great help when I was implementing support for the BMA421 motion sensor and I²C driver.
  • Koen : Hes working on a firmware based on RiotOS. He integrated similar libs as me : NimBLE, LittleVGL,… His help was invaluable too!
  • Lup Yuen Lee : He is everywhere: he works on a Rust firmware, builds a MCUBoot based bootloader for the Pinetime, designs a Flutter based companion app for smartphones and writes a lot of articles about the Pinetime!