Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
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...