-
### Discussed in https://github.com/lathoub/Arduino-BLE-MIDI/discussions/53
Originally posted by **agentff6600** March 23, 2022
Hi!
I updated to the new version today. I tried compile MidiB…
-
We need support for the HTS221 capacitive digital sensor for relative humidity and temperature.
It is one of the sensors onboard the Arduino Nano 33 BLE Sense.
-
when trying to compile for any of the mbed boards I get the error
```
error: 'analogin_config_t' does not name a type; did you mean 'analogin_init'?
extern analogin_config_t adcCurrentConfig;
…
-
Hi, I'm using an arduino nano 33 ble and the online Arduino ide which Arduino IDE version 1.8.13.
I've imported the libraries and can't get a single example to run, they compile (once the SPI initia…
-
Arduino 33 BLE - ColorPalette.ino doesn't compile
error: 'digitPinToBitMask' was nor declared in this scope
/tmp/074269899/custom/FastLED/platforms/arm/nrf52/clockless_arm_nrf52.h:63:55: error: 'n…
-
Hi,
I'm having problem building ble-nano code with ArduinoJson library which seems to be a conflict declaration of error_t.
Going through the ble_error.h file, I recognize that this error_t is v…
kdsoo updated
7 years ago
-
I am not able to send function keys using this library. Is there a problem with me (I assume) or with the library? I have used the Arduino forum with no luck. I am using the ble_shining_kb example wit…
-
With Tock running on this board with virtual_uart sitting on top of USB, the Nano 33 BLE is a reasonably promising board to be a standard, well supported Tock board. Additionally, if the board turns o…
-
Hi,
Related to #65 and the fix #92, BLE.end() still draw around ~0.5 mA on NANO 33 BLE Sense.
@facchinm mentioned that the CordioHCIHook doesn't shut down the radio (https://github.com/arduino-…
-
**Describe the bug**
For Arduino Nano 33 BLE and Arduino Uno Wifi Rev 2, compilation of generated code fails on locally started server on Windows.
**To Reproduce**
Steps to reproduce the behavior…