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'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I use nRF52 DK as a central devices and i have also other nRF52 DK and use for a beacon. I would like to show my beacon's RSSI value on the UART Terminal(Realtek,Termite exc...
Hi,
I have done buttonless DFU in Custom board using NRF52832. My code with DFU is working fine in the nrf52832 Development kit. While I am trying in a custom board. My...
I'm developing for nRF52 DK
using SDK 17.02
Segger 5.10b
I'm developing a service to read pin 12 where I'll have a square wave signal of about 60Hz. When I tested my...
Hi,
Is there an example code for nRF52832 were the system is configured to operate in a certain duty cycle, e.g. performing a certain task once every 100ms, and then goes...
Hello, guys.
We want to use libuarte - advanced UARTE driver in our current application developed for nRF52840 with SDK 17.0.2.
We can successfully run libuarte example...
I'm using nRF52 DK (PCA10040) <TWI sensor> example.
On line 139, printed result = NRF_SUCCESS
However, the program doesn't print line 142. Instead, the code jumps to twi_handler...
Hi, we just found out a bug in nRF Connect for Android indicates that the phone Sony Xperia L4 supports Coded PHY. Unfortunately, when we try to run Bluetooth: Central Heart...
Hi,
I am currently trying to run the secure_bootloader example given the in the sdk 15.2.0. I am currently having trouble as when I try to send the file, the error shown...
hello Nordic
i am working on nrf52840, SDK16.0 developing on the peripheral app_ble_blinky example.
i am use a pin as input interrupt from other device,
if i does...
Hi,
My application uses the nrf9160dk and I program 3 Zephyr images onto the 52840: (1) bootloader, (2) image1 and (3) image2. There is no SD or anything else on the device...
Hi, I have a holyiot NRF52840 dongle (schematic below). I am able to program it via the swd interface and have BLE examples running (as long as power is attached to VDD),...
I have an application that is running the following setup as a multi-connection (peripheral and central) setup:
I am having an issue when a peripheral (NUS) is sending...
Hello everyone,
I am going to run the mesh DFU example. I found that I must use Python2, not 3 to work correctly. I follow the instruction suggested in this post.
https...
Hello, i don't know how build many project with other configuration. I want to do a lot of configurations.Then for each of them make hex files with one click of a button....