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...
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...
I am requesting the softdevice to start/keep the 16Mhz crystal oscilator running with the following code:
// Request 16 MHz crystal oscillator
err_code = sd_clock_hfclk_request...
Hi,
I have Nordic Nrf51822 custom board.
in that we have spi Nor flash.
i check the spi read and write with an application without soft device enabled.
which is...
Hi all,
I'm having problems when linking my code intended for use on the nRF51822. For some reason there are missing symbols that are needed. I've traced the dependencies...
Hello,
Does Keil's Lite/Evaluation MDK-ARM tool chain version suffice for development work on nRF51 devices? Please advise!
I have seen questions about using GCC and...
I'm using the s110_nrf51822_5.2.1_softdevice with the NRF51822. If I understand correctly, after pairing the NRF51822 with a phone, a long term key has been generated and...
Hello,
I decided that bonding (does it equivalent to "pairing"?) is not allowed in my application, so I modified the following definition in main.c:
#define SEC_PARAM_BOND...
We are trying to get the ANT feature to run based on RTC as follows:
a. Timer RTC0 or 1 (1 for this example - tick is disabled, compare is on.)
b. Timer initialized (all...
Hi,
I'm a new learner for the nrf51822. In the SDk ,there is an example of esb which is used for the radio transmittion with ACK. I want to know that if I can use the esb...
We have a custom board designed based on N51822, CEAAB0 and we have used the chip antenna from ST BAL-NRF01D3. When we have flashed our proximity code to the device, we will...
Hi,
After i use sd_ble_gatts_hvx() ,i will receive a BLE_EVT_TX_COMPLETE.
The "tx_complete.count" is no problem when i use softdevice 5.2.1 . e.g. count =1. this is correct...
Dear Sir,
i am using pca10001.
Actually i tried to read and write the data from EEPROM having address 0x50 though i2cbus.
i made po.0 and p0.1 as output pin then...
Hi,
I've created a small test program (pasted below) that is intended to help me profile some of my code down to us resolution. Maybe you can quickly run it (no other files...
I'm designing a board using the nRF51822 and leaving test points on the PCB for the programming/debug lines so the chip can be programmed after PCB fab. Are there any reference...
I'm evaluating nF51822 for my application which needs to wake up from either a button press or an interrupt pin singal from an accelerometer. Normally this can be done with...