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...
I did a chip-erase on the NRF51 DK. However, when I tried to reconnect and program the DK I get the error: Failed to connect to target, no Idcode detected
I tried doing...
Hello,
At the following line
I get the error:
hal.c(35): error: #20: identifier "NRF_DRV_TWI_INSTANCE_0" is undefined
When looking further it seems likein the...
I have custom board with nrf 52832. I am using SDK 15.2.0 and softdevice s132 V6.1.0 to transmit advertising packets periodically. I have written simple application that reads...
Hi Everyone,
I’ve implemented a ST7735S on the NRF52832 using the GFX example. My problem is that I can’t seem to update the screen in such a way that the screen doesn’t...
Hello,
I am trying to make LSM6DSR (STEVAL-MKI194V1) work with nRF52840 using TWI Communication.
Problem:
Firstly, I modified the TWI sensor example to use the accelerometer...
Hi guys, I've got a nRF 52840-DK, I want to verify the new features like 2M/long range/advertising extension.
1. Is there any exmaple to test these featues, or any guideline...
Hello,
On the nRF52840, is it possible to switch from TXIDLE to RXIDLE or from RXIDLE to TXIDLE without going first back to DISABLED ?
We are using the radio in 1 Mbps...
To the kind attention of Nordic support team,
we are very much interested in interacting with your nRF52840 devices preprogrammed with the wireless bootloader and waiting...
Hi! We are currently trying to develop a low power framework for our nRF52840 DK with SoftDevice S140. After disabling various peripherals and interrupts we use the provided...
Hello Team,
I just recently purchased Thingy52 i was wondering i can use NFC NDEF update using python library if it is possible can you point me to right
documentation...
Hello!
I am working on firmware for device that has freertos in the base and implements BLE beacon and 1 service with 7 characteristics. Everything works. But power consumption...
Hi,
We are currently testing DFU upgrades on Android. In my current setup I have two different phones, a Sony one running Android 8 and a OnePlus running Android 10.
The...
We have a device (in central mode) initiating a secure connection to a peripheral (slave) via the usage of `pm_conn_secure(conn_handle, false)`. This results in a `PM_EVT_CONN_SEC_SUCCEEDED...
Hi All,
I want to convert analog input into digital using SAADC on nRF52840 DK. After that to push the SAADC output through the Bluetooth (nRF connect bluetooth mobile application...
Hi,
Recently,i try to install the tool chain of nrf connect sdk as the instruction as guide。After installed west,then run command “west update”,but got an error:
Can...