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'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Recently I check back again into att_mtu_throughput example in SDK 15.2. there seems to have some updates than in previous SDK, and I see this BLE_GATT_EVT_DATA_LENGTH is...
Dear all,
I am using the following peripherals in our product.
1. TWI Sensor
2. BLE
3. APP timer (1. to poll a gpio pin & as RTC)
4. SPI flash
5. 2 Edge sensitive...
Hi,
I am using nrf_queue to store data in queue which is inserted with time based interrupt at several milliseconds. Also same data from queue is fetched at bulk.
I am...
Hi,
I have modify a BLE program from ble_app_uart by using SDK 15.3, but the system will crash when I do following test:
Please find attach file for my code.
Step1...
I want to double check current draw in the nRF9160 low power modes and need some help in making sure I know how to do so.
I plan to use an oscilloscope for measuring current...
I hear that the GPS should now work with the onboard antenna of the nRF9160 DK for versions 0.8.5 and later. I also read that the asset_tracker application has been updated...
Hi All,
I'm referring to generic on/off ble mesh example code and we are in the development stage.
I would like to know which pins are used for PA and LNA in the example...
HI
In our application we are using "app_sched_event_put" function but its showing [NRF_ERROR_NO_MEM] when i debugged it please look the screen shot.
The sdk we are...
Hi:
for "ble_app_hids_mouse" example ,it has SWIFT_PAIR_SUPPORTED.
Does HID_keyboard also have this feature?
Could I move swift_pair from "mouse example" to "keyboard...
Hi,
I have an ADC which is interfaced with the nrf52.
The samples from the ADC are collected every 2ms (500Hz sampling rate). I store these samples, and when the number...
Hello, I'm having too long connection times or failed connections with some android smartphones (for example samsung A7). Is there a way to decrease connection times?
I...
Just need a quick confirmation, in S140/SDK15.2, what is the correct to config hvn_tx_queue_size?
I found in some post said it can not be set directly, instead one should...
Hi,
I am developing a central application that will connect to my custom made peripheral device and continuously read a characteristic available on the peripheral device...
I am new to NRF (The usual song )
Here's what I am trying to do :
Connect my button on P0.16 or P0.17 of my NRF52 DK Board , and when I press the button connected to P0...