I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi everyone,
I'm programming nRF52833 for my application. In my application, I used ble_advdata_parse to read the advertising packet for filtering mine device. However,...
Hi,
I am trying to read and write data from flahs using the fds library. For the moment my main problem is that when calling fds_record_find, it returns FDS_ERR_NOT_INITIALIZED...
Hello,
is it planned to add support for PyOCD and/or OpenOCD for NRF9160?
If yes, when?
ATM (26.02.2020) they support only NRF51 / NRF52
https://github.com/zephyrproject...
I am trying to do multiple PWM in my DK board , but it cant work.
I made simple code for it .
This is my overlay file , but it works for just pin 13, means ch0 .
...
Hi,
Is there any way to tell when the modem has finished doing a band scan? I would like to know so I can swap between CAT-M1 and NB-IoT for globally deployed devices. ...
Dear
I am try to perform an OTA operation on a dongle of nrf52840 by ble_app_blinky for PCA10059 project and light-switch server for PCA10059 project, which works well on...
I've setup SDK 1.4 with Segger, however I can't get the Asset tracker Application to compile. It seems to be building the SPM even though the project is setup to use the Non...
I use the template for pairing and binding. For the first time, after binding, for the second time, I bind again, prompting to reject binding. How can I match and bind many...
Hi,
I want to compile and run Mesh examples. I tried the Light Switch client, server and the Sensor server examples. All of them fail when the linker is invoked. All of...
Hi everyone!
I'm new in Nordic DKs and I have a new Nordic Thingy 91, I understand that it uses two chips: nRF9160 and nRF52840.
Maybe this is a silly question but, can...
I have a custom beacon application that is mostly idle. Before adding a timer, the current consumption was 3.2uA. After adding the timer, the current consumption jumped to...
So far I've use the nrf gatt module for setting MTU and DLE and seems to be working, however this module does abstract packets and maximum tx time in a connection. There are...
I have incorporated the DTM example into my application. It works as expected when I set the NRF_POWER->GPREGRET and then perform a reset sd_nvic_SystemReset() , then enter...
Hi,
https://devzone.nordicsemi.com/f/nordic-q-a/67024/nrf9160-questions-related-to-immutable-mcuboot-application
From the above thread i learn that MCUBoot is not that...
To get the GPIO binding I can use:
device_get_binding("GPIO_0");
1. I would like to know where in the documentation it lists the strings you can pass to that function...