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...
Hi,
I am looking for an illustration of the radiation pattern from the nRF52-DK PCB antenna.
A similar question was asked previously but in this case I am hoping to...
I'm having trouble with the USBD stack, and I've narrowed down my problem (at least one of my problems) to disabling the logging.
For example, simply disabling logging...
PDM Initialization normal,I enable PDM and start PDM sampl,I find not jump to NRF_PDM_EVENT_END irq,This is when the link is broken.I suspect not get data in RAM,can you gave...
I am working now already a few days on porting my old project from uvision4 (and old softdevice) to the new uvision5 and new softdevice (SDK12). after some strugle I can now...
I have a complex application utilizing ble and ANT on the nRF52832. Slave channels receive fine but a master broadcast channel I have setup does not appear to transmit (as...
Hello all,
My use of the nrf_drv_saadc causes failures due to incompatible (driver) state, and seeing that other people are having various issues with it, before spending...
Hi there,
first off I'm impressed with the Zephyr project and with Nordic's support of it!
I'd like to understand if there are any gotchas for using Zephyr in a qualified...
I'm working in creating BLE NUS network using 3 NRF51822 FAB, one board has a role as central and 2 other as peripheral. Now I'm able to send string (via BLE NUS) from central...
I'm trying to set up the heart_rate_collector.py example app for pc-ble-driver-py , but gotten pretty confused about the process to run it.
What's gotten me furthest so...
Hello,
I have a project based on nrf51822 and SDK 10/S130. I have read about advertising mode and whitelist, but could not find my answer for my issue anywhere in the zone...
I added a new model to light_switch/server project according this , but how to test it working successfully or not?
I have tried to modify the light_switch/client to accept...
Hi,
When i do as the document say, i download the firmware to the development kit, and then i don't know which pin is the Tx and the Rx. How can i do all the function test...
Hello, I bought nRF51dk (pca10028) a year ago it was working fine last year in Segger Development Studio, now it gives build error "core_cm0.h: No such file or directory"...
Hi guys, me again.
Thanks for all the help before. I was developing me code with the example uart and now would like to control a LED with PWM output.
I have went through...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...