Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
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...
One last issue to crack. This one has been in production for a while and hasn't caused any issues other than a little annoyance to the customer. By my measurement when RTC...
Hello,
In regards to the nRF Connect SDK...
I am looking into the possibility of switching out the current implementation of AES used by the Bluetooth firmware. I am curious...