app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Hi, I am building an application on the nrf5340dk using using nrf5340dk_nrf5340_cpuappns as the target board.
When I have CONFIG_NETWORKING=Y enabled in my prj.conf I am...
What causes NRF_LOG to report 'overflow' ? The buffer I provide is certainly large enough.
I have #define NRF_LOG_DEFERRED 1
What happens if I have something like this...
Hi,
When the Bootloader calculates the application CRC it takes around 350ms. I saw that it is possible to switch off the crc calculation or to use hash for validation....
Hi!
We are working on testing JIG after SMTA process and we'd like to use open source solution for in circuit flashing and testing our product. Project is based on NRF52832...
I am using a nRF52832 custom board based on SDK11 and SD 4.0.2 configured as a peripheral with a GATT server. I am seeing a case where the client is an Iphone XR iOS v13.2...
Hello, I'm struggling programming the Blinky app from examples to my NRF52 DK (pca10040) Here is my script: # 1. Generate settings nrfutil settings generate --application...
Hello, I hope you are doing well.
I am using the nRF52832 with the SDK16. After adding some new custom characteristics, I didn't have enough space in the BLE_GATTS_VLOC_STACK...
Hi,
We tested, certified and declared our bluetooth product with Softdevice S140 v6.1.1 and referenced the QDID 124988 launchstudio.bluetooth.com/.../77429. On the declaration...
Hi,
We would like to share a part of our Zephyr software with a customer. We would like to share a static library, not the source code. The code to be included in the static...
Hi,
I am getting a "Cannot Create Project" error when trying to create my first project with NCS for the nRF9160 DK board. I installed the SDK using the toolchain manager...
nRF devices have a proprietary service called Nordic UART which provides a similar functionality to SPP (Serial Port Profile) of Bluetooth Classic but over BLE. Now, for SPP...
Hello,
I am using anrf9160 chip. I have a question about the ERASEPROTECT register. I would like to write it using the firmware to disable the ERASEALL functionality.
...
Am I correct in that if I plug an nRF52480 dongle into any of a Linux, Windows 10, or Mac, that I can create my own C++ programs using the S140 Soft Device import libraries...
I am looking for a way to flash program an nRF9E5 on Windows 10.
Currently, I have been using the nRF24E1 Dongle on Windows XP with the program nRFPROG to complete this...
I am trying to express the data from the iOS Sample - SoundViewController.swift ( github.com/.../SoundViewController.swift) to the Inputnode by changing the EQ into a speaker...