The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I have Rezence SDK working well with Keil uversion with wired and wireless debug without any issues on either nRF51 and nrf51822 DKs. When I port the project to Eclipse with...
Using the bootloader example code in SDK 8.1.0 for gcc, roughly how long does it take from power on to the call to bootloader_app_start()?
My device is motion activated...
Hi,
I have nrf51dk and analog EKG sensor. I know that ble_app_hrs allows to get R-R interval, but in my application i need to get also R-S and R-T intervals (or just R...
Hello,
I have combined two files spi_master and ble_app_uart into one file. Once trying to compile main.c compiles with no error but bsp.c compiles with 3 errors although...
Hi,
in S110 v 8.0.0, we can select the advertisement channels by setting the advertising parameters for sd_ble_gap_adv_start(..).
But what I want to do is to change...
Dear Nordic Team,
I am currently working on a project to develop firmware for S110 nRF51822 softdevice with the following requirements.
Read ASCII chars from a third...
i have found that
devzone.nordicsemi.com/.../
It seems impossible to connect two nrf51822,because soft device doesn't support the BLE Central role.But below said in...
I am getting an Error code on 8 on calling nrf_drv_gpiote_init() in my main() :
err_code = nrf_drv_gpiote_init();
APP_ERROR_CHECK(err_code);
Any idea what I am doing...
Links of the modules i am thinking of:
PTR7024 Module
Datasheet of the above module.
Uploader or downloader: Link
So, i am going to use this module PTR7024...
Hi,
I am currently using the nrf51 dongle . I have configured the master emulator api on the dongle to act as the client/central and connect to a single peripheral/server...
Hi everyone,
My name is Victor and I am doing an internship in New-Zealand. My work is to send data from 8 MS5803-02BA pressure sensors to an Android device.I am using...
I understand from a FAQ that the USB driver for Win8 and Win7(64 bit) is not available and we must use XP or Win7(32 bit). Unfortunately I don't have either of these, so will...