I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
I use s110 v8.00, now i need finish the dual bank ble DFU program.
who can offer a example?
the s110 v8.00 is use nrf51422,and used the ram2,
I compile the project,find...
I would like to be able to manually disconnect from a device and then begin advertising.
However, I have discovered that on disconnect, ble_advertising_on_ble_evt handler...
I have an application using N5150 SOC with S210 softdevice and using softdevice_handler, SDK 10.0.0.0, and I'm using Ant-FS to gather data from this device. I only want to...
ble_app_beacon.rar hello there i used ble_app_beacon example. i want to make some modifications. i want to put it in sleep mode after some time and again wake up after some...
Hi,
I am trying to run the example ble_central_and_peripheral_experimental (SDK 9), I program the device with S130 and the hex file. The other two devices I program it with...
Hi,
What is the meaning of "NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION"?
It means use the internal RC clock source, but what is the meaning of "250_PPM_250MS_CALIBRATION...
My application uses the WDT. In my application, I use a soft reset to enter the bootloader. Because the soft reset does not reset the WDT the program will reset while in the...
Hi, current i'm writing a program in nordic nrf51822 chip and I facing the problem of region RAM overflowed with stack after adding the BLE code as shown below :
//***...
I have a RFID application in which there is a Reader and a tag. The Reader reads the tag information once the tag is in the Reader's range. The tag is an active tag.
The...
I'm working with app_fifo_uart and I'm seeing that my event handler gets the event 'APP_UART_TX_EMPTY' repeatedly. Multiple times a second. Is there any reason for this? Can...
I am using my nrf51-DK with mBed for prototyping. I noticed recently, that the DK had stopped broadcasting a BLE service, so I followed instructions to update the firmware...
I was under the impression that HomeKit was an extension of the MFi Accessory Interface Specification, which relies on the iAP protocol to access additional functionality...
Hi, I'm trying to run the ble_app_uart_s132_pca10040 demo but I can't get it to work.
We're using Keil 5.17 and downloading the example from the pack installer.
The packs...
Hi,
I always see HardFault when I debug a float point code. But it can run smoothly in run-time.
Firstly, I use code Style-1.
float val
val = (int32_t)NRF_ADC->RESULT;...