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...
Hello,
I'm actually working with a custom profile generated with Bluetooth Developer Studio. I'have some difficult to send characteristic with the template.
My setup...
I have a created a bootloader using the bootloader_secure example in SDK 12.1. Using my own public-private key pair I've created two zip files, signed with nrfutil, one with...
I'm modifying 'ble_app_uart' project with custom board.
And also test with Android app that Nordic released.
I'm wondering how to set this connection "bond".
Does Nordic...
Hello all,
I little confused with these two examples as mentioned in my question. Both examples are different and their use case is also different. Can somebody please...
Hi!
Faced such an anomaly. In 2-3% of cases when exchanging PTX device sees a transmission error (the ACK did not come) and device PRX is not see this error.
Is there...
These pins do not work when I connect to nRF51822 module directly..
Like this. I cennceted VDD, SWDIO, SWDCLK and GND to nRF51822 module.
And there are not jumpers to...
Is there any sample code in examples, because am a newbie to this great platform, my objective is to glow an led , when the motion is detected , and also when there is no...
Hi Sir,
I add NUS service into CSCS project base on nRF5_SDK_13 follow the steps below, there was no error occurred after build the project, but it didn't work. Please...
Hello,
I'm trying to set up I2C with an mCube cccelerometer, which has an I2C 7 digit ID of 0x6C and an 8 bit address (write) of 0xD8.
With the code below, I see on...
Hi.
I have a custom board, which I power up via AAA battery through a buck-boost converter. I wan't to measure battery level using on-chip ADC only on requests from master...
Hi there,
I've successfully sent the experimental buttonless dfu app "over the air" but now I am no longer seeing the option to DFU from within Nordic Connect.
Must...
Hi,
I'm using a PCA10040 board with the UART example provided with the v12 SDK, and the data seems to get corrupted somewhere along the way between my Ubuntu machine and...
My app works well when working with Master control pannel, but when I use nRF Connect (Android App of Nordic) I have a disconnection without any reason. Especially when I...
I want to send some data more than 20 bytes.
I use
ble_nus_string_send(&m_nus, tx_stuffed, 10);
3 times.
In the advertizer.c
in the function on_ble_evt
I insert code...