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 All,
I have designed one device using nRF52840 MCU and software SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
From Software end all features are implement and...
Hi Sir,
As check nwp_024_v1.6.pdf, it only shows the tape real information w/ below series.
nRF24
nRF51
nRF52
nRF8000
nRF9160
I don't find the information for...
Hi,
I have a SPI peripheral connected to the nRF960 DK. In order to access this correctly, I need to be able to write a byte to a specific address first and then read back...
Hi
The NRF52832 I used seems to have accidentally turned on the read-write protection,Cannot establish a connection using JLINK now,Is there any way to turn off this read...
Hi, We are developing a robotic product using nRF52840. I would like to know if Nordic officially supports Zephyr OS and have plans for supporting features in long term?
We used sd_ble_tx_buffer_count_get() to get maximum tx message can be sent in nrf51. However, this api is removed from nrf52840.
Is it equal to the setting of NRF_SDH_BLE_GAP_EVENT_LENGTH...
I am using NRF52840 and SDK1600. Currently, my program uses 50kB RAM memory according to Segger Embedded Studio. NRF52840 has 250kB RAM memory, so there is plenty of space...
Hi,
We are building a prototype based on the asset tracker demo application. We had interfaced different sensors on different peripherals (2 on SPI and 2 on I2C). However...
I have applied the errata 171 workaround to a zephyr code base with an MX25 chip and set the speed to 96MHz - when I run the application (engineering D silicon) with a scope...
Hi
I have used ble_beacon example to configure DK board as beacon here i wanted to pass custom data inside the code and print those array code on output debug console to...
I have an embedded Linux platform which uses an nRF9160 connected via UART. The nRF9160 has been loaded with the serial LTE modem firmware, version 1.3.1.
I've been experimenting...
Hi!
I'm developing the NRF9160 target from a raspberry Pi. The problem is that I need occasionally to perform modem firmware upgrade, and I can't figure out how to do it...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
I have add a custom characteristic in the heart rate service sample code.
The characteristic is shown on...
Hi Nordic,
I am using your official board nrf52840 to develop my application based on the ble_app_uart_peripheral example. BLE communication and the spi interfaced sensor...