Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
It appears this example hangs after the following call. Does the experimental 12.2 buttonless DFU work ok?
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
Using SDK 12.2 and BDS plugin version 1.2.2
Module nrf52832_xxaa
Copied plugin output to nRF5_SDK_12.2.0/examples/ble_peripheral/experimental_bluetoothds_template/...
I have observed that the "Experimental Buttonless DFU Service" and its characteristics has the same UUID. But in case of other services(like battery service) the UUID for...
I know that the pairing popup won't be shown if encryption is disabled.
I was able to remove the popup on Android. However, I couldn't find a way to do it on iOS.
The...
Hi there,
I have multiple PCA10040 boards, and about a year's worth of experience developing code for them. I have suddenly started to have problems with USB-UART connections...
Greetings,
I have a setup where I have a periodic single channel low power SAADC implementation. In this the configuration is
A single SAADC channel is initialized...
Dear Nordic,
After playing around (a lot) with your nRF51 and (all) of your nRF52 devices, both on a personal and a professional level, I would find very interesting to...
I've come to the conclusion that NDEF doesn't provide the functionality that I'm looking for (primarily security). I spent some time playing around the SDK running in NFC_T4T_EMUMODE_PICC...
Hi,
I am using the ble_app_uart_c example for scanning the peripheral.
My requirement is I need a name of the device when UUID is being checked.
Means when isUUIDpresent...
I coded a simple timer using app_timer and tested it on my nRF51822-DK:
#ifndef NRF51
#error NRF51 must be defined.
#endif
#include <nrf.h>
#include <app_timer.h...
i am troubling in connection with nrf51822 with android via bluetooth.can you please tell me the procedure of how to connect nrf51822 bluetooth with android phone. i have...
Hi all,
I'm having trouble getting the buttonless DFU using the android version of NRF connect v 4.10.0 to work reliably. I have previously had it working reliably but...
We have made custom board with raytec MDBT40. Our device was working for few days on cr2032 battery and suddenly a day ago it stoped working we tried with new battery but...
hi i am interfacing mpu6050 with nrf51 dk. i find some coders in devzone. but they don't work. so i write simple code. but my problem is that if i write any thing in device...
Hi
i am trying to connect ble_app_proximity with ios (10.0.2), but every time it is generating PM_EVT_CONN_SEC_FAILED for pm_evt_handler with sdk 12.2.0
i need to implement...