I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
HI
UUID scan filters are set and enabled.
I was capturing peripheral device MAC id via ble_evt_handler.
i was expecting filtered devices should be visible but when i...
HI
I am trying filter peripheral devices based on UUID while scanning. I have set, enabled the scan filters but still output is displaying all the peripheral devices irrespective...
Hi I am using nrf52832 board and SDK15.2 I have below requirement:
Nordic board should act as central as soon as it gets booted and scan for particular service if present...
Hi, I have modified the twi_scanner example of the 52840 DK to be compatible with nRFDongle.
I fully erased the dongle with Segger and passed the new hex file with SWD cable...
I found this very useful Throughput Measurement Application for for Threads: http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v2.0.0...
HI, I have a custom service with customs characteristics and I need the maximum speed posible.
I have one service for write without response and another service only with...
Hi,
We implement oob pairing using NFC.
According to my knowledge NFC is used as "private" advertising channel (this is what OOB means) i.e. peripheral address, encryption...
Hi,
I have created a custom Serivice and custom characteristics in the attached application
Please find the attached application which create a custom Characteristic with...
hi nordic,
i had a nrf52 dk where it should only advertise to specific device like my phone with nrf connect app and that nrf52 dk should not advertise to other devices...
Hi,
My name is Bruno and I'm developing an Application which consists on:
Connect to a BLE device (I'm using Nina B112 from u-blox, which contains a NRF52832 SoC) through...
So I have successfully built & deployed the Light Switch Demo - and it works.
But where do we go next?
The documentation seems far too close-in focussed on the microscopic...
Hi,
what is the typical or max wake up time of the nRF52 from the RTC or GPIOTE irq (when configured as sense for low level input)?
In my setup, I see a wakeup time...
Hi,
can I use a pin with A/D converter (or comparator) and at the same time read its logic value using GPIO and configure it to be event source in PPI?
Thanks
I have develop a project on nRF52832 and I want to migrate to nRF52840.
I am able to build pre-devloped project from directory nRF5_SDK_14.2.0_17b948a/example/tasol/ble_app_template...
We have used nRF24L01s in our most recent project but would like to switch to the nRF52832, while still using the Enhanced Shockburst radio protocol.
We are prototyping...