Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi,
I have performed Nordic's "nRF52 SDK Application Timer Tutorial" found on this link .
I have followed everything step by step and have not encountered any build or...
Please find attached code of BLE_APP_UART code main.c file. I am using Nordic nRF51 DK board (nRF51824) for my project development.
We have created our own android apk....
I updated nrf Connect to version 1.0.6
I used the verification capability of the Getting Started Assistant to make sure all tools are up-to-date
Then I followed the...
Hello,
Just got my Thing 91 and wanted to update the application firmware on the SiP using nRF connect 3.3 .0 programmer but when connecting to the device I got the following...
Hi
The issue is that after a buttonless DFU is completed the new firmware runs as expected but the new advertised name doesn't change.
device name in firmware before DFU...
Hi Team,
Currently i'm working on Openthread Border router(Rasberrypi) with nrf52840 as a radio. I have gone through IOT SDK(Nrf5) for enabling the 6lowpan BLE Border router...
I tried to update SD + APP at the same time but it only uploads the SD. I create the zip file like this nrfutil pkg generate --hw-version 52 --application-version 1 --application...
Howdy,
I'm porting a GATT profile from a different profile where the custom services characteristics and descriptors UUIDs are malformed. For example;
1st Custom Service...
This issue exists in NRF SDK5 15.2.0 and earlier. NRF log module has entered "production" level as of SDK5 15.2.
While implementing an additional logging backend, I discovered...
how to change the twi sensor coding to get the X,Y,Z AXIS for the position of the gy-80 module
this module has
1. HMC5883L
2. BMP-085
3. L3G4200D
4.ADXL345
at...
Hello,
I would like to append data to a coap response like this:
I have a response handler that is triggered as the device receive the response. I am able to get the...
Hello guys,
I am trying to run the mqtt_simple sample. I tried to do so on both nrf9160_pca10090ns and nrf9160_pca20035ns. The application builds fine for both boards...
Hi,
Does nRF52840 on Thingy 91 and nRF9160 DK has a unique MAC-address? Or is it a randomized MAC-address with a high probability of being unique in the user's environment...
Hi,
Is there a way for the application layer to be aware of what the modem Tx power is? We would like to know for purposes of warning customers if they have placed a device...
I know that as per definition the connection interval is the time between two connection events.
So does it mean that if the connection interval duration is low then number...