Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Hi all,
I have a question.
When I try send message coap, it can send as mesh network.
But when I send search gateway msg, connect msg from publish (subscribe) Node to...
My custom nRF9160 board does not communicate with nRF Connect Programmer.
"Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic...
Hello everyone!
I have some issue with the comparator module on the nrf52820 chip.
We need to compare one of external analog signal the 1.8V internal reference source...
Hi,
I try to achieve high throughput via BLE connection between two nRF82540dk boards. I would like to maximize duty cycle of transmission in the connection interval. Unfortunately...
I am sending 240-byte data from peripheral to central through notification (without response) by using the ble_nus_data_send() function when the BLE_NUS_EVT_TX_RDY event comes...
Hi,
I received source code and compiled .hex file from Visual GDB from previsou developer.
I would like to continue development in Segger Embedded Studio.
I know the...
hi support team.
i want to use time from ntp server, and we have example in nrf/lib/data_time;
after devzone searching, i added below setting to prj.config
CONFIG_DATE_TIME...
Hi, I am trying to send data from one peripheral to a central unit and then relay the message to another peripheral unit over BLE. The peripheral already sends the data to...
Hi,
I'm trying to reinitialize my ANT stack, after update of parameters which is done by BT. To be exact, I'm setting the ANT ID of the ANT device that will send data to...
Hi,
I'm using a BMD-340 module evaluation kit (Rigado) I modified usbd example and I can transfer data in between host and device. But I have issues with usb speed and I...
Hi,
We are planning to use a NRF51 + NRF91 but we want to avoid maintain 2 custom firmwares. To avoid that, we want to use an LTE-M module with precompiled firmware.
I...
What i'm doing:
Running the peripheral_lbs code, and adding extra code to main loop (`for(;;)`).
What is happening:
Application runs fine, but breakpoints causes a fault...
Hi, 1- I have worked on ble_app_template(As Peripheral Only). Now, what changes I should make to gain max range? Any specific changes for long-range? I have already set this...
Hi,
I have a question regarding linker file in case of gcc make. I need to create a DFU package and program the it on a bootloader.
Here is my linker file:
I know...
I have a use case where I need to scan for certain range of BLE MAC address periodically and then do certain set of actions based on the results.
Most of the places I...