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)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hi Nordic Team,
We are working with two nrf52840 chips that communicate with each other via gazell. To change system settings we write characteristics via BLE. Recently...
Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to...
Hello, I'm building a custom app using the nRF Mesh Library for Android.
I'm using a server database in which I'm storing appkeys and netkeys values so that I can use...
Basically, I cannot do continuous TX with nrf_libuarte_async:
Here is simple reproduce:
It only output ===TICK=== and no +++TOCK+++
Here is what I've tried:
...
Hi,
On the nRF52810, is there any limitation on using P0.12 with I2C? I am using MS50SFA module on a custom PCB.
I've also noticed the same issue on a nrf52 DK while using...
i use ncs1.5.0 and nrf5340dk_nrf5340_cpuapp, i disabled uart0 ,enabled uart3, disabled hci_rpmsg out ,and connect uart3 rx pin p0.32 ,tx pin p0.33 to a 232-usb connecting...
hi
I use nrf52 sdk17. i want to change device name .
1. if device name is less 19, more 18 ,it is ok. for example
#define DEVICE_NAME "123456789123456789" . it is OK...
Hi,
I'm trying to catch my NRF packets with nRF Sniffer for Bluetooth and I can't find them (after starting advertising).
On the other hand - I'm able to connect to the...
Hello,
I am stuck on the step of getting the Thingy91 to start working.
I am following this tutorial: https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy...
Hi,
i am working on nrf52dk. i have already implemented dfu with button. i want to implement buttonless dfu. as there is a example provided in ble_peripheral with name ...
I'm more of a programmer than an electronics person so I apologise in advance if I misuse terminology or if the answer to this would be obvious if I had more experience. ...
Hello.
I want to raise the SDK version, what should I do at that time? (Example: v16.0.0 → v17.0.2) Should I overwrite all the old SDK sources I'm using with the new SDK...
Hi, I'm using the PWR_MGMT SDK 17.0.2 demo code on my nRF52 DK.
Q1) After enabling parameters in the sdk_config.h, the nRF52 DK could enter the Power Off Mode if I press...
I am trying to conduct a device firmware update using nrfutil's dfu ble functionality. Here is the command:
However, running the above command results in the following...