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...
Hello DevZone,
I am trying to build a NFC driver but I am getting issues with it reinitializing every time I detect a field.
I am unable to use the T2T and T4T libraries...
Hi,
nrf52833 custom board
My query is that how to do OTA DFU on ble central devices (we are using nrf52833 as receiver dongle(ble central) device)? Does anyone advice...
Hi all,
when I follow the blog as below, find the actual output is not same as expected.
Adding a Peripheral to an NCS Zephyr project - Peripherals And RF Test - nRF Connect...
Hi Everyone,
I recently purchased the NRF52840 DK with a PCA10056 designation. I connected the DK to my Windows 7 laptop via the USB. This resulted in the JLINK(D:) drive...
I have a custom board with a nRF52805 module but I don't understand how the SDK works.
I followed some guide to simulate nRF52805 software, I had to patch some files in...
Hello,
I add sd_ble_gap_phy_update() in the ble_evt_handler() as below:
case BLE_GAP_EVT_CONNECTED: { ...... ble_gap_phys_t const phys = { .rx_phys = BLE_GAP_PHY_2MBPS...
The CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING=y Kconfig option causes kernel booting to hang at line 505 of clock_control_nrf.c.
This is on the v1.7-branch of NCS ...
I have created a custom board containing the nRF52832. I have two copies. The first board works, meaning that I have flashed the code to it using the DK52, and I can power...
Hello,
I have been evaluating the nrf9160 DK board. And my application is using mbedtls (vanilla) and TFM (Used https_client as a starter project). The problem is that with...
Hi,
I'm new to nRF/Zephyr development and trying to integrate the OV7670 camera with the nRF52840 board. Since there was no driver for this particular camera I ported the...
I'm having a problem with what should be a very simple exercise. I'm trying to compile the Zephyr sample subsys/cpp/cpp_synchronization after adding #include <string> to the...
Hello,
I am trying to read data from LS2DE12 accelerometer MEMS chip via I2C bus and I am seeing only zeros for all 3 axes.
I can write to the various registers successfully...
Hello, I ran the nrfconnect (ver 3.7.1) in Power Profiler (ver 3.1.3) in BLE advertising.
When I run the source mode on 3000V I get normal peaks (20mA), however when I run...