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...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
hello,
I am trying to learn how to use the nrf52480 dongle and am trying to run the ble_connectivity example. I built it using Segger as is, no changes from the pca10059...
Hi!
I'm trying to sniff BLE advertising traffic using nRF Connect for Desktop on macOS and a nRF52840 Dongle.
I am running nRF Connect Desktop 3.8.0 on macOS Mojave 10...
I have done everything to install the VS code, installed Connect, Toolchains, SDK, Seggers etc. as in the help, but this is the result in VisualStudio Code:
It just keeps...
Hi,
The following code has been working fine since it was taken from the examples (NRF52840).
We wanted to remove the app_usbd_event_queue_process() so we enabled these...
Hello,
I have beacon advertiser and scanner. Scanner is scanning the devices from around. But its not scanning the device that i used for advertising. On the other side...
Dear Sir,
for my nRF52840 application made with the SDK v17.0.2 and S140 Softdevice I'm adding the peer module to a peripheral device example (UART with SAADC with timer...
I was trying to create my own sdk_config based on "$NRF_SDK/config/nrf52840/config/sdk_config.h".
I noticed it contains both the "NRFX" config and "Legacy" configs.
For...
I would like to change the GAP_DEVICE_NAME defined in nrf_mesh_config_app.h by DIP switch. like "nRF5x Mesh Light 1" or "nRF5x Mesh Light 2"
I have modified the light_switch...
Hi everybody, i get this error on a nrf53 with hr_coded on network coded, and UART example modified with multilink and coded_phy, tested by me on an nrf52.
The issue is...
Hello,
I was trying to get a Thingy:91 to run asset_tracker_v2 with an external GPS antenna connected to the U.FL.
NCS 1.7.0.
Based on the Thingy:91, I was trying...
Hello,
I am currently developing an application using as template the ble_app_uart.
My application works fine so far but we would like to add as a feature the pairing...
Hi All,
I am trying to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial without pressing BUTTON 1 and RESET buttons in nrf52840...