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 use custom board nrf5283 ..
Getting the following error while trying to flash
ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists, run...
SDK: 4.1.0
CHIP: 52840
old question
my sleepy zed lost connection to the coordinator after refreshing key of the coordinator.
1) how can I manipulate refresh...
Hi All,
Is there any proper method for updating the firmware via serial port of nRF52840. The same process as arduino or esp32. Can we invoke the updation process with a...
Hi Nordic Team,
Summary: Please guide to open and build simple example nRF5340 project using Segger IDE on Windows 10
Details:
We tried to have Segger IDE setup for...
I am trying to compile a sample application for the Board nRF5240 . While i install the nRF Connect SDK for ncs v1.5.0 through Toolchain Manager 0.9.1 , I get the error as...
HI,
Is it in anyway possible to change the maximum gazelle payload size to 64byte instead of 32byte, I need more data when I send data return to the device.
Hi.
I am working on the MSC, and starting with the usbd_msc demo. The windows explorer will show a disk named "USB Drive" if connect to the PC.
I would like to change...
Hi,
I am using SPIM in nrf5340 to read datas from 2 sensors. The sample rate is 400Hz, and I have to send and receive 8 bytes to each sensor every 2.5ms.
So I set up one...
Hello,
I want to judge the end of a file. In the past, I can directly call the feof() function when writing in C. Now I call the api in "fs.c & fs.h" in the example of zephyr...
Hi,
On a nRF52840 based coordinator, I want to support Zigbee 3.0 install codes and legacy devices with HA predefined link key at the same time.
1. Is that possible by...
I am working on a device driver for the W25Q128JV flash device. This is the first SPI device I've used with the nRF52840. I had some observations and questions about SPI programming...
Hi - I've bought two nRF5340 DK kits for some development work - and after about a week's effort and searching Nordic Semi documentation, Youtube and the internet in general...
I develop my own device on nRF52840 which will be HID device. And I have made my own HID descriptor of device:
And if I send data with function from example:
...
Hi,
As an alternative to writing a configration software for my device (a native app for windows or maybe android) I,m considering putting physical controls on the device...