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,
I've some questions on nPM1100's buck regulator
1) What is the Iq (quiescent current)?
2) Does it support 100% duty cycle?
3) What will happen to VOUTB if VINT...
Hi,
We are using ANNA-B112 module with nRF52832 chip and trying to store the product serial number in UICR. From the description of UICR, it seemed that the CUSTOMER area...
Hi,
A have an application on a custom board that will not start, unless I use JFlash Start Application command, or attache the debugger. I already added CONFIG_BOARD_ENABLE_DCDC...
Hi,
given "nrf_drv_twi_xfer" or its "nrfx_twim_xfer" younger brother is used to communicate over I2C, and its a TxTx tranfer, than what does "nrf_drv_flag_tx_no_stop"...
I am using bleak and python to connect to a ble device and then using subprocess to run the dfu. The ble device disconnects when the dfu starts and then I get "Connection...
I have a Thingy:91 board that appears to be broken, no response either on the LED or via USB UART when switching on.
I've earlier done some development with it, and hooked...
Hello,
I am attempting to follow along with the AWS IoT example. Everything has gone OK so far (Create a Thing, Create a Policy, Create and download certificates) until...
Hi All,
In our product we have noticed that, on a few occasions, some important information that is saved using FDS (in a file with ID: 0x02) are being erased when an OTA...
Hi,
Do you have a recommended circuit for supplying VDD_GPIO with the right timing relationship to VDD?
Section 11.1 of the datasheet says "VDD_GPIO should be applied...
Since the 9160 will vary his transmit power based on signal strength, is there any way of determining what power is being used for a given transmission? I know that the max...
The Edge Impulse firmware compiles and flashes to the Thingy53, without problem. I would like to increase the range of the BMI270 accelerometer, but can't find any reference...
I am using 52840 and SDK V14.2.0. When compiling nrf_ble_dfu.c I see the following error in nrf_dfu_types.h: line 258
"two or more data types in declaration specifiers....
Hello,
I am getting 0x07 error code when invoking sd_ble_gattc_char_values_read(..) function.
I am using SoftDevice 140 v6.1.1 APIs. I have an NRF52 dongle and I programmed...
Hello,
I am trying to send status messages to a Client model with a specific unicast address on one node. This node's parent element has both generic onoff server and client...