I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I have a custom BMD-350 board with a UART service. The board connects just fine with the nRF Toolbox iOS app but does not work with the Android app. The app connects to the...
Hi,
I am a little bit confused about the different supported stack for the nRF52833 when using BLE Mesh. With the current example, there is only support for the S113. Can...
I started a timer on the nrf52840 and the SDK is nRF5_SDK_15.2.0_9412b96, but I haven't never receive the callback message after the time. What's the reason?The code is as...
Hello ,
In this scenario, I have to measure the time interval between the START and STOP pulses generated by a peripheral device connected to nRF52 DK. The thing is START...
Hello!
I am currently using a module called BLENano2 (nRF52832). SDK15.0.0 is used and the editor is "Segger Embedded Studio v4.16".
Finished writing the program that...
Hi,
I tried out the light switch example on a nRF52833 and it seems not to be reliable at all. So i connected the debugger and saw, that in access.c,
in packet_alloc_and_tx...
Hi all,
I am trying to use nrf52840 dongle as hci_usb with the very simple task: scan
Host is Raspberry Pi with BlueZ
Controller is nrf52840 dongle with firmware hci_usb...
Hi
I want to move DFU at the application level. Is this possible? I want to move DFU at the application level because of my project requirement.
1. In my project, I have...
Hi, I am trying to get the BLE values on Thingy91 (PCA20035) . And I have followed the
devzone.nordicsemi.com/.../217018 I have ported the diff (nrf and zephyr diffs from...
I am using built-in DTLS for encrypting my UDP traffic. In order to save expensive data quota and reduce battery drain, I have to make use of session resumption, so that I...
Hi. I have a question about Bluetooth 5.1. I just want to know what the main difference is between a Bluetooth 5.0 and Bluetooth 5.1 chip.
Is it the hardware or software...
I am developing a firmware on a nrf52840 board with FreeRTOS. Unfortunately, due to a mistake during the development process, the board misses the XTAL 32,768 Hz.
Is there...
Hi Nordic:
I want to build a raspberry connected to a 52832 board via uart,
this raspberry pi with 52832 board need doing secure DFU to remote BLE device, the raspberryPI...
Using the nRF9160 on the Verizon network we are having some issues with eDRX. Specifically sending data to the device from our MQTT server.
We have configured a eDRX interval...