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'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi:
I am using the ANCS from SDK9.0 ,SoftDevice8.0 and iOS8.1.3.
Every time when I run ANCS, SPI will often crash.and error codes is:NRF_ERROR_BUSY.
Don't know if...
Is there any extra requirements When a Android APP connect to my Ble Decice? I want connect to my Ble device(51822) by my Android APP(EZ-GUI Ground Station V3.208.208), But...
We have the bootloader working over serial at UART_BAUDRATE_BAUDRATE_Baud38400. We took a big leap and tried it at UART_BAUDRATE_BAUDRATE_Baud230400 and it failed. We will...
Dfu not working when i try to upload my custom made application second time.
nrf51422 sdk v8.0 and softdevice s110 on pca10028
the steps i used to do dfu are as
1)programed...
Dear all
I have some questions about nRF51822 bluetooth smart beacon kit, I read the User guide, but I can't get information about the following questions:
1、what is the...
I want to change bootloader start address BOOTLOADER_REGION_START to 0x33800 to store user data and DFU. But when I only change BOOTLOADER_REGION_START, my device can't work...
Dear Developerzone Board
Does the nRF51822 Sniffer just start with the conversion over all advertising channels or do I need to send a start command? Which command set...
The ENable pin on addition hardware component requires "floating" to power on, and drive low ( less than 1.25V) to turn off.
Unclear based on my understanding of the chipset...
Hello
Is there a way to stream data from one nRF51 device, to a second nRF51 and have the received data sent over UART to a host PC? Basically in my setup, I have a custom...
I'd like to understand why BLE_GAP_ADV_TYPE_ADV_IND is used while using a whitelist.
An example application that does this is the ble_app_proximity app. You'll see the...
Hi.
I need to use multiple SPI devices and I'm not sure which is the proper way to handle this, should I open/close each time the SPI port with different SS pin configurations...
Hi,
I wonder if nrf51822 has a clock inside it.
It doesn't need to be real clock
but It's important to me.
I store datas on flash and send it to the phone when it...
Greetings,
Kudos for implementing a no glitch version of PWM with and without using timeslot.
github.com/.../nrf_pwm_noglitch.c.
Could the reasoning for the following...
Hi,
I'm really struggling and the Android side (I guess?)
I have a nRF51 app based on the UART initially, with my own services added. etc.
On the Windows MCP it behaves...