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...
Hi there, I have been trying recently to DFU a custom device using desktop nrf connect, and I get an error message as in the following picture right after pressing start DFU...
Hello,
Currently we working on a project that uses:
- nRF9160
- Zyphre OS
- Segger Embedded Studio for Arm (Nordic Edition) V4.52
- SDK v1.2
I saw in others...
Hello, i have configured the Timer1 as follows
ISR_DIRECT_DECLARE(timer_handler){
if (NRF_TIMER1->EVENTS_COMPARE[0]){ NRF_TIMER1->EVENTS_COMPARE[0] = 0;
gpio_pin_toggle...
Dear experts.. we are trying to build a 12 lead ecg system which sends real time data to mobile phone for plotting using nRF52832. While most of the time it works ok, when...
We have an application that sends a short BLE packet to a mobile app every second, for about 15 minutes, and then shuts down and sleeps. Meanwhile, it also writes to an SPI...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s140nrf52611
HW: Custom
I am using the example for open bootloader (nRF5_SDK_15.3.0_59ac345\examples\dfu\open_bootloader...
Hi,
Our device ( nrf9160) is running application ( non secur) built with sdk 1.2.0 (toolchain v4.42) , we've updated it using FOTA download to the application built with...
Hi, Devzone.
Well, I found the calendar library from the following link. https://github.com/NordicPlayground/nrf5-calendar-example
By the way, I'm using RTC0 for Softdevice...
Hi, I want to know what is the different between QFAAB0 and QFAAD0. The IO of QFAAD0 version seems to be broken down easily.Maximum 4mA current flows into IO.
public class NotificationActivity extends Activity { @Override protected void onCreate (Bundle savedInstanceState) { super .onCreate(savedInstanceState) ; // If this activity...
The SDK version is 16.0.0. I am using NRF 52840 DK and testing the BLE data transmission with the example project BLE_APP_UART. I am using NRF Connect Desktop to communicate...
Hi! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
I expanded the button events based on example ble_peripheral ble_app_hrs by
and everything works fine (button press and button release events for all 4 buttons) till I...
Hi
We found abnormal current waveform when running GPS as 120s fix interval and 10s fix retry.
As below pic, the first plus is A-GPS seraching, from second plus is the...
Hi,
When I used nRF52840 dongle (connectivity_5.1.0_usb_with_s132_5.1.0.uf2 firmware) to receive peripheral device notifications, nRF52840 dongle can only receive 20 bytes...