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...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
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...