I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
Hi,
We are currently testing the zigbee_light example for nrf52840dk. Once in the debug stage, if we pause program execution and then resume it we find out that codes gets...
Windows 10
nrfjprog version 10.10.0
jlink mini - connected to Windows 10 USB port, try to run any nrfjprog command and it says there is no debugger connected to PC.
...
EDIT: I incorrectly reported the Secure Bootloader pca10040_s132_ble_debug .hex file included in SDK 16.0.0 wrote to addresses in the mbr_params_page, I have since identified...
Hi,
I am using ncs 1.5.0 and modem firmware version 1.2.3.
if I keep CONFIG_HEAP_MEM_POOL_SIZE=8192 then my application runs without any issue but
If I set CONFIG_HEAP_MEM_POOL_SIZE...
Hello,
We are implementing NFC functionality on our product. Specifically we're using the Type 4 Tag (Read/Write). Are there any compatible NFC reader/writer modules? I...
In my product I use certain GPIO pins configured as input with the pull up activated to act as sense inputs connected to momentary switches to control the application firmware...
Hi all
I have developed a project on the nRF51-DK board based on the proprietary RF protocol.
Now I have a custom PCB board always with an nRF51822 but only equipped with...
Hi, im running the sdk version 1.3.2 and Im experencing a system crash after calling
spm_request_random_number after the 4th or 5th time
I've already done some research...
Hi i was trying to use simple mqtt sample provided as example with location " ncs/nrf/samples/nrf9160/mqtt_simple" the code was build and run but during lte connection it...
In PCB phase of the product, I used mt8852b to conduct the ble measurement test,When assembling the finished product, I want to verify that the Bluetooth connection is good...
Hi Nordic team,
Summary: Shall we get nRF5340 based BLE mesh demo to test data relay from one node to another node.
Details:
We requires BLE mesh demo sample for testing...
Hello guys.
We use NCS v1.4.2 and Zephyr RTOS to develop the application code for our nRF52840 SoC.
Thanks to your support, we were able to use Zephyr ADC APIs and take...
I want to control the connection to send data for about 100ms, but the service discovery process takes about 300ms. When the service characteristics are known, I want to inform...