Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
Does anyone know why I am getting low outliers on battery measurements with the SAADC? I am measuring the battery directly every minute. Every seven minutes consistently,...
HI,
To ensure NRF5340 2.4G rf consistency during mass production, which scheme do you suggest is more suitable ( X2 = 32MHZ 10ppm ):
1、Offset capacitance C36 C37 placed...
I used Modem firmware version 1.3.1
In order to connect the nrf9160 DK to the AWS cloud, I am encountering errors such as AWS_ IOT_ EVT _CONNECTING, when it should be AWS_...
In a nrf52840 project using Zephyr 3.0 following Zephyr drivers are used:
the modbus serial driver(RTU mode) which uses uart1 in interrupt mode
the lora-mac driver which...
Hi,
I'm using app_ble_uart example using nrf52810 for nrf52810 UART RX & TX pins are (P0.15 - P0.14) while configuring using i got a problem with RX transmission ,when i...
Hi,
I am working on a multiple custom models, wherein I need one model to extend the functionality of another model.
I was analyzing through nCS provided "Chat" sample...
Hello,
I'm running nRF Connect SDK v1.9.0 on two nRF52840-DK devices, one Peripheral other Central.
My application requires to initiate pairing, i.e. send pair request...
Hello,
I'm trying to set up nRF Connect for VS Code. I followed this video for installation steps: https://youtu.be/2cv_jjqk5hg, the only difference being that my nRF Connect...
I have a VS Code project that is a Workspace Application where I've had to make some modifications to code in both zephyr and mcuboot directly. My codebase is in a git repository...
Hello!
Do you have any information on the antenna itself? Radiation pattern-diagram?
Edit: I would also like to have the specs of the antenna, eg: m ismatch loss, insertion...
I am having trouble to add the toolchain folder to the VS code setup.
The nrf connect for VS code does not pop up on the side at all to add application folder.
Tried to...
Hi guys,
I try to integrate the flash logger backend .
When I run the code I get the following error:
<error> nrf_fstorage: addr_is_within_bounds(p_fs, dest, len) check...
Greetings. I am developing a application that will run on a custom board based on the nrf52833 MCU. During development we have been using a nrf52833 development kit for testing...
Mr. Jared i do apologize for having accidentally verified&closed the issue but to answer your question we've found that the module we were using did not possess a 32khz crystal...
Hi,
I am using the code provided at https://devzone.nordicsemi.com/f/nordic-q-a/85850/example-for-extended-advertisement-receive-node
to send more than 60 bytes, but unable...