Commit Graph

137 Commits

Author SHA1 Message Date
lathoub c8334f6b02 rewrote non-customer constructors 2022-06-04 15:09:46 +02:00
lathoub 8536bc4ddf Update BLEMIDI_ESP32.h 2022-06-02 15:59:22 +02:00
lathoub b91186d6a1 added BLE Client template arguments
modig
2022-06-02 15:59:14 +02:00
lathoub 948fc1165f added template params 2022-06-01 23:44:24 +02:00
lathoub 9c0e0e0627 Update CustomerBufferSize.ino 2022-06-01 08:32:02 +02:00
lathoub ab44659ce3 changed template arg to _Setting 2022-06-01 08:30:12 +02:00
lathoub 1ae439d76c tmp simplified template arg to int 2022-06-01 08:14:45 +02:00
lathoub 2f9c684140 Update CustomerBufferSize.ino 2022-05-31 23:08:38 +02:00
lathoub 13b50f32ee Update CustomerBufferSize.ino 2022-05-31 23:04:27 +02:00
lathoub 50aaaf3872 Update CustomerBufferSize.ino 2022-05-31 23:02:44 +02:00
lathoub 12c1e135d4 first commit for customSettings 2022-05-31 23:01:42 +02:00
lathoub 8dee1f7d25
Update build-arduino.sh 2022-01-20 07:35:28 +01:00
lathoub 498d192e97
Update build-arduino.sh 2022-01-20 07:32:53 +01:00
lathoub 8b7eb46277
Delete arduino-cli.yaml 2022-01-20 07:29:32 +01:00
lathoub ada4b3ce57
Update build-arduino.sh 2022-01-20 07:19:50 +01:00
lathoub 9f04bcfdd7
Update build-arduino.sh 2022-01-20 07:17:15 +01:00
lathoub 40fd2c241c
Update build-arduino.sh 2022-01-20 07:15:25 +01:00
lathoub 741e713ebf
Update build-arduino.sh 2022-01-20 06:57:11 +01:00
lathoub c2815355d7
Update arduino-cli.yaml 2022-01-20 05:56:59 +01:00
lathoub 564c5a9dde
Update build-arduino.sh 2022-01-20 05:55:26 +01:00
lathoub 4b455f695e
Update build-arduino.sh 2022-01-20 05:54:06 +01:00
lathoub a8cb8f3582
Update build-arduino.sh 2022-01-20 05:53:13 +01:00
lathoub 354c75ed60
Create arduino-cli.yaml 2022-01-20 05:52:49 +01:00
lathoub 39ce9ff6d6
Merge pull request #49 from lathoub/v2.2
new v2.2
2022-01-20 05:39:23 +01:00
lathoub 656d7376fe
Create build.yml 2022-01-20 05:37:44 +01:00
lathoub b1e968f492 new v2.2 2022-01-20 05:32:44 +01:00
lathoub def06b13ef
Merge pull request #48 from RobertoHE/master
Disable Soft-Reconnection, thank you @RobertoHE !
2022-01-19 14:17:41 +01:00
Roberto ebe18daaea Bug fixed of dad42b4dde (diff-bf9bc149421b933caf483239631a8722a328bfd41cd331fa986737433b42fcd7). 2022-01-18 16:51:55 +01:00
Roberto dad42b4dde Force New Connection
Add functionalities for https://github.com/lathoub/Arduino-BLE-MIDI/issues/40 issue.
2021-12-23 18:41:39 +01:00
lathoub 5c42e14704
Update library.properties 2021-12-09 09:51:42 +01:00
lathoub 36999ecf28
Merge pull request #39 from alf45tar/master
Moved SERVICE_UUID and CHARACTERISTIC_UUID inside namespace to avoid conflicts
Thank you @alf45tar
2021-12-09 09:50:55 +01:00
alf45tar 3f9b48cb1a
Moved SERVICE_UUID and CHARACTERISTIC_UUID inside namespace to avoid conflicts 2021-12-08 12:51:48 +01:00
alf45tar f8236efa5f
Moved SERVICE_UUID and CHARACTERISTIC_UUID inside namespace to avoid conflicts 2021-12-08 12:49:56 +01:00
lathoub 4724511fa8
Update README.md 2021-09-24 12:01:16 +02:00
lathoub c05b5301c5
Update README.md 2021-09-24 11:58:09 +02:00
lathoub 5698c0c4ae
added support for RP2040 2021-09-24 11:56:13 +02:00
lathoub dbeadf5a7f events return a pointer to this for easy event chaining 2021-09-23 22:25:31 +02:00
lathoub 950ff4e219 updated parser for MultiPart SysEx
Thanks to @RobertoHE
2021-09-23 17:44:40 +02:00
lathoub e0afefb9a2 re-advertise after disconnect (ESP32 & ESP32_NimBLE) 2021-09-22 22:42:12 +02:00
lathoub 927b3ac8be
Merge pull request #36 from RobertoHE/master
Improve transmissions in client mode (thank you @RobertoHE)
2021-09-21 22:06:03 +02:00
Roberto b3df11a0ea Update Communication Parameters 2021-09-21 18:22:25 +02:00
Roberto 6ea32b340f Transmision power 2021-09-21 18:16:13 +02:00
RobertoHE f9ad1e5b83
Transmition speed Improved WriteNoResponse
Now it sends data to server in Write Without Response mode. This increase the transmission speed and it get adapted to MIDI over BLE protocol.
Some devices needs a first message with confirmation for clean security flags. After a connection or after an error, the first message is sended like Write (with response).
2021-09-21 17:39:06 +02:00
lathoub 6045d2270c setName 2021-09-19 16:48:20 +02:00
lathoub 3b08fec7da
remove duplicate end()
thanks @alf45tar for spotting!
2021-08-10 17:02:41 +02:00
lathoub 697e0d40b0
Delete BLE-MIDI_Client_ESP32.h
see PR #30
2021-08-06 09:12:51 +02:00
lathoub f1e0982e6b
Merge pull request #30 from RobertoHE/master
Client for BLEMIDI
2021-08-06 09:11:31 +02:00
RobertoHE 3c8f54c459
Create BLE-MIDI_Client_ESP32.h
For pull request only
2021-08-06 08:29:48 +02:00
RobertoHE c87819b42e
Delete src/hardware/src directory 2021-08-06 08:27:37 +02:00
RobertoHE ab1dd1567f
Create BLE-MIDI_Client_ESP32.h 2021-08-06 08:23:03 +02:00