I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hi,
I'm trying the USB Audio in ncs .
dts is like below:
And prj.conf:
CONFIG_USB_DEVICE_AUDIO=y and other USB relevant defines.
It works,and the usb audio data...