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...
Taking some measurements on a (very) bare bones update to the nRF9160 Feather and I'm getting around 13uA idle. I know the T91 is about 10uA at it's minimum but in what mode...
Hello there!
We are using nRF51822 SoC with nRF5 SDK v12.3.0.
Our nRF51822 SoC that acts as a BLE peripheral pairs and bonds with the smartphone running Android or iOS...
Hello fellow users, I've have stumbled upon an issue within my alteration of the ble_app_blinky example project.
I am using the PAN1781 nrf52820 evaluation board, which...
I am evaluating the usage of Azure C embedded SDK ( https://azure.github.io/azure-sdk-for-c/ ) in one of the nRF 9160DK development samples (https_client)
The Azure C SDK...
Hi,
I want to print the log through UART from the Custom board. In Custom Board Uart pins as configured with (RX: P1.00 and TX: P1.01). So, I want to read the log by using...
Hello all,
got the "ble module" that has the nRF52820 on it ... therefore I am wondering how to start
Currently I found this useful: https://www.nordicsemi.com/Products...
Hello,
I've been struggling to follow along with this tutorial:
Is this the most up to date instructions for how to update the device over bluetooth?
I'm using SEGGER...
I want to perform test modes on my rf module and want to connect it to the computer for that. Im planning on using the NRF connect for desktop for that but I am missing the...
Hello,
In my project, I am trying to connect and communicate with several BLE devices at the same time. Thanks to the nRF Toolbox application, I have seen how to connect...
Is there any way to determine binary size from hex file? We are using NRF-PROGRAMMER to flash firmware to device. Below is the screenshot of current firmware in said program...
Hi,
Is it safe to use NVS and Settings on the same partition at the same time (the same application, BLE is running, NVS can be called concurrently to eg. pairing process...
Hello, I am currently using nRF52840 + NCS 1.5.1 (including zephyr 2.4) I am using BG95/96 model meaning offloaded socket to have internet connection for leshain & lwm2m The...
Hello,
I'm working with nRF52833/nRF82540 for quite a long and now we're starting to enter in production.
For this, we would like to flash applications using FTDI to a...
Hello Sirs,
I loop typing the same command program:
clear>tart_channel 02>output_power pos0dBm>start_tx_modulated_carrier>cancel
After repeating the same instruction...
Hi,
Project development using board with HL7800 modem similar to Pinnacle 100 did not succeed with FOTA upgrade so it is been decided first to try it with nrf9160dk_nrf9160...