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...
I am trying to write to NRF_POWER->GPREGRET to store some variables that should be retained through a software reset.
I am running SD 5, SDK 14 and using GCC to compile...
I would like to write a program to communicate directly to the Dongle over USB. The plan is for manufacturing test fixtures to communicate with the 'device under test' over...
Hi all,
I want to disable SD and reinit SD and reinit my services.
I try by ble_app_uart example.
I add code for button, when I press button 1, it disable SD. When I...
Hi,
I just started working with Nordic chips so I apologize if I am missing something obvious here
I am using a custom board that I designed containing a nrf52832 module...
First of all, Because of my poor English, and I'm newbie this kind of work.
I'm not sure you can understand my question. But I'll try
Currently, To see my borad's log...
Hi everyone,
I am trying to implement my device with nus service. Both nus client and server role on the same device, similar to the official example of "relay".
But when...
Hi everyone,
I would like to build the Bluetooth network having three devices such that any two of them could communicate with each other. Is it possible to do it with nrf52832...
Hello,
I got Thingy:52-SDK-zip from https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Nordic-Thingy-52/Download
and I did all setps wrote in README.md. Then...
Good day!
As base I used this examples:
ble_app_multiperipheral - for connection handling
ble_app_hids_keyboard - for whitelist and bonding
Error occurs after...
I am inquiring about the ability of the nRF9160, does the device have the resource to be a picocell? Specifically, can it handle communication to and from a single cell phone...
Hi
I‘m working with the SDK since many versions. One thing I don‘t understand is the sdk_config.h concept.
My first thought was that there is a master sdk_config.h in...
Hi, I made a PCB board nrf51822.
Because of my mistake, Rx, Tx pin was not cross connected to MCU.
So i want to change Rx <-> Tx pin.
In the example of ble_app_uart_s130_pca10028...
hi,everyone
when i test the mesh/example/dfu , it is upgrade scucessed,but when i combine it to switch_light example ,it was failed , it looks end the transfer too early...
Hi, there~
I'm trying to make my own bootloader and starting with the secure bootloader sample code.
The problem is the orignal bootloader, that is compiled with secure...