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...
Hi, I'm trying to migrate from the nRF9160 DK to our own board, and I'm having some trouble getting the west build system to play nicely. I've essentially started with the...
Hello everyone.
I have been working on a project that involves DSP and BLE on nRF52832.
The firmware needs to sample an accelerometer signal every 1ms with high accuracy...
Hello,
I am working on nRF9160dk. I have interfaced a GNSS sensor with nRF9160 using UART and receive the data continuously. When there is an interrupt, this data is send...
Hi All,
I have developed application which will detect key press and perform he respective task ,using the S132 (nrf52) with button-less dfu project (SDK15.3)which
includes...
Hi everyone
I have been facing some issue while allocating memory using nrf_malloc function on nrf52840.
I am giving a size parameter of 8 bytes inside the nrf_malloc...
Hi,
We are working on Nordic NFC antenna modification - it has to be lengthened by 15 mm to fit in our case.
1. Question - is the green marked part curved just to gain...
Dear community,
We are testing a nRf8001 Implementation, DTM transmitter Test with continuous unmodulated carrier.
In the PS 1.3 / 22.5 i saw that the dynamic data is...
Hi,
I'm trying to validate a device which uses VSP to communicate. It has a custom service with only 2 characteristics. 1 to Write (TX) and the other Notifies (RX).
When...
Hello :
I come from STM32 programming and I am new to Nordic device programming.
for nRF52840 DK, I am looking at the ble-blinking example and try to understand Softdevice...
i am working nrf51822 and SDK V10 SoftDevice S110. I was using some old version of nrfutil ( dont know version ) to generate zip file, that was working fine. when i start...
Is there a way using the API to utilize all 31 bytes of advertisement data for a user application? I'm porting an application, which sends data in advertisement packets, to...
Hi,
I need nrf_malloc and nrf_free for my application but I cant find which files should I include to be able to use thees functions.
Thank you very much
Hi,
I would like to evaluate the long range demo with the 15.2 SDK (original 15.0 is used). Opening the project and trying to compile it gives some errors like "no such...
Hi support team,
I have found that RESN and RESP are typically 160 ohms, customer would like to know their stability and temperature coefficient.
Regards
Salas
HI,
Version: SDK15.3,ble_app_template,custom board with nrf52832
I'm trying to change my device name by writing data from bluetooth
when getting 0xdd 0x06 ........,it...