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,
according to my system architect it should be possible to use a standard https://github.com/NordicSemiconductor/pc-ble-driver on the nRF52840 Dongle for implementing...
Hi guys, I'm trying to measure deep-sleep current of my application quite precisely to obtain a reference measurement to evaluate against for further improvements. The setup...
I tried to add a chip of our own design to NCS, but when I tried to write the device description file, I ran into two problems:
1.Even if the chip description file is compiled...
Hi,
I'm using the example project usbd_msc and I am having no luck having the volume come up on windows when I plug in the nRF_USB line. I can see "nRF52 USB MSC Demo...
We are currently getting our firmware ready to test devices for FCC and other radio testing. We have an AThost-like setup that passes AT commands from a terminal over a BLE...
.Hi Nordic Support team,
I'm using NRF52832, SoftDevice S132, SDK version is nRF5_SDK_17.1.0_ddde560.
I want to transmit 9 bytes of data collected from an I2C sensor...
Hi,
the I2C burst write function below work perfectly <16 number of bytes. Once I transfer more that this, the return code throws an error "-28" and my scope doesnt even...
Hello, I would like to develop an automated tool for our production line to use to perform DFU on our nRF52832 system. Is it possible to communicate with the nRF52 Dev kit...
Hi, I developed a custom board and I am able to toggle other IO pins but somehow pin 10, 9 wasn't working. After some research, I found that NFC must be disabled to make it...
Hi,
I am trying to set EDRx en LOG_INF the result using following code:
static struct lte_lc_edrx_cfg drx_cfg ;
//enable EDRx
LOG_INF("== Setting EDRx =...
Hi,
I have a custom board with a nRF52840 and the nRF21540 FEM. To control my FEM, I have added the following to my code to my nRF52840_nRF52840.dts file:
/ {
nrf_radio_fem...
Hello Everyone. I tried to run the ble_app_multirole_lesc example on SDK 16.0.0 to test the numeric comparison match feature on bonding. And found that the handling of this...
Hello,
I am currently updating from SDK v2.3.0 to v2.5.2 but I am not able to get the 'psa' functions working correctly (as they did with previous SDKs).
I am trying to...
Hi, How to find out what function is being called, when sw interrupt occurs? I have created a timer that should call a function. But I'm having a hard time finding what function...
Hi,
I am working on custom board which has nrf9160 as modem and stm32 as host controller.
here I am used lwip stack on stm32 controller to get the IP address.
I have...