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 am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
hi everyone,
I've downloaded s140 and trying to run BLE notification example. I'm able to see state changes in the advertising on putty terminal at COM 7, but when I try...
Hi. i'm using nRF52832.
As datasheet says, flash endurance min value = 10,000.
Isn't there max value?
There is no limited life cycle for flash?
I just wnat to estimate...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hi,
We bought 3 nRF52-DKs (based on nRF52832 and PCA10040 V1.2.1). We compiled, built, and flashed the systems with several provided examples from nRF5_SDK_14.1.0_1dda907...
Hi,
I am working on a project where I have 4 sensors. Each sensor transmits(slave & Peripheral) its value using BLE to the Receiver (Central & master) which is also BLE...
I need to create a service on the nRF52832 that can send large amounts of a few different data types to the central device. For instance
ADC1 sampling (~256 bytes/s...
I'm wondering which is the proper way to adjust the ANT power level?
I've seen some posts that seem to suggest that the proper way is by the use of the the BLE Gap call...
Hi,
We are currently developing a new product using nRF8001 IC and it is pretty much stable (not 100%) until now.
My algorithm is straight forward: When the MCU is in...
I've got a little confused about variety of peer/bonding/whitelist abstractions realized in NRF5 SDK. My goal is to maintain longterm connections (nrf52832 peripheral + smartphone...
I use two nrf51 chips, one of which works as central and second one as peripheral. After the DM_EVT_LINK_SECURED event is generated on the peripheral side I'm starting the...
Is there a way to advertize without having to advertize advertisment flags?
The problem is because of these flags I only have 26 bytes left instead of full 29 bytes. It...
Hi,
I want to add custom characteristic to NRF THINGY:52.
I am getting BLE_ERROR_INVALID_ATTR_HANDLE while I update the value to the characteristic.
Update is done...
Hi, I'm working on a custom board based on the nRF52832. I'm developing on Win 8.1 using the latest version of SES and a J-Link Plus. SDK version 14.1.
I've modifed the CLI...
Hi Support Team,
I am trying to create the custom model - as far as I know there are two types of models possible in bluetooth 5 mesh - SIG defined and vendor specific...
Hello,
I have been playing with sdk 14.0 examples for a while and I wanted to try the Nordic UART ble_app_uart using multiple files (ble init, advertising, sdh separate...