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...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
SDK 15.3
Hi,
I keep getting the following error when compiling. What file am I missing or what setting do I need to set in sdk_config? I am getting this error when compiling...
Hi
I have started learning about Bluetooth mesh for a project to be done. i have some doubts regarding where to learn the coding and how to start coding for creating a mesh...
Hi everyone,
I was looking to use the nRF24L01/+ along with a small microcontroller (e.g., ATtiny) and I wanted to reduce the BoM as much as possible. I was planning to...
I have connections to a Azure server that has tree CA available. To be able to talk to the server with .peer_verify = 2; I need to replace the CA one by one and try to figure...
I have been uing nRF9160 as ble gateway for uploading data from two nRF52832. The nRF9160 has subscribed to the nRF52832 gatt and hence receive updates automatically. Now...
I purchased the nRF52840 dongle AND Nrf52 dev kit. My upcoming project will utilize the nRF52832. I am able to build, download, modify, and execute examples from the nRF5...
Hello everyone,
i am created my own UUID Service with a characteristic. I used this tutorial --> https://github.com/bjornspockeli/custom_ble_service_example Code is working...
Hi,
I am getting this error when enabling the twim instance. It initializes successefully but throws error when enabling it.
How can I troubleshoot it further to know...
Hello,
I want to measure the 32 kHz XTAL frequency by toggling a GPIO and measuring the frequency by a frequency counter. The nRF52 has got an external crystal connected...
Hi,
We are working with the nRF52840 and an ADC chip that is capable of I2C communication faster than 400 KHz, allowing lower latency. I know that the nRF52840 does not...
Hi,
I really need your help!
When I add DFU function to my project, I need to display DFU progress on my LCD, but I don't know where to add my display code, and I don...
Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0 in my customboard
Anyway, recently, I have one problem about reset.
My device sometimes has rested and...
Hi All
We have started work on nRF9160 DK. We follow this link Getting Started with nRF9160 DK We have download SDK and install all requirement like GNU and Embedded Segger...