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...
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...
Returns -151 NRFJPROG_SUB_DLL_COULD_NOT_BE_OPENED when calling HighLevel.API().I've tried many versions of nRF Command Line Tools and the problem is still not resolved.
...
Hello, I'm from the United States. I am currently working on a development project using nrf52840. In this project, I am implementing a battery voltage monitoring function...
Hello!
I'm struggling to make simultaneous multi-image DFU OTA to work on nRF5340DK. Is there a coherent guide on how to set it up from Zephyr perspective and what software...
Hello,
I would like to use littlefs on the nrf5340dk board with the OnBoard Flash. So I selected the Zephyr/samples/subsys/fs/littlefs sample Project with the nrf5340dk...
Hello.
I used to ask this question to DevZone . However, I made a new question because it is locked and I cannot ask additional questions.
My purpose is to know the bonded...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to know the authentication method of the central device when the connection...
Hi
Can you give an AT cmd to post JSON data to the server
example : ncs v1.9.0 serial_lte_modem
such as
AT#XHTTPCREQ="PUT","/iot/v1/device/12345678901","User-Agent...
Hi,
I figured that a slave select is configured in dts as: However, when there is a need for multiple slave selects, slaves have to be managed explicitly as informed in...
Afternoon folks,
I'm new to nordic, previously a TI developer. I'm still getting my head around the SDK. I've unfortunately been left with some poorly organised, very-un...
Hi
I have a clean sample problem
1) Installed a clean install or nRF connect v1.9.0 at c:\nRF
2) Installed the VSCode as recommended
3) Pressed Create a new application...
Hi,
I am using an nrf52833-dk for development, and I need to work out interrupt based SPI. Can you kindly point me to an nCS based sample project for interrupt based SPI...
Dear Concern,
I want to keep my nRF52382 module in low power mode during non operational condition. During the TX and RX condition it has to wake up from the sleep mode...
Hi Team,
I tried the blinky example for the nRF52833 DK with the nRF5_SDK_17.1.0_ddde560 . I am using Segger Embedded studio for ARM V5.62 64bit – Non Commercial License...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
The program is created by referring to the whitelist of "ble_app_hids_mouse" which...