Hello,
We upgraded our project to nrf connect sdk v3.0.2 from v2.9.0 and can no longer use pin 0.00 and pin 0.01 as gpio. The problem seems to be in the nrf53 soc.c file...
Hi,
I am testing the Bluetooth function on my custom board with nRF5340 CLAA chip. I have tested the clock, I2S and SPI on this chip previously and they all worked perfectly...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
Hi Nordic team,
I'm encountering a crash when attempting to stop BLE advertising using bt_le_adv_update_data() and bt_le_adv_stop() on the nRF5340. Below are the details...
We have been evaluating the nRF5340 and nRF7002 for use in a new product and we are currently looking at our Wi-Fi FOTA options. For reference, we are using an nRF7002 DK...
Hi Nordic team,
We are developing two types of devices based on the Zephyr examples:
periodic_adv_rsp
periodic_sync_rsp
Our design uses the following...
Hello,
I've a battery based device that uses a buck/boost to efficiently use entire battery voltage range (4.2-3.0) . This component have a low quiescent current between...
When using nrf51-ble-driver_win_0.5.0 in a Windows program the compiler return 'Enum syntax error' on PARITY_NONE in sd_rpc_parity_t in sd_rpc.h.
I found that PARITY_NONE...
Hello, I'm trying to program nRF51DK with mBed but I'm encountering problems with the mBed::Serial class, that does not recognize the method set_flow_control as its member...
Hi to all!
I have few questions about throughput when using s120:
What is the max number of packets that could be send/received in one connection interval when using...
I've created a BT peripheral based on the app_proximity example (SDK 8.0) and added code to implement paring with a static PIN per examples posted here. It works as expected...
Is it possible to have 1micro second interrupt using timer 1?
I am unable to achieve it.
If I try for 4micro second, I observe toggling of pin at 8 micro seconds?
...
Some examples require SDK 7.1, while the newer tutorials use SDK 8.0. I'm not sure how to switch between the SDK versions in Keil. I see the below lines in my include paths...
Hi.
Currently, the following results came out in the power-saving support .
■Our App
・Advertising Status
1.04mA ~ 1.13mA
・Connection Status ★1
1.044 ~...
Hi.
After stopping the Advertising,I measured the current.
For some reason, usually it is consumes about 1.1mA.
Because too large current consumption,
As a result...
Hi I using nRF51822, and want to know about the Nordic driver support LMP feature
Do you have any document about driver support? Or any software development document except...
Hello, I need to create a high resolution/high frequency PWM signal on the nRF51822. I have been using the new PWM library in the 8.1 SDK and can't quite get there.
From...
Hello. After a couple of s210 and s310 projects, I am attempting an s120 project. I built a client SDK but sd_nvic_EnableIRQ returns error code 0x2009 or NRF_ERROR_SOC_PPI_INVALID_GROUP...
I'm running the "Beacon Application for Eval Board" example for the S110 soft device on an nRF51822.
( devzone.nordicsemi.com/.../a00070.html)
I'm using another BLE...
Hi,
I was wondering if it is regual that configuring softdevice for a low frequency oscillator 32.768 kHz using the function:
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...