Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I want to get sensor data from arduino, with atleast 200 samples per second, but at present I am only getting around 20 samples per second. I went through forums and got to...
What is the source resistance for the GPIO pin when driven high and configured as following:
Output, Standard 0.5mA drive, No pullup, S0S1
Output, High 5mA drive...
Hi there! I added ANCS to my project which contains services nus, dis, dfus and two other custom services. Everything seems OK except device manager. I paired the device with...
Hello,
I would like to know whether the below PA can be interfaced with nRF51822?
For our application we need to increase the power of the BT. so I have selected the below...
Hi, I am now using hid mouse example to develop a project. On the nrf51822 side, connection\bond\data sent are all ok, then I need to test the project on phone side. In iOS...
Hello,
There is a problem of compile when I finished compile process on Keil as following. Is there any process I missed before I starting to develop nRF52 SDK? what I...
I'm using Windows driver 0.5.0 with a s130 BLE USB dongle.
If my application calls sd_rpc_open on init and sd_rpc_close before exiting, everything works fine.
Now, if...
Hi,
I find an interesting thing: when I test hid keyboard example with android and iOS, after pairing/bonding with the phone at the first connect time, even when phones are...
I downloaded nRF51 SDK 10, but there is no IAR project in examples\dfu\bootloader. Why does Nordic delete IAR project? Is there any problems? Now, I'm using SDK9 with IAR...
Hello Nordic
I am running into a problem where I am trying to change the interrupt priority of the the RADIO_IRQ using a proprietary radio protocol on the nRF51 rev3. I...
Hello there,
I'm currently using nrf52832 with s132 and sdk 0.9.2, based on the 'ble_app_uart' example and keil5. I'd like to use 'ble_nus_string_send' function to send...
hello! i want to send mac address of my bluetooth device. i have written function
uint32_t get_address(void)
{
uint32_t err_code;
ble_gap_addr_t ble_gap_addr;
memset...
When I open the project dfu_dual_bank_ble_s110_pca10028 and configure it for nRF51822, it compiles fine, but flashing does not succeed. I get errors:
No Algorithm found...
I loaded the "dfutarg" dfu program "dual bank version" to the development kit & then used this dfu program to perform firmware over the air, the firmware I need to upload...
I've been trying to get my head around the TWI on the nRF51822 today, using the "twi_sensor_pca10028" example to begin with.
Firstly, I still don't quite understand how...