Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...
Hello,
I'm getting started with SDK 8.0. The examples complied and flashed for me relatively painlessly on OSX, and the project organization is easy to understand.
Now...