Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
at Bluetooth core specification v. 4.2, vol. 3, part G, chapter 4.9.3.
An Error Response shall be sent by the server in response to the Write
Request if insufficient...
I use the nrf examples direction_finding_connectionless_rx,firstly i have no attena array,the other as describled i do by steps.
I use two nrf5340 boards.with building,i...
Hi,
I am working on nRF5 Thread 4.1.0 and I am trying to do implement Thread secure DFU.
I am following infocenter.nordicsemi.com/index.jsp
i have run the command...
We are working on a project in which we have integrated multiple modules and examples like GPS, IMU Sensor, SD card, Bluetooth, etc. Now I have to manually shut down all the...
Hello DevZone:
I can see that they are working on a module with WIFI6, my questions are the following.
Will the module have its own evaluation board or will it be integrated...
Very quick question:
I've created a device which implements the Legacy DFU Service. I've also created an Android Application that I plan to develop to be able to conduct...
My application code running on nrf51822 calls sd_ble_gatts_value_set to update a control characteristic. After 16 times receiving NRF_ERROR_BUSY status from this function...
Hi everyone,
first time posting here for me, let me know if i'm doing it wrong.
I'm currently developing a "modem module" built around nrf9160 and working with AWS using...
Hi,
With the NRF Connect SDK version 1.9.1 it is not possible to setup a Thread Coaps connection.
The DTLS handshake fails after Client Hello with an Alert message ...
Hi,
The below is our requirement for NRF5340
1. we have a DFU application with bootloader as an hex file
2. we have another app say blinky as an hex file
3. merge...
Hi all
My first post. I tried to finish one of Nordic tutorials. I need to use app from nrf connect(v 3.10.0): Bluettoth low energy (I have installed v3.0.1). I have nrf51DK...
got the thingy:91 following the getting started video had the bootloader updated and uploaded the right hex file for lte, the provided sim appears to be outdated so tried...
Hello, I am using the Asset TrackerV2 application (SDK 1.7.1) with the modem firmware (mfw_nrf9160_1.3.1). Recently the following error <err> aws_iot: getaddrinfo, error ...
Hello,
I have been developing on a nRF52832 DK using nRF5 SDK v17.1.0, and am very close to a production ready state. The final program will use soft devices, app_timers...
I want to develop a USB composite device using USB CDC ACM + USB Audio. I am not familiar with USB device protocol, so I hope to have a reference example. My development board...