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...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hi, I want to run unit tests on an actual device (nRF52dk) - is it possible? When I'm trying to run `west build -b nrf52840dk_nrf52840` on `ncs/nrf/tests/unity/example_test...
I ask for your understanding of my short English. I am a student studying in Korea.
i using sdk 15.2 and nrf52840 dongle
When using the example of usbd_ble_uart of peripheral...
Hi,
im use the example of nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_keyboard
and i change the code of static void hids_init(void) like this:
and...
Hi
i have installed segger emstudio and almost all dependencies but still can't able to build a project. my main target is to work with nrf9160 dk but without an hardware...
Hello!
I'm working on a project with the new nRF5340 & Zephyr and I'm trying to get two SPI peripherals on the same bus sampling data correctly. It's a simple program thus...
Hello,May I ask you a question?
Hardware model: NRF51822 SDK version: SDKv9.0.0 SoftDevice:s110.
I used the interface in the pstorage.c file to realize the storage of...
Hi there,
I'm just trying to start to code my project. I want to stream 48k 16 bit audio from one nrf52840 dongle to the other one. I only need one way transfer.
I have...
Hi,
I want to use dtm project to test RF PHY performance about NRF5340. But after downloading dtm project and empty app project, NRF5340 can work normally from output RTT...
Hello I use nrf52832 and sdk v17.0.
I'm testing the firmware using custom pcb. Sometimes it stops altogether if there is an error in the firmware during the test.
The...
Hi. I'm testing our new product that can be extend ranges using FEM.
For best performance, I'm matching impedance between antenna and FEM.
But my major is not wireless...
Hello, I have a problem with my own designed board, It has nRF52832 and some other sensors which communicate over SPI, also I have a SD card on the same bus that works fine...
Hello,
In my code I am reading from a sensor and want to check if the float value returned is out of range. In order to do so I would like to be able to calculate the absolute...
i have just blinked the LED and trying to pwm
i have written a simple led blinking program like this one below
#include <stdbool.h> #include <stdint.h> #include "nrf_delay...
I'm trying to diagnose frequent (80%) DFU failures that I'm seeing with our Android application using Buttonless mode.
Our target can be 100% reliably updated with our app...