-
Is it possible to add support for the Pi Pico W ?
-
Hi,
I use Arduino Nano BLE 33/Sense (as Bluetooth Periperal) to sample a full rectified sine voltage wave and real-time send it through bluetooth, then bluetooth central (Such as: pad) can show the …
-
I don't know if this is the correct place to place a bug report but I couldn't find another place to do so.
Some people have problems with uploading the blink UF2 file from the 'Nano RP2040 Connect t…
-
https://github.com/arduino/ArduinoCore-nRF528x-mbedos/blob/6216632cc70271619ad43547c804dabb4afa4a00/variants/ARDUINO_NANO33BLE/pins_arduino.h#L121
The following pin definitions are swapped compared…
-
Hi there, I'm getting the error:
```
Detecting libraries used...
[omitted long line]
Alternatives for BleKeyboard.h: [ESP32-BLE-Keyboard@0.3.0]
ResolveLibrary(BleKeyboard.h)
-> candidates: [ES…
-
Hi, is there any plan to add the support for BLE mesh? Thanks.
-
ArduinoBLE library supports up to `ATT_MAX_PEERS` multiple concurrent connections. https://github.com/arduino-libraries/ArduinoBLE/blob/8a49b8c1e0ac195db38a0639378a1b50b7bdd566/src/utility/ATT.h#L29-…
-
I was quite excited when I received my Nano RP2040 this week and the first thing I tried to do was test my current MIDI sketch based on your library, but found that it didn't work. Are there any plan…
-
Hello Everyone,
Correct me if I am wrong. According to this link: http://infocenter.nordicsemi.com/index.jsp?topic=/com.nordic.infocenter.s130.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_in…
-
What kind of issue is this?
- [X] **Feature Request**.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement …