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...
Hi All,
I'm using SDK17.1.0 and I have a question about mobile device subscribe.
I asked this question before, but the engineer didn't reply, so I asked again, thank...
Hi All,
I want to port BPS to my custom project, I encountered the problem as the title.
When I connect and trigger the subscribe like this picture.
My project will...
I have code that runs for around 5 days, then for some unknown reason hangs or stops running, which makes it almost impossible to debug.
I have also tried to implement interrupt...
Hi.
I have an issue that, If I power off Master and do save flash at Slave side together, the nrf_fstorage_is_busy(p_fs) return value always true .
When BLE is connectting...
I added a mesh shell module to my firmware running on nRF52480 .
Opened the mesh shell
uart:~$ mesh init Mesh shell initialized
mesh provision 0 0x100 0
Crash (see...
Hey,
I have implemented BT FOTA process for my zephyr based application. DFU over Bluetooth works fine. But now I struggle to implement manual upload of image (it will be...
Hello Devzone,
My name is Ted. Recently I posted here and received some good help on low power sample code for the nRF9160DK board. This code helped me prove in real life...
I'm currently trying to set up a simple demo using 2 dev kits running the SPIS and NRFx_SPIM examples but the SPIS seems to always send corrupted data over the MISO line....
Hi,
I'm using two dev kits to test out some SPI firmware before I deploy it to our custom boards and I've been running into a weird issue where my SPIS sends out corrupted...
can i store the NRF_LOG_INFO() or debug terminal outputs to text file as i want to check large amount of data and i want to save it as .txt file to run script on it
Hi
my os is Ubuntu 20, and has install vscode && vscode extends for nordic && zephyr-sdk-0.13.2-linux-x86_64-setup.run into /opt/Zephyr ;
when use "create new application...
Hi,
I am designing a PCB including the nRF52833, and I just wanted to confirm the requirements for the vias-in-pad for the signals on the inner row of the aQFN footprint...
`Hi There,
For nRF5340 board, If I want to update encrypted net core bin file using FOTA, then what are the options to achieve it.
I have created encrypted image manually...
I am just wondering if Nordic is actually working in their R&D lab on the nrf9160 update with an LTE cat 1 SIP. I think the current IoT application development requires higher...
Hi all,
I'm using an nRF52-DK for testing the connections of pressure sensors (BME/BMP280), I tested first with arduino, and then I'm using the same code with Platformio...