It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
This is my first design with a BT product so apologies if my quest is a little simple.
The advice I was initially given was just to cop the dev board design and it “should...
Good day
I am trying to run the l2M2M_client sample on the nrf9160dk and have just downloaded the latest toolchain. I have gotten this error, while building, before even...
Hi, I have a situation(problem) I do not fully understand, and I hope you can help me to sort it out.
Background 1 Central and 2 peripheral units; all three is powered by...
Hello. I'm trying to make a simple BLE MIDI switch device based on PCA10040 dev kit and nrf Connect SDK v2.0.0. So I've added one GATT service with one characteristic according...
Hello,
We have a product developed using nRF5 SDK for Thread v4.1 based on mqtt-sn sleepy publisher example.
Currently I want to publish my sensor data of payload size...
Hello,
how add math function to a segger project.
I have included
#include <math.h>
void myFuncion()
{
. . .
rx=(int)((float)(*x-cx)* cos(a) -(float)(*y-cy)...
Hi,
I am attempting to make the Mass sample work on the nRF5340DK PCB.
I have found a patch - which seems to improve things slightly, but I am still getting a fs mount...
I get the wrong values of sin() function and the other trigonometry function. Secondly, please let me know how can I use inverse trigonometry function. I have added the configurations...
Hello,
My product is developed on mqttsn example of nRF5 SDK for Thread. Current setup is having one SED and one NCP device connected to OTBR ( having Nordic Image). ...
Dear Nordic Experts,
We are adding BLE functionality to an existing product so we have replaced its main micro-controller by the nRF52810. Our custom board is now in the...
Some time I'll got wrong value from read ADC.
I am using ncs2.0.2.
Here is my debug message you can see huge value at adc port 2.
Here is how I define ADC node in...
Hi,
When connecting my BLE peripheral sensor from nRF Connect for Desktop Bluetooth LE application, the client console prints out this
I want to increase the packet...
Hello
I need passkey
I am working on a project
I connected the peripheral_uart to android application
So I send the data on application , I need a secure connection...
I've been using the default connection interval for HID BLE devices but iOS 16 changed the their minimum connection interval from 11.25ms to 15ms. I just wanted to know how...