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 using the zigbee examples and want to see the RSSI value in any received packet.
I am calling zb_zdo_get_diag_data(short_addr, &lqi, &rssi) in zboss_signal_handler...
Hello,
So far, I've worked with the EVK testing the CDC & ESB features for our purposes.
Right now, I want to move to development and we acquired the dongles (P/N 451...
Hello,
We have to program an external QSPI flash which is connected to an nrf52840 SoC using the J-Flash application from SEGGER.
For this requirement I followed the instruction...
I get the following error if I try to unprovision device via ADV Bearer:
Problem is reproducible on "ncs\v1.7.0\nrf\samples\bluetooth\mesh\light" project if Light CTL...
I keep receiving the email stating the following, even after having all the points taken care of :-
1. I am using a active / approved DevZone Account.
2. I am using the...
zigbee stops working when I use timer 2 for asynchronous UARTE operation. Tell me where to see which stack uses which periphery. Or is it some kind of mistake on my part?...
Hello,
In my project i am using nrf52840 and i have change the default UART pins to P1.3 (TX) and P1.4(RX) and while using virtual UART like BLE UART i mean in the sense...
Looking through the forum, I found this great post with an awesome and very helpful document that displays the ins and outs of BLE on Android ( BLE_on_Android_v1.0.1.pdf ...
Hi, I want to upload the code to external nrf52832 chip(which is on the custom-made PCB) using nrf52DK board.
First, I tried to check uploading the nrf52832 chip on nrf52DK...
Hello Devzone Community,
My name is Ted, and I am continuing work on an nRF9160 based, battery powered custom board firmware. I recently posted a couple of tickets here...
Hello. I am doing current measurements on nrf9160dk while sending ~1kb json file through mqtt. I am following this guide: https://infocenter.nordicsemi.com/topic/ug_nrf91_dk...
I added some code for events of an external device. The external device is configured to Listen and Submit events as other Modules do. When, the generated Hex is burnt in...
I've been referencing these two tickets pretty closely How to specify signing the key with MCUBoot - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) and MCUBoot...
Hello, Dear Kenneth.
Thank you very much for your response and the answer.
I will change the hardware solution using a voltage detector, but I am not clear yet on the...