I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
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...
Hi Nordic,
I want to send JumpToBootloader() command to nrf52832 module to make it enter dfu mode and update.
But I got the following error, can you tell me what is the...
Hi, I have been doing my development on the 9160DK and now its time to move the code over to the thingy 91. I managed to get the 9160 flashed by following ( https://devzone...
I modified the ble_app_gls example using the whitelist paring mode. The code is from ble_app_hids_keyboard.
1. The code goes fine when using whitelist paring mode.
2....
Hi I am using the ble nus with throughput from this github project. I can send like half of the total packets before encountering the not able to allocate uart send data buffer...
Hardware: nrf52840 DK.
Software: ncs version v1.7.0 and default SEGGER IDE for Nordic.
When I first build the machine learning application in nrf, there is no any problems...
Hi DevZone !
I am using the nRF52840 for development and after some tests one of the chips could not access its memory flash in the function fds_init() in the library fds...
What is the difference between NRF5340DK and NRF5340PDK? If so, is there any way to make nrF5340PDK into NRF5340DK board? Why I use NCS version 1.7.0, to compile nrF5340DK...
Hi,
I'm trying to implement eddystone in my application, using the example.
The problem is the I can't build my project, as I have an error regarding DRV_RTC_RTC1_INST_IDX...
Hello,
With me is two SES projects that are in need of both the softdevice and an application.
One of these projects involves combination of an application and a softdevice...
Currently am working on a project that has strict size constraints. My interest is to have the SoftDevice run without the MBR if that can be made possible. The project is...
I have been reading the nRF52840 product specification guide and find the PPI an interesting feature potential to use in my application. I'm would like if possible to connect...
Hi Nordic,
I don’t know if the question I asked is stupid, but it does bother me for a long time.
Q1 - Can I use uart(serial) interface to update Firmware (including...
Hello everyone! I am developing a prototype custom board with an nrf52840 dongle and some sensors. The first sensor is a bme280 over I2C and there is an example in the sdk...