Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
Hi everyone,
I'm the author of the following question and a lot of context information about the state of our custom application can be gathered from there: registration...
Hi,
In my app I have been using the following to register my state change callback. This works. Only issue is it seem to only pass ot_instance, I cant pass a user data to...
Hello All,
I am attempting to use the scanning module to scan with a multiple filters. UUID and NAME filters to be exact.
I have done some testing with the code below...
We are seeing different behavior/performance on our system depending on whether we reset the system using JTAG (JLinkRTT Viewer) or we power cycle the system.
Our project...
Hi,
we would like to extend the measurement range of the PPK2 beyond 0.6 A in source meter mode, e.g. to measure the power usage of a Raspberry Pi. We know that this might...
I need a checksum to verify integrity of some data blocsk. As I saw, that the nrf5340 hardware has some builtin support for SHA-256, I though: cool, let's use SHA-256
Now...
Hi,
I build a custom board (nRF52840) but I'm not able to flash it using nRF5340DK with J-Flash via SWD interface.
1. The first thing I did was to do a full chip erase...
Hi,
Is it possible to communicate with the nrf52840 dongle from an android application via USB port ?
That is, nrf52840 dongle will be inserted to the android phone's...
Take Bluetooth UART as an example, there will be a delay in the process of sending data from the peripheral device to the central device to receive the data.
What factors...
Hi, I'm developing for a custom project board which only has the SWD pins exposed, which I'm using for (1) programming and (2) RTT logging during development.
Once the device...
I'm working on adapting ST's RFAL NFC library for ST25R3916B/X-NUCLEO-NFC08A1 on an nRF5340/DK in order to emulate an NFC tag, and would appreciate some insight into how Zephyr...
Hi, I use NCS v2.6.1 I have taken Central and peripheral HR as an example and am trying to modify it to make the Central/Peripheral UART example work similarly.
I briefly...
Hello,
I'd like to add the transmission of an I2C recovery pulse (where you toggle SCK 10 times) to my startup routine for an offboard device whose state I'm uncertain of...
Hello Nordic team,
I was wondering if it's possible to start the MCU boot from the application at runtime.
What I want is to be able to restart my product and run...