Hello everyone,
I have been assigned the task of finding a wireless modem with integrated LTE Cat-1 bis support. I've come across the nRF9161/60/51/31 family, which indicates...
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...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
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...
Hi,
I am using BLE_Blinky_Peripheral example from SDK 15.3.0 with s112 softdevice. I want to use basic softdevice APIs instead of nrf_sdh libraries for enabling BLE stack...
I am a beginner trying to get a device to operate optimally under a battery. Where can I find a starter code template that would shutdown/disable everything, putting the device...
Hi there,
I am working with the NRF52840 Dongle and have been trying to verify what sort of influence other processes on the chip could have on the radio. Specifically,...
Hello Nordic team,
I'm having some trouble with discovering the characteristics of a custom device.
The peripheral device has a private service with UUID 06000002-0000...
I'm busy implementing a (serial) DFU host, but sofar i'm unable to send a proper init packet.
The bootloader keeps returning an invalid signature error
If i open a .dat...
I am using nrf52840dk
sdk15.3.0 and s140
I want to read a sensor data over uart and then advertise it but the advertising never starts after reading over uart even though...
IDE: Segger Embedded Studio
SDK: 15.2
Mesh SDK: 3.1.0
Im working on adding light lightness model to the mesh SDK and it requires doing an equation like sqrt(x * 65535...
Hi all,
I am working on a ble_app_uart sdk example thereby I can connect the bluetooth of nRf52840 to My mobile. I want to read the temperature and send it to my Mobile...
Hi, I am attempting to set up a nRF52840 DK as a BLE peripheral, and have been following the basic setup instructions at infocenter.nordicsemi.com/index.jsp . However, when...
Hallo everybody,
I successfully implemented on the NUS example the Pairing with the Passkey with the following Peer Manager configuration without LESC.
and the BLE...
I've written a DFU client in python. I'm trying to add the ability to restart a failed DFU without having to resend the whole file. I can see that the init packet is saved...
I cannot find an example project for using the PDM module on SDK 15.3.0. Can you please direct me to where I will be able to find such an example project?
Thank you.
HI,
i am using nrf52840.i am sending 500bytes from peripheral to central with the time interval of 100 millisecs. for 5 minutes its working fine,but after 5 minutes the...
I use nrf_uart_master by one side and application realising uart periphireal role on the other side. (It is for debugging. In production Central role will be chip.)
Connection...