Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I am using nRF52832 IC with SDK v15.
I want to sample some data with 3200Hz sampling rate from SPI interface. There is an accelerometer connected via SPI interface. I...
We use nRF52832-QFAA-B0 and we found that PAN16 issue is still present, at least in some corner cases.
It happens when we put the chip in low-power mode with WFI ; at wakeup...
Can anyone help me?
Each service is working standalone.
There are two cases:
1.the BLE can't connect auto by iphone.
2.firmware can't receive notify...
I am hoping there is a Wiegand protocol file i can import into the project so i dont have to write it. Is there a function that has already been done i can import into my...
Hi Everyone
I was trying to get the BLE Uart working with the nrf52840.
Everything works fine, all files are compiling and running, but when i debug the code using segger...
Hi,
I use the peripheral ble_app_uart with nRF52832 (Murata module). The nRF52832 is connected to another MCU, STM32L476, via UART.
P0.5 - RTS
P0.6 - TX
P0.7 - CTS...
Hi.
I am developing a FW for nrf52832 and am using the nrf51 dongle as a testing tool using nrfconnect.
However, this is not working good because the dongle misses notification...
i need use flashwrite in my code, but i found sometims when i write data in flash, the BLE connecting sometimes is borken, i used this funciton flash_word_write(uint32_t ...
I am looking for help in doing a hardware reset. How can this be done? Do I need to make P0.21 active low so that P0.18 is enabled to be in RESET mode? This is for hardware...
To ship custom sensor data generated at 200 Hz from a BLE peripheral to a BLE Central over a GATT service I chose to start with template project in peripheral directory of...
Hi,
I'm using the nRF52 dev kit and try to use it as an Eddystone beacon. More precisely I want to use Eddystone EID and I would like to register the beacon using ECDH....
Hi, I have following issue and need some help. I am using SEGGER Embedded studio for ARM Release 3.4 build 2018052200 36079 with latest SDK on window 10 (64). Most of the...
Dear Support,
I’m working on uVision V5.25.2.0, using nRF5_SDK_15.0.0_a53641a.
My evaluation board is Rigado BMD-300.
Target: nrf52832_xxaa.
I tried using the printf...
The nRF52832 documentation has sections both for SPIM/SPIS (SPI peripheral using EasyDMA) and SPI (raw, direct write to the TXD register).
Indeed the nRF52832 does support...
Hi, There are some codes donot want to be interrupted. Before the execution of those codes, I want to close the all interrupts, after the execution, I want to open the all...