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...
I've created a peripheral that is advertising about every 320ms but am seeing less than half of those packets in nRF Connect on my Android mobile (configured to run in low...
Hi, Could you please guide me on how to fix this? I've ported the slm client example here to the bsp project inthe sdk and getting this `.nrf_queue' will not fit in region...
I have an input signal of unknown period and pulse width on a GPIO. I want to use the PWM capture capabilities to retrieve those parameters.
I see in the documentation there...
In my quest to gain access to the nor memory on the nrf9160-dk I have found what happened to the WP and HOLD signals and now external_flash_pins_routing configuration setting...
Hi,
When I plug in my NRF51 Dongle it shows up in Windows explorer as additional drive (JLINK). Can I use this medium to configure my application? Can I read a file pun...
Hi,
I have a small pcb project with low power bluetooth IC NRF52832. There is a limited space on PCB so i decided use the 2.4 GHz chip antenna. İs there recomended chip...
we have deploy the serialization libraries in our host to communicate with nrf52840, but it seems the serialization libraries don't handle pairing/bonding event, so we can...
So I am doing a number of crypto operations. One of which for example is an ECDSA signing operation. I do that through mbedtls_ecdsa_write_signature which is using the CC310...
Hello,
We're currently evaluating the feasibility for leveraging our existing NRF51840 as host/system processor that runs all of our application code and runs the BLE...
Hi,
I am having some trouble. For a project, I need GPS, 9 axis IMU (accelerometer, gyroscope, and magnetometer), a microphone, and LTE connectivity in a small form factor...
Hi Team,
I am using nRF Connect SDK v1.3.0 tag for nRF52840 DK.
I am trying to integrate BLE HCI UART project files into Zigbee light switch project.
I have attached...
SDK : nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Hardware : 2x nRF52840 (PCA10059) + 1x generic overflow sensor.
This is an attempt to gather complete information regarding...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I am using nRF52832 as central device.
I see from sniffer that LL_VERSION_IND...