Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hello,
I am using Timer_2 with two CC registers configured, 2 PPI channels (one for each CC register in the timer), and one GPTIO_TE to make a PWM to control dimming on...
hi,
my nrf51822dk was downloaded s110 hrs demo,and it was advertising,i used a ble sniffer dongle to get the advertising data.the AdvData is "0B 09 4E 6F 72 64 69 63 5F 48...
Why is it a standard in nordic-supplied code to initialize structs with memset like so? An example would be:
ble_gatts_char_md_t char_md;
memset(&char_md, 0, sizeof(char_md...
//Edit:
So Hung Bui just told me in another question, that there is indeed a buffer of size 6 or so?
How can I decrease that to 1 (i.e. disable it) so that only the latest...
I have the nRF52 DK and cannot determine the silicon revision on it. Is it the 'Engineering A' revision and therefore is subject to all the Errata that is currently published...
there are 3 modules to test(A1,B1,C1)
*2. A1 connect with B1(B1 is master, A1 is slave), C1 is power off, B1 as slave attempt to connect C1 with BLE_GAP_ADV_TYPE_ADV_IND...
I need a PWM signal as outoput from the nRF51-DK. And I do need the softdevice. So I decided to pick the code from the nrf51-pwm-library-master and add it to my project(SKD...
Why I will restart the ADC is used to measure the voltage is greater than 1.2 V
void battery_start(void)
{
uint32_t err_code;
// Configure ADC
NRF_ADC->INTENSET...
I just assembled my first nRF51822 board and I was able to program it using an IDAP-LINK and a blinky program compiled with the Eclipse/GCC toolchain flashed via SWDIO/SWDCLK...
Hi all,
Due to the updates file structure introduces in SDK 7.0 I'm trying to figure our where everything has been scrambled to. Here are the items I'm struggling with...
Hello,I wnat to enter in dfu mode after each advertising.I don't understand which is the handler / function that are called when send a advertising message?How can I put the...