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...
We use FreeRTOS with nRF SDK driver library. The driver library is working well because it doesn't dynamically allocate any memory. So I can simple take entire memory block...
I'm facing some problems when trying to run my custom board on standard batteries.
The device boots fine but when the LTE modem connects I get a reset.
The nrf9160 is...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
I need high performance data transfer, so I review throughput sample. C:\Users\user\ncs\v1.9.1\nrf\samples\bluetooth\throughput...
We are using nRF9160 (Development Kit), SDK 1.9.1 board with "serial lte modem" firmware. We are trying to get AGPS coordinates (using an external antenna), but for some reason...
In the nrf5340 development process.I compile an app core hex from project A and a net core hex firmware from another project B. what method can I quickly obtain a merged firmware...
Hi,
I'm trying to get the maximum possible throughput from a peripheral device, sending notifications to a central. I compare the throughput between 2 PCA10040 boards...
Hi,
I'm using s140 trying to connect up to 8 devices to windows BLE adapter and BluetoothLEDevice object, I have 2 problems,
1- the maximum throughput with different configurations...
Hi All!
I am using Segger Embedded Studio and nRF5_SDK_v15.0.0 .Available kits for testing are nrf52833DK and rak4630(nrf52840).
We want to test nRF52833 support on long...
Both NRF were programmed thru USB NRF connect for Desktop programmer.
Both NRF are running the same soft properly.
To demonstrate the final look and put the dongle in...
Hello,
In my project i am using nrf52810 with my custom board for pushing data to UART so i have used UART example code for this but UART pins are connected 20 (TX), 25...
Hi
I'm working on a Zigbee network, and I want to have a few End Devices (ZED) connect to a Coordinator (ZC). And it's fine, I got that working by using the zigbee_default_signal_handler...
hi
i develop software with the nrf52dk, success with program it with nrf command line tool.
now i want to program the application on the nrf52 dongle but with no success...
I am trying to use SDK version 17.2.0 to develop a package (Boot Loader + SD + Application) for our product based on the PCA10040e board with an nRF52810 SoC.
I soon realized...
There is a serial interface in the nRF SDK that makes it easy to serialize mesh data over serial
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...