Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
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...
SDK17.0.2 example dfu\secure\bootloader
in the dfu_public_key.c it say's that "This file was generated with a throwaway private key, that is only inteded for a debug version...
Hello,
I am using the vl53l5cx TOF sensor and implementing the ULD using zephyr. My setup is a bl654 board using zephyr on sdk 1.9.1. However I am running into an issue...
Hello,
I'm currently trying to implement a simple scenario: Using the nRF52840_Dongle, provide LOG output to the console.
This is the main program:
This is the usb_console...
Is there somewhere I can download a prebuilt microecc library? I've tried to make it for a few days now and have had no success. I've added GNU Tools ARM Embedded to my path...
Questions about 'comparing nRF52840 vs nRF52832', what are the big differences between them?
hi, all.
How are you doing?
I want to apply nRF52840 instead of nRF52832...
Hi,
I am migrating code from NRF SK 17 to nrfConnect SDK and I would like to create a library of source files to share between different apps.
I am able to add the individual...
I want to write numbers in my flash memory so I used this function "nrf_nvmc_write_words" but in it couldn't save float numbers in my flash memory
it is like that in nrf_nvmc...
Hello All,
I am using nrf52840 in my project. So basically the architecture is the sensor devices(ble peripheral) get connected to the central module(ble central). Now I...
hi support team,
customer is finding that 832 erase page takes more time than normal conditions, that is when the temperature is -20, erase speed is much slow.
as our...
Hi all,
I am confused about nrf52832 Tx/Rx max current. I am using PPKII measure the power current of NRF52 DK PCA10040 , As the following screen shot, :
In DC/DC mode...
Hi,
I'm working on a custom board based on PCA10100, nrf52833 but it seems to be stuck at the function "lfclk_spinwait".
my custom board does not have an external LFCLK...
Hello,
For my application I have a need to buffer data for, say, 8 GPIO pin outputs and continuously generate those buffered outputs in parallel on the GPIO pins. I have...
Hi,
According to the BLE core specification, a host can communicate with multiple controllers via HCI. I want to confirm whether zephyr's BLE stack supports the feature...
Hello,
I am working on a project using the nRF5340. I will eventually be supporting OTA DFU for both cores so I need to be able to statically define the partitions for both...