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 everyone,
I am using SPI master for transmitting and receiving data. I can config and send a string through SPI master 0. My problem is that, there is a 0-bit which...
Hi,
Kindly help with some insights/tip on how to debug this hardfault. The code gives hardfault on my custom board, but not on NRF52-DK. My custom device is only populated...
Hi,
I am currently in the process of interfacing the HMC5883L magnetometer with my nrf52 development board. I have verified the connection to be working using a logic analyzer...
I have one central(SDK 10.0 S130) and one peripheral(SDK 8.0 S110) device. Normally central device can connect peripheral device it's ok but the peripheral device will stay...
Hi Nordic,
I'm porting hrs application on nuttx OS. But when I call sd_softdevice_enable function, it goes to "RESET". I read below article which mentions that SVC handler...
Hello all.
I'm having some problems with compiling the bootloader_secure project:
I downloaded SDK zip from http://www.nordicsemi.com/eng/Products/Nordic-Thingy-52 and...
Hi, I would like to detect the presence of a particular device in an environment where there are many devices advertising. The advertising packets are received by a scanner...
I want to send the continuous data over the BLE which is received by the UART of my nRF52 Evaluation kit. The BLE connection is getting disconnected while sending bulk of...
Hello Everyone,
I am new to BLE world.
Currently using MDBT40 which has nrf51822 as core: www.raytac.com/.../MDBT40-ANT-D.pdf
I am following this repo: github.com/...
I want to use nRF51822 Bluefruit LE Friend device (blue board) as BLE Sniffer. My OS is Windows 7 64-bits.
I installed ble-sniffer_win_1.0.1, v1.0: FTDI Driver Requirements...
According to another question here:
devzone.nordicsemi.com/.../
I'm stuck with waiting for the LFCLK to boot forever.
Normally, keil has a .s startup file that dictates...
Hi,I use the SDK 12.2.0, I want to add the peripheral RTC example to the ble_app_uart.I find the softdevice have used the RTC1 ,so I want to use the RTC0,but when I added...
Hello,
I am seeing something strange wrt to reassigning the NFC pins (9,10) on my Rigado BMD-300-EVAL using nRF SDK12.1 and gcc to build. I have two SPI based sensors on...
test_ble_mouse_wo_bootloader.pcapng Nordic_Mouse.pcapng connect_to_phone.pcapng test_ble_mouse_1.pcapng test_ble_mouse.pcapng Hoping someone here can help. The setup is a...
My problem seems to be related to this unsolved question.
I've making a central application to connect to my peripheral but I'm having a hard time getting the service discovery...