Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hey
I would like to know how can i connect 1 peripheral to multiple centrals(ex : 2 centrals), I am have three nRF52 DK boards for two centrals and one peripheral, My idea...
Hi,
Currently I am adding DFU support to our application, I was able to compile the secure bootloader example and use it.
my next question is, how do I enter DFU mode...
Using Rowley Crossstudio for ARM.
Using SDK V15.3.0 and S140 V6.1.1
When calling sd_softdevice_enable(..) it returns 0x1001 ( SVC handler missing ). Any suggestions ?
Hello Nordic Support,
Using the Nordic Power Profiler Kit v2.6.2, I can get the average current consumption for a maximum window of 120 s. Is there a way to get the average...
Hello Nordic Support,
Using the Nordic Power Profiler Kit v2.6.2, I can get the average current consumption for a maximum window of 120 s. Is there a way to get the average...
At present, I have a project that needs to add dual uart function, but 52832 does not have hardware dual uart function, so I need to simulate one serial port, I need your...
Hi all. I try to implement ble dfu bootloader project via getting start from SDK/examples/dfu/secure_bootloader/pca10056_ble_debug project.
Using:
OS: Linux
Compiler...
Hi!
This is a general question about iOS app distribution, but it regards our use of Bluetooth Mesh. I know it is each company's own responsibility to make sure they comply...
Hi there,
I am porting existing code from nRF52832 to nRF52840, and found that bootloader references to NRF_BPROT fail:
Apparently becuse the nrf52840.h in the mdk does...
Hi All,
I have loaded in the Bluetooth Mesh Light-Switch example and it works well.
For now, I would like to read out the received data from the switch node (client) to...
Hello! I am using SDK 15.3.0 to develop the NRF52832 firmware. At present, I want to implement a function, when the device is connected to the IOS host, start pairing, and...
hi attached code for below requirement:
command: scan on - scan devices
command: devices - display filtered devices .
Filters set are for : thermometer, NUS and custom...
I am using the TWI manager to schedule transactions with a number of sensors, over two seprate twi instances, and then sending that data over Ant.
The twi manager scheduling...
I am using the NRF52832 chip on a D52M M8 module, and SDK 15.2.
I have a number of sensors that I am communicating with over TWI using the TWI Manager on two separate channels...