I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Almost all of our carrier frequencies have the offset of 118KHz. How can I tune it in the software beside changing the capacitor?
I have gone through and
Hello Forum,
I have been trying to get printk/logging to work on the NRF53 audio DK for days now.
I have tried a bunch of apps including hello world from the zephyr 2...
background:
1: my board is the same with the nRF52832-CIAA Reference Layout 1_0 from nordic docs.
2: the source code is from sample code: blinky_led
3: only change the...
Hey all,
We've just received our first article of a new PCB based on Fanstel BT840F (nRF52840, https://www.fanstel.com/bt840 )
I'm trying to flash it with a demo app...
Hi,
We have developed SLM(serial LTE Modem) application based on nRF Connect SDK 1.2.0 for nRF9160 chip. Now we want to port previous SLM application to nRF9151 chip based...
Hi Team,
I am facing an issue while converting the nRF Connect SDK v2.3.0 (downloaded from Visual Studio Code with nRF Connect) to a .emProject file for Segger Embedded...
hellow
I built my own Bluetooth receiver to connect different products from my company. The data transfer services of the two products are different. I want to use one host...
Hello, while writing a simple uart application, I noticed something peculiar in my code. I add led toggaling so I'd know if the code runs or not. I forgot that I disabled...
When upgrading the firmware of 54H20 using suit, compilation errors occur when calling the flash operation functions (flash_area_open, flash_area_erase, flash_area_write....
Hello. I get an error when trying to add a build configuration for a project based on a blink for a custom board on the nrf 52832 qfaa chip. Please tell me how to fix the...
Hello Nordic Team,
I am using my custom board, which uses nrf52840 qfaa chip. I am working with nRF Connect SDK v2.8.0
When I worked with blinky project on nrf52840DK...
Hi,
piggying-back on BT nus shell sample (workspace project), I try to define my own dt nodes.
I keep getting error like devicetree error: /aliases: undefined node...
Hi ALL,
v2.8.0,NRF54L15DK,I would like to ask:
1. if my pin is P0.00, is nrf_gpio_pin_set(0) correct?
2. If my pin is P1.01, is nrf_gpio_pin_set( 33 ) correct?
Hi,
I would like to flash the ad sample on Nrf54L15-PDK
Flash ends with error messages:
build messages:
I'm I tried running west flash --recover.But it didn...
I have completed a mouse program with 52840, but there are some problems at the moment. On some computers, usb will fail to obtain the descriptor, but there is no problem...