Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Good evening and a happy new year to everybody.
Now it's time to work again, and I already stumbled about a little twouble while implementing a peripheral with concurrent...
Hey guys,
I'm designing an antenna for our open source sensor beacon, RuuviTag: http://ruuvi.com
Because we're using 1/4 wavelength monopole antenna, I'm considering...
for ble, scan of central device can get the RSSI value of the advertising device, but the inquire can not.
Is it right?
what's the different between them?
Hi,
I have made custom nrf 51822 board, I don't have LFCLK crystal i.e, 32.768khz. When i run ble_hrs example code in it , current consumption of my board goes to ~150uA...
Hi
In my application I need to transfer several paires of bytes to a slave device, and it's mandatory
for CS signal to go high between pairs. (This actually means I have...
Hi
I want to know why flash memory access should be scheduled in between the protocol radio event?
is there any relation between the flash access and radio opeartion physically...
Hello,
I am developing a wearable device that utilises nRF51822. Right now, I am having a problem because when the wearable device is connected to a new phone, it needs...
Dears,
I am designing a notification application. I would like to know what if I want to support both of iOS and Android phone, which example code of ble_app_alert_notification...
im following ( devzone.nordicsemi.com/.../) step to "Setting up a project for debugging in Eclipse"
i run the debug config and click suspend
then get some problems
...
Hi guys, I just want to share my iBeacon code (over s110) developed on nrf51 dev board under ubuntu. It works fine but please feel free to improve it and share it!
I developed...
In some case sd_nvic_SystemReset() can not reset?
nrf51822 S110.
for example:
void main(void)
{
sd_nvic_SystemReset();
do something;
}
It can do somthing!!
So sd_nvic_SystemReset...
Hi,
I have just bought NRF51822 without any extra peripherals(no motherboard/DK). Just plain Module like below image.
I am supplying 3.3V to VDD and also Connected GND...
Hi all,
I find a problem when testing the ANCS program. It seems that after you connect the device with ANCS with an iphone, you cannot connect the device with another iphone...
I built the ble_app_proximity project and down load into my board, it can advertise and can connected by the lightblue and the nRF toolbox, But i sent the hex value of 0x02...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...