-
Is it possible to use the ESP32_BLE_Arduino library to build a HID-Keyboard to send keystrokes to another device? My goal: I would like to connect a ESP32 board to a BT device like an iPad and send a …
-
Hi,
I'm testing some basic Bluetooth functionality using the WILC3000 on our custom board.
I'm using the HCI command line tools to test basic connectivity between the WILC3000 and other Bluetooth …
BDP42 updated
3 years ago
-
## The problem
There seems to be a drop in the full range of values from each sensor.
It roughly correlates with the distance each sensor is from the 3.3v source pin.
The closer each outp…
-
The issue has already been discussed here : https://forum.juce.com/t/winrt-midi-output-wrong-device-names/43301 but I figured there may be better activity here...
Yes, we know that Microsoft won't …
-
I've been noticing that with BLE, the iOS app (or app version of the Config Tool in Web MIDI Browser) disconnects from the WARBL2 when another MIDI app is first opened. After reconnecting, it will sta…
-
I have been trying to figure it out but I cant't seem to find what's wrong in the code "with my limited knowledge of C++"
Here's an exemple of what i'm getting in the serial monitor.
I have sucess…
-
Hi,
I'm trying to use Bluetooth LE together with the Adafruit TinyUSB library. When initializing the Bluetooth stack first, this breaks the USB code.
I've narrowed it down to the call to the `hc…
-
My code used to work, but sadly, I hit the update button. :/
Now compiling my sketch with BLE-MIDI returns this:
```
In file included from /Users/anton/Documents/Arduino/blemidi2/blemidi2.ino:2:
…
-
On Unity3D you can access COM3-N, but you can't access the COM name because it is a bit tool native code.
At least not easily.
But in C# Console with the good package or Python is possible.
As …
-
Hello!
I'm currently working with the Nordic XIAO BLE SENSE for a school project, and I'd like to use your project to implement Midi over BLE. I added an overlay file for my board in order to have 4 …