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...
Does Nordic have an example SW for transmitting and receiving data in BLE 5.2 connectionless isochronous communication mode? Is there a SoftDevice that would support this...
Hi, good morning , i am just wondering is it possible to send and recive data through ble faster than the coded examples please as i am sending gyrodata and its taking about...
Hello - I've google'd around a bit on this unsuccessfully...
I've successfully provisioned and configured an nRF Mesh network with mutliple servers and a single client,...
hi, I am working on the nrf52832 device, I have implemented the push button and I am able to detect button push and release but I want to notify the app when the push button...
Hi,
I am trying to interface nrf52832 with LoRa transceiver module sx1262. Can anyone please provide some sample code to check basic Tx/Rx of this chip. I am unable to find...
Hi,
I am looking for an example that uses the eDMA with the TWI in the 15.2 SDK on nRF52840.
My idea is to read out an external sensor using the TWI with as little processor...
Hi,
I would like to know how to set the service to NB-IOT Cat NB1,
and how then to set the UL subcarrier spacing to 3,75 KHz,
and how to fix the power to 23 dBm, not...
Hi We use INCE sim card in both Denmark and Sweden on our custom product. My main thread basically doing this:
lte_lc_offline ();
lte_lc_init ();
lte_lc_connect_async...
Hi,
I followed the instructions to test Bluetooth NUS shell transport sample from nRF Connect SDK v1.5.0-rc1.
After installation of the dependent script packages using...
Greetings! Сould you help me to solve the difficulty with your DK? I have an idea to connect two boards with Mesh Light Control and Mesh Light Switch, and have the Client...
Dear Sir:
I have a nRF52 DK. When I execute below programming process in nRF Connect for Desktop software, the Heart rate monitor demo APP can't connect to the nRF52 DK...
Hi.
Is it possible to modify the Asset Tracker v2 example to work without AWS entirely in NCS v.1.5.0? or is it a lost cause?
Was thinking about combining UDP samples...
Dear All,
I am working on interfacing BME680 with nRF52840-DK board. Can any one help me with interfacing?
How to use twi (i2c) sensor example and get the BME680 sensor...
Hi, we are using nrf sdk15.0.0 in the application. There are two nrf devices 52840. one is central, other is peripheral. Continuously data is sent from one device to another...
I'm using this SDK: https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Thread-and-Zigbee/GetStarted#infotabs
I'm trying to update the OpenThread Binary...