Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
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...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
I see in the example code there is
#define FLASH_PAGE_SYS_ATTR (BLE_FLASH_PAGE_END - 3) /**< Flash page used for bond manager system attribute information. */
#define...
I'm using NRF51822 and I have some question about the ble connection:
according to BLE 4.0 spec, when Tsup(connection supervision time) reaches, connection lost is considered...
Hi
Do the latest sample apps (for example, Heart Rate) which do not required bonding behave as follows:-
make connection from iphone
enable notification
check...
We have done some test on how fast we can receive data from a BLE service, which is around 6KB/sec and this is all fine. This test was fairly easy to make, as we could just...
I have implemented my own I2C driver and I am getting issues with NACKs.
On review my code is doing what twi_hw_master.c is doing.
I then went looking for a Nordic sample...
We have developed and certified a module which uses the nRF24l01+. We spent a good amount of time tuning the antenna circuitry which has resulted in very good range... in...
Hi,
how to get into the bootloader mode without pressing any button, when some application is running? I also tried it with setting the NRF_POWER->GPREGRET but it is not...
I am looking for a minimalistic schema design using BLE for collecting data from i2c (twi) sensor and sending them over blue-tooth to the receiver. I need the following features...
Hello,
I would like to know if there are any restrictions in the amount of external memory (RAM, Flash) that can be added to a system using a nRF51822. In that case which...
Although there are some posts dealing with bond manager issues, I have not been able to find a similar issue. I am using part of the BLE code from nRFready Desktop 2 v1.0...
Hi,
i have some trouble with acting with the nrf 51822 ADCs. My Problem is that i have an Impuls which is 100 uS long and i have to measure it with 2 ADCs. I know that...
Hi,
What will happen when we press the service discovery button in the master control panel? do we get any event like BLE_GAP_EVT_CONNECTED? I couldn't find any detail regarding...
I'm looking for information to start developing BLE slaves with nRF51822, but I can't find any datasheets/SDK. Do I need to buy the Development Kit in order to have that?...
I have an issue with my keyboard working with the windows suface (on windows 8.1). Occasionally, the last character sent is repeated several times instead of one. I do not...
On the nRF51822, I see that by programming the readback protect register, one can prevent reading code regions 0 and 1 from the SWD interface. However, if one had access to...