I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
I have been able to connect and initialize two different Bluetooth OBD II Devices. I am running into issues with the third device I am trying to add as an option. I add the...
nRF 52832 + NCS 2.6.1
We are successfully setting the advertising Tx power in discrete steps {-40, -20, -16, -12, -8, -4, 0, +3, +4}dBm using
However, I am being asked...
Hello,
I am trying to use the nRF21540 in nRF54L15, I notice document metion
I am wondering what is the difference between PPIB and DPPIC. What does appropriate...
Hi,
We have a custom board with nrf51822 chipset, when i try to flash ble_app_proximity application through keil, it is giving advertisement, but i cannot able to connect...
I have a custom PCB and i have connected the MISO,MOSI,SCK,REQN and RDYN line from the nRF 8001 to Arduino. And uploaded your code of ble_uart_project.ino but nRF 8001 does...
Executing:
nrf_gpio_range_cfg_input(0, 39, NRF_GPIO_PIN_NOPULL);
I believe it will.
I know the range should end at 30 but I hit the wrong key when I coded it. So...
I have a characteristic that is 80bytes long which is sometimes read by the client using long read. I also want to send the complete attribute value when its state changes...
Hi guys,
i tried to find information about the differences in chip revision
nRF51822-QFAA-R7, NRF51822-QFAA-T and nRF51822-QFAA-G0 but i can't find the R7 or T type anywhere...
1.
Are there any other resources than RTC/WDT requiring 32kHz LFCLK, not listed in Table 28 of nRF51422 PS (i.e. Radio)?
2.
ANT stack requires LFCLK +-50ppm, so +-25ppm...
Hello,
I'm getting an exception while starting MasterEmulator Sample Programs. All indicated Dlls were copied along with .exe, windows ver is 7. the same error happens...
Hello all,
I would like to send Acc and gyro data just like health temperature over nRF8001. Which Service can I use? How can I create one?
Thanks for help in advance...
I have BLE Shield V2.0 and i want to change the device name from the iPhone. We can use nRFGO Studio to change the name from GAP Settings but this is only one time change...
When using proprietary radio protocols only (Shockburst/Gazell) are there any difference between nRF514 and nRF518 chips? Do they behave totally equal so they can be used...
I need to send a data package when radio is ON every time
but I try to send data by "sd_ble_gatts_hvx()" I find it can not work,it seems that I can't call this API to send...
Hi
i'm new in dev zone and i have a question
now i work with nRF8001 and i want to design a pcb for it.
I want to reduce the BOM and for this i want to use only the internal...
Hi,
I am trying to use the DFU example provided in SDK 5.1.0. I have built the example using gcc 4.7.x, and i am also using softdevices 5.2.1. The DFU example has been...
Hi,
I've the need to write a characteristic value of 65 bytes, from my central device (iPhone/iPad) to a nRF51822 peripheral device, so I was looking at this document for...