Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
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...
Hi All, Am using NRF52 and SDK 11.0.0.2 alpha ,
I am using two profiles. I need to Advertise with specific name and parameters for each profile. This profile switch has to...
Hi,
I want to program the nrf51822 with C++ and from what I've found here it should be possible.
But nrf_drv_gpiote.h contains designated initializers wich aren't supported...
Hi. I use SDK 9.0.0 and Softdevice S130 1.0.0.
I try to pair Scanner and Peripheral. Scanner use example code "ble_app_uart_c_S120-master".
My peripheral have function...
Hi
When using BLE events i'm usually confused which event to handle , for example GATTS_WRITE or GATTC_WRITE.. i don't know which is the server and the client ?
Any idea...
Hi
Myself Mitul, India
I have one query regarding BLE chipsets.
Q1. Is any BLE chipset is capable for audio data transmission?
Q2. Is any BLE hardware chipset is compatible...
I'm having issues with eclipse integration using the NRF52.
Currently I'm using the PCA10040 dev board and using the tutorial here: devzone.nordicsemi.com/.../
I am...
hi,
i am using uart example from nrf51822 example. when i am sending continuous stream of data then my connection breaks. it disconnects from peripheral device.
how should...
Hello
The nRF51822 has as I understand it 256kByte flash and 16kByte SRAM.
If I run the S110 softdevice, how much sram/flash memory is available to my application program...
Hello all is there a way to have the nRF51822 report back UTC in nano seconds, my though on this is the basic RSSI does not really tell the distance correctly I would like...
HI,
so i designed my board based on the NRF51822-QFAC chip. here's the link of the nrf : www.digikey.com/.../5125206
and find attached the schema of the BOARD that...
Hello,
I have some communication overflows on UART on nRF52, SDK 11 alpha, DMA active, big buffers (1024 bytes). I don't understand, nRF52 is not blocked in an interrupt...
When I am trying to use that file for Firmware Over the Air update feature in my application code then program compilation and all is working fine but when I am trying to...
hi all,
i have a electronic device having a button which sends continous data till i keep button pressed.
i want to send these data without losing connection.
i can across...