-
Hi,
I'm trying to set an interrupt based on detecting a RISING edge using the BLE33. However, the pin reads HIGH after startup. Same happens with `pinMode(buttonPin, INPUT_PULLDOWN)` followed by `a…
-
Tensorflow version : '2.1.0'
Target platform: Arduino nano 33 sense BLE
micro_mutable_op_resolver.h:21:10: fatal error: tensorflow/lite/c/common.h: No such file or directory
when I deploy hello…
-
Hi
I am designing a custom board based on the nRF52XX mcu, where I am planning to use the Arduino IDE to upload sketches. During the development process, versions having different versions of the m…
-
Hi,
Working with CurieBLE (version 2.0.0) on my Intel Curie Nano Board (version 2.0.2), I'm trying to use SensortagButton from "CurieBLE->Central" samples on Arduino IDE 1.8.5.
I managed to scan my …
-
If I try to call `ELECHOUSE_cc1101.SpiReadStatus(CC1101_VERSION)` twice in a row, it hangs.
My only guess is that you never do `SPI.beginTransaction()` before you call this [SPI.transfer() on line …
-
the example it self is not compiling on xcode. it is giving a lot of errors.
need help
-
Hello, this Lib looked very promissing for my project. I just bought a brand new nano 33 ble and used the provided sample sketch for moveAndScroll.
I can find the BLE mouse from my Android 12 phone a…
-
No matter how you configure the SecurityManager, the pairing protocol ends up with **"SEC_STATUS_UNSPECIFIED"** (0x88) at the "pairingResult" event, in the peripheral's side (Mbed API). On the central…
-
Board: Wio Terminal
IDE: Arduino 1.8.13
Compiler output:
`FlashStorage.cpp: In member function void FlashClass::write(const volatile void*, const void*, uint32_t)
FlashStorage.cpp: 55:22: error…
-
The current code uses Adafruit_SPIDevice::write() which on everything except EPS32 ends up writing one byte at a time to the SPI bus. This makes it very slow, I benchmarked it at 200 ms on an Arduino …