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 everyone,
I am using a chip nRF52832 reading data from LIS2DH12 via TWI (all in a custome boad), then data will be send to Master nRF52832 DK ia BLE_NUS. However, when...
I have a new nRF52840 Dongle which seems to have either had a hardware failure while updating its bootloader or the updating was unsuccessful and now the device does not flash...
To do some test, I need micros(). This is the reason why I couldn't use RTC or app_timer.
When I tried timer example(nRF5_SDK_12.2.0_f012efa\examples\peripheral\), I could...
Hello, I need to use PWM to control GPIO and integrate it to work on simple COAP server app using nrf52840 DK.
I used "pwm_simple" example from SDK (not Thread/Zigbie SDK...
Hello.
When I try to initialize provisioning bearer gatt with turned on the proxy, provisioning bearer is reconfigure the mesh_gatt which it will not work with proxy anymore...
Hello,
I started developing a Thread-Solution with my NRF52840-DK. Now I'm searching if there is a Message Sequence Chart (like for the BLE solution) also for the Thread...
Hi,
I'm testing the below example code, found on devzone, on mesh sdk 2.2.0.
I'm experiencing a strange issue on the read side. On the first read after the write I always...
Hi,
I have an application (central mode) which regularly connects to a number of clients, read characteristics and then disconnects again.
Whenever there is an unintended...
I'm have nRF52 DK, wish use nrfutil (v4.0.0) to update target firmware. Works fine when using -n "Target Name", but I get a "Device not found" when trying to use parameter...
I have a custom designed PCB that has the nRF52832 (taiyo yuden EYSHCNZWZ) on board.
When I flash the board using pogo pins and the jlink (debug out) from a nRF52DK, everything...
Hi,
I am using the nRF51 dongle to connect and subscribe to specific characteristic and i am getting notification correctly but when subscribing to another notification...
Hello,
are there any plans / work in progress to support 802.15.4 radio in mbedOS?
Currently nRF52840-DK is a supported target platform but if you want to work with
...
Hi all,
I am using power profiler kit to measure as mentioned below screenshot.
I want to achieve current number as mentioned in Nordic product specification as" IOFF_RAMOFF_RESET...
Hi,
I'm using nRF52832 with IAR and SDK V15, S132.
I incorporated the peer manager in the uart serial profile example.
I assume, since I have 3 pages (inc. GC) set in...
I have a device that uses peer manager to pair using a key. I have noticed that the device will connect to an app and stay connected even if the pairing procedure is not completed...