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...
I'm trying to use gpreg for state across toggles of nRESET. I thought it was working, but when I tested it on hardware without jtag connected it seemed that gpreg was getting...
Hello,
Finally, after some struggle, I achieved to port the bootloader to s120 V2.1.0 and work just great on a dev. board with nRF51422. But now I have another problem...
Hi, i hope i'm not duplicating any questions, but i couldn't find a similar one.
I worked with other ARM micros in both mbed and Keil before, but i'm new to Nordic Semiconductor...
Hello,
I getting started with nrf51 DK.
I followed with many blogs.
I checked errors, and fixed. And I builded the example 'blinky'
But my nrf51 is not blinked.....
Hi all,
I am doing the PTS and meet some issues here:
Using the SDK 8.0 KB demo with SD8.0;
Do the profile test with PTS dongle and tool, and return errors on...
Hello everybody,
I'm using NRF Beacon (51822) board, sdk 6.1.0.0 and s110, problem is when I enable whitelist and add the Bluetooth address of my phone( 74:51:BA:F7:60:9F...
In my bootloader I'm using sd_flash_page_erase() directly without pstorage.
The flash erase performance is exceedingly slow. It is taking 13.187 seconds to erase 132 pages...
Hello!
We are thinking about creating some devices for Apple HomeKit.
But devices for HomeKit have to go through one thing: Apple certification. And one part of the certification...
Hi
Maybe silly question:
I was wondering: if I cast a pointer to a uint32_t to an array "buff" of uint8_t, what is held in buff[0], MSByte or LSByte?
Or in other words...
Having just upgraded to the Soft Device 6.0.0 and SDK 5.1.0, I can no longer flash my nRF51822 from Keil. I get this in the Keil console:
Load "C:\\Users\\Eliot\\dev\\nrf51_sdk...
Hi,
I'm designing a four layer flex PCB with the nRF51822-CFAC and recommended ST BAL-NRF02D3 balun and PCB trace antenna (not chip). I have a couple of questions.
...
Greetings,
Using the "central multilink" example project, how do I stop scanning if no advertisers are found? I see a case BLE_GAP_EVT_TIMEOUT in function on_ble_evt() but...
Hello
I found similar questions but no answer?
In the manual is written that I can control the parity bit in manual mode with the TXPARITY register but I can not find how...
what may be the reason for app_assert _callback error in s130,ble_central_and_peripheral that occurs from the following 2 lines
sd_softdevice_enable((uint32_t)NRF_CLOCK_LFCLKSRC_XTAL_75_PPM...
I have Rezence SDK working well with Keil uversion with wired and wireless debug without any issues on either nRF51 and nrf51822 DKs. When I port the project to Eclipse with...