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
im use the command line of nrfutil to ota the nrf52840' firmware.but now i want to develop a soft to ota the device without the environment of python.but i dont kown...
Hello,
I'm measuring the value of a lithium battery (3.7V 110mAh). I used SAADC to measure the battery power and it seems to be quite accurate. The charge IC also attempts...
Hello,
In an older post ( here ) you mentioned that you removed Touchlink examples because they were not of "production quality" and they might not be soon. That was two...
Hi,
Considering https://devzone.nordicsemi.com/f/nordic-q-a/29013/best-way-to-implement-system-clock-on-nrf51 as reference and some other similar posts.I could reach to...
I have created a couple of custom BLE services and characteristics in a peripheral application. It shows up in the nRF Connect app and can read the values from sensors connected...
Hello, we are occasionally getting an error 0x3001 from this function call:
rtn = sd_ble_gap_disconnect(m_ConnectionHandle, BLE_HCI_CONN_INTERVAL_UNACCEPTABLE);
I do not...
Hello,
I want to use the code from the BLE template in my own application and so I copied all necessary files into the project, but the code stucks at
I have debugged...
Hi;
I am using nrf mesh sdk 4.2.0 version and nrf sdk 16.0.0 .
I inttegrated UART code to light switch client example code.
Both UART and client code working seperately;but...
Hello, support team.
In my test board, lis3mdl chip is connected to nordic chip via I2C.
During initializing board, device ID of lis3mdl is checked.
Most of time it...
With 900ms advertising interval we are seeing ~50uA sleep current on the 52840. How do we make it sleep with lower current? We are using an example project with an idle_state_handle...
Hi,
What is the procedure to use PCA10056 DK Debug OUT P19 connector to program external board for eg Nordic Thingy 52?
I have shorted SB47 on PCA10056 DK but it is failed...
Hi engineers,
I want to achieve a demand that receive audio/HID data from the PC side through USB interface and transmit data through BLE to other devices.
So has the...
I am looking at the nrf 1.3.2 asset tracker example and I see that the GPS callback has two different events for PVT and NMEA fixes. As I understand it PVT and NMEA are two...