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...
On the Thingy 91, the default configuration allocates a lot of flash space to several mcuboot partitions, leaving only 380kb for the app.
I need more space for the app,...
I have a custom application that works well for my nRF52832 device, but my team is moving on to an nRF52840 chip. Long ago, I deleted the directories that were not /pca10040...
I am using the UART multi-central example (from GITHUB) and connecting multuple peripherlas each streaming data at 38K
The multi-central is gathering the data from the various...
Hello, I'm having the same issue as in this thread but the proposed solutions doesn't work for me. This is the output from the terminal:
*** Booting Zephyr OS build v2.7...
Hello, I tried to upload a simple blink sketch from pca10040 which works for nrf52832 to an nrf52810. But it didn't work. Then I tried pca10040e. It worked for nrf52810. ...
I accidentally clicked verified answer while trying to edit the page.
https://devzone.nordicsemi.com/f/nordic-q-a/87116/apply-the-heartbeat-publication-and-subscription...
I want to be able to send the "AT%" type of Nordic proprietary commands to the modem (and read the response back) via firmware on the nRF9160. I know about the
nrf_modem_at_cmd...
Currently I have been able to advertise and connect through debug app using nRF52 DK. My target is:
1. After the link is lost the bluetooth gets disconnected and at this...
I have been using Segger Embedded Studio to develop in and recently switched to use VS Code with NCS. It was always very useful to use Segger's watch window with the real...
Hi All,
I want to add pairing and binding functions to the blinky project.
But nothing happens when I connect.
Please help me,thank you.
Here is my project =>
...
Hi,
I just tested an SPI loopback example on nrf52833 board from the bellow code
https://elixir.bootlin.com/zephyr/latest/source/tests/drivers/spi/spi_loopback/src/spi...
I have an nRF52840 dongle I got from someone else that doesn't have the nrf bootloader on it. When I plug it into a USB port, the red light flashes quickly while a green light...
hello,
i have downloaded ( BSEC ) library from https://www.bosch-sensortec.com/software-tools/software/bsec/ for read sensor data . now want to test the code by build and...
I am using the latest code(v1.9.0-rc2). The board is nrf52833_nrf52833. The board overlay file set antenna number to 13. (The original value is 12).
It seems that...