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...
Hi,
Our company use nrf24L01+ for many years,the maximum output power of 24L01+ always about 0dbm in our application.But recently we meet a problem that the 24l01+ output...
Hello, as mentioned in subject, I have done DFU on nrf51 DK. it is tottaly working fine. As soon as I try to work with Nrf51822 QFAC custom board. It goes in to bootloader...
Hi,
I intend to use the nRF9160 as an LTE module. I will send data to be transmitted to the nRF9160 and receive data from the nRF9160 via SPI. I have read in numerous places...
I just want timer2 to run at 1Mhz so I can grab a microsecond counter as a timestamp. I don't care that it'll overflow after 32 bits. Put together what I thought should be...
Hello, I'm using the Radio Test software (SDK 15.2) to control the N52840 radio IC. Our circuit design requires the use of an external RF amplifier IC. Our software puts the...
Hi everyone,
I am stuck with an apparently simple problem which I am not able to fix.....
I have an SPI device connected to a custom NRF52840 board. I am using NRFX_SPIM...
As per the section - "Adding support for programming nRF5340 in SES" in the document https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html , I had...
Can you please guide me how to compile the nRF Connect SDK asset tracker with the AT command library enabled. I need to set the CONFIG_AT_CMD_RESPONSE_MAX_LEN configuration...
I tried to connect my nrF52 DK board to various devices, via USB. None of the devices was able to see the board.
In addition, nrF Connect / Studio wouldn't see the board...
Hello,
I am trying to understand how to use an external button. In the first stage I am trying to replace the functionality of button0 on the DK with a GPIO.
I took the...
Hey guys,
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I'm working with the ble_peripheral example...
Hi, We are using the nRF52840 in a 3V battery powered product. We have an on board 1.8V LDO regulator that supplies Vdd and Vdd_IO. We have a problem with the NFC antenna...
Dear all
I currently have a single nRF52832 SoC (custom PCB) transferring data to a single nRF51 dongle via BLE, which in turn passes the data to my PC via UART. I have...