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...
Has anyone tried to update the github project nrf52-ble-image-transfer-demo to work with SDK 16 / SD V7.0.1? I copied the main code in the project to ble_app_uart example...
Hi!
We are interesting in extended adv support, as periph and central role to establish connection in phy coded.
I've read another topic that it doesn't have PHY_CODED...
Alright, I'm starting to question my sanity on this one. I am currently trying to use the TWIM driver nrfx_twim.c to access a TWI device. As usual, I did the checks for the...
I am facing an issue about using CMOS battery for NRF52832. I hope this CMOS battery can serve mcu (in low power mode) for at least 1 year. In low power mode, I just want...
I am using a BMD 349 module based on nRF52840.
I am interfacing with AT25SF041 flash memory.
I am using SDK 14.2.
I am writing a byte to a specific address in Flash...
I recently purchased a Thingy:91. Initially it would not connect to the local network. I purchased a a J-Link programmer and via the nRF Connect Programmer updated the modem...
Is it possible to Read the battery status and/or the temperature value from the nRF52810, write that data to on chip memory, and run a code to modify the Major and Minor values...
To the kind attention of Nordic support team,
after some months I gave a look to the segger toolchain configuration for the device host example using the secured gazell...
Hi
I am trying to set up my visual studio to communicate with my nordic device and found that PC-ble-drive can help me with this.
I followed the steps mentioned in the...
HI I'm currently working on measuring distance between two points with two nrf52840 modules with the example "nRF52-ble-long-range-demo" (you can easily find it in github...
I have configured "nrf 52 DK" to worked as BLE sniffer. I am trying to sniff the data packets exchanged between two TI CC 2650 devices (in which one is master and other is...
I am trying to configure my nrf 52 DK board as BLE sniffer. I am following this blog " https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nc_programmer%2FUG%2Fnrf_connect_programmer...
Hi,
I'm using the Light Switch example and would like to read out the own address on a light switch. Is there any application call, such that the stack returns my own...
Hi,
Currently I’m working on a device which is, on the one side connected to a smartphone via BLE and on the other side to another uC via UART.
Therefore, the UART speed...
Hello,
I did a code base on aws_fota sample and added a watchdog, a timer (to feed watchdog) and modified some outputs. Tests about thèses items looks correct.
When my...