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...
I have this problem with all the samples for the nRF9160. When I build the zephyr.elf file, I get an error saying it failed. Please see the picture below. Any idea what's...
Hi,
SDK: nRF52_SDK_12.2.0
Softdevice: Generic_Stack_S332_02.00.01.hex
TX_PIN_NUMBER: on port 25
RX_PIN_NUMBER: on port 26
In our application we are using two...
Hi, We would like to support Bluetooth 5 in an upcoming product development.
Bluetooth 5 gives us two options for an improved connection: Twice the data through put (payload...
Hi,
I am using the Thingy:52 (that contains the nRF52832) and also have evaluation board of nRF52840.
Does anyone have a recommendation for a DAC for use with one of these...
HI,
May I ask, what is the version of J-LINK officially supported in sdk 15.3? I can not find it in release note.
See.
The following toolchains/devices have been used...
The Config Model Publication Set message can be used to configure a model to periodically publish its status.
If a model doesn't support publishing the `publish_timeout_cb...
Hi,
I've added WFE\WFI to my application running on nRF52840 on my RTOS Idle Hook.
Runs fine when debugger is attached , but when debugger not attached - the application...
Hi
I have merged NUS client , NUS server and multilink examples.
It works well and no problem in functions.
Now i will make that the module(with multilink nus server...
Hi guys,
sorry but first of all I have to admit that the migration is a mess. And really do not understand why you entered nrfx and did not make a clear cut. Because saving...
Hi I want to get the peripheral address from the UART and compare with scanned peripheral addresses from the central (nrf52832) and if the received address string is of one...
I'm using a custom PCB with a Laird BL651, which contains a nRF52810.
I've been following the "Transferring Project to nRF52810" tutorial here to run one of the simple BLE...
Hi
This is in part related to my previous post on PWM signal generation on two channels that are 90 degree phase shifted. The frequency of the PWM signal generated was...
Hi,
I am using nrf51422 in my project.So we are using keil5 u vision project and sdk 12.3 version so here the problem is when i tried to open the blinky project it is showing...
I need to add ARM_MATH_CM4 to my preprocessor definitions using Segger Embedded Studio.
I know this has been dealt with in "nRF52832: How to Include the "arm_math.h" library...
Hi there. I want to start first i am new to BLE Mesh. I have checked pretty much everything on the Bluetooth SIG and there are some questions. I have flashed the nRF52840...