I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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 am trying to use both USB and BLE on an NRF52840 using SDK 15. It hit a hard fault during initialization, specifically when it tries to enable the USBD IRQ.
It looks like...
I am familiar with the PTCRB certification process for an IoT device incorporating a certified module. https://www.ptcrb.com/wp-content/uploads/2020/08/10_Steps_to_PTCRB_Cert_for_Cell_Enabled_IoT_Devices...
Hi, all
How to enable and set fast advertising and slow advertising in NCS.
We always set advertising parameters in legacy SDK like below, how to implement it when using...
Hello All,
Thank you for reading my post. I have finished developing a small battery powered device I have been working on and just completed programming the functionality...
Hardware: nRF52840dk
SDK: NCS v2.0.0
application:
Calling bt_encrypt_be() during OpenThread network traffic hangs the device when using MPSL with OpenThread 1.2. ...
Hello everyone,
I'd like to build a Relay Node in Light Switch Example but I don't know how to implement firmware.
Can you support this for me? Thank you so much.
...
Hello,
I need to build a project in a Docker container. It built fine under Windows 10 with a connect SDK v1.9.1.
Now I am using a Docker image built with the Dockerfile...
Hi,
I am trying to update nRF5340 netcore application, but i don't know how to start.
Here is what i tried:
1. I created two custom applications for nRF5340 appcore...
Hello DevZone,
I want to transmit some connection information such as a Bluetooth address serially to my peripheral and have it add it to its whitelist.
I have read a...
Hello,
I'm am trying to use the UART0 bus on the network core at the address:
uart0: uart @ 41013000 {
compatible = "nordic,nrf-uarte" ;
reg = < 0x41013000 0x1000...
Hi,
ubuntu 20.3
vscode + nrf connect
when i creat project from sample code unicast_audio_client, i get the following compiling error message:
* Executing task: nRF...
Hey!
I have inherited a project with a nRF9160 + nRF52480 combination to do LTE and BLE communication.
The setup is as follows:
- nRF9160 using BSDlib @ NCS 1.5.0...
My Peripheral device (nrf Connect SDK, nrf52840) will pair using NFC with an Android (8.0.0) phone. But although the Nordic device shows it is connected (in its UART output...
This press release isn't clear on the exact nature of the LwM2M software stack used on the client side. Are we talking about Zephyr' s LwM2M subystem or AVSystem's Anjay ...