Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I am using power_manage function to keep low power sleep mode. And I used below peripherals in code,
SPI master, SPI master is disabling when ever I am not using.
...
It appears to me that some of the saadc APIs (e.g. those found in nrf_drv_saadc.h in SDK 1.4.0) are missing in the nrf SDK for HomeKit.
Some hint where to find these functions...
How do you do
The attachment is a problem in the previous code, please help to debug it, thanks ble_app_uart_pwm.rar
E:\nordic\nRF5_SDK_12.2.0\examples\ble_peripheral\ble_app_uart_pwm...
Hello.
There is an executable file built by setting the address of the entry point (RO_Base) to 0x00000000 with Keil's linker setting.
I converted this executable file...
Hi,
I'm using nrf52840 with openThread. I like set the MCU in system on low power mode. RTC1 is used as application timer for wake up and start transmission periodicly. For...
Hello,
I could not find any related info, so I would like to ask few questions:
I have pca10028 board, using s110, sdk 6, ble_app_uart code. The board gets connected...
Hello all,
During current measurements of our product using nrf52832QFAAB0 I've noticed a high IDLE current of ~450uA. Trying to isolate the problem we programmed our board...
I am working on adding DFU, persistent storage and pair/bond feature to an existing nRF51 application, developed with SDK v10.0.0 running on SoftDevice S110 v8.0.0.
I looked...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hello,
I used translation software.
I am transferring test data from nRF52832.
I want to down the average current consumption in data transfer.
I am currently...
Hello,
here i explain the set up.
Cental_A Board :- scanning two peripheral
Peripheral_A Board :- advertise with name Peri_A .
Peripheral_B Board :- advertise with...
Hello,
I would like to know how I can check whether the SAADC is enabled or nor on my application. I am disabling the SAADC with nrf_drv_saadc_uninit(); after configuring...
I'm using the latest SDK (14.1) and have got a working COAP server running over BLE on a nRF52DK, and can exercise the service from my Ubuntu desktop without any problem....
Hai team,
Iam using the ble_app_beacon example program.
I found power profiling calculation on this link devzone.nordicsemi.com/.../ .
i calculated power consumption...