I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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:
I use gzell protocol to realize 2.4G communication with SDK 5. I wonder that is the gazell protocol update in SDK9 or SDK10 ? and is there any improvement in latest version...
Hello:
I want use nrf51822's time/ppi/gpiote to capture the pwm rising/falling range duty.I want to know the most numbers of pwm channels duty parameters it can capture?...
Hi everybody,
as Nordic is currently working on this "Internet of things" thing and there are plans for an IPv6 over Bluetooth stack, I was wondering if it wouldn't be...
Is there a calling context restriction for sd_ble_gap_connect()? Either in the function call or where the peer address pointer is in memory?
I based my Central project...
Hi everyone,
I tried to test nRF51-ble-app-uart-static-passkey to learn the static passkey method.
I used PCA10001 EK board, with S110_7.1.0 and SDK_6.1.0.
Well, if I connect...
The maximum data length of a characteristic is 9, and I use the follow function to send the notification to a client
uint32_t dxs_send(dr_ble_dxs_t * p_dxs, uint8_t * p_data...
Hello,
I am debugging through UART with nrf52 and s132 softdevice using Keil V5 for the proximity app. When I flash the example app from the 9.2 SDK and look at the debug...
Is there a migration guide for the SDK 10 somewhere? I think the use of the APP_TIMER_DEF() macro is one thing that should be in it. Took me a while to understand why the...
Hello There,
As mentioned in the S132 specification (S132_SDS_v0.5.pdf), when acted as a peripheral and the connection time interval is 7.5ms, for the case of a GATT server...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
When building a solution that supports Bluetooth MAC address randomization are there any options available in nRF Sniffer to allow packets to be captured. e.g. potentially...
Hello,
I do connections between nRF51 in my application.
When the central detect an advertising frame, it ask to a server is the device is allowed (few ms). When server...