Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hello,
From the ble_app_uart example I created a version where instead of the UART the incoming data over BLE is processed using the scheduler.
Processing is not much...
Hi, i develop a bluetooth project with nrf52832 anad i am unexperinced about this topic. I searched for 2.4 GHZ antenna desgin bu can't found. There is a few topics about...
HW: nrf52833-DK
SW: SDK v16.0.0 and SoftDevice s140
We are using nRF52833 BLE direction feature and read IQ samples produced by BLE Radio.
The format of the IQ samples...
I am working on porting a project from the old sdk to the nrf5340 and the nrf connect sdk documentation seems to be incorrect and i am having major issues even getting this...
SoC: nRF52810
SDK: 17
Hello,
I want to confirm whether BLE_DFU_ENABLED is used or not.
InfoCenter ( https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group__ble__dfu__config...
Hi,
I use the app "asset-tracker", and i would like to configure an external uart to connect a sensor to the board.
I modifed the code but i can't detect any new COM from...
Hi,
I am using nrf51422 and s130 softdevice for multirole. Is there any way to reduce the receiver power during scanning so that the overall current gets reduced?
Hi,
I'm trying to implement remote provisioning on an altered version of the light switch example in the SDK for Mesh v3.2, on nRF52832 development kits. The code I'm using...
I am using nrf52832, i want to send the sensor data continuously via ibeacon.
but while uisng sd_ble_gap_adv_set_configure() function return error NRF_ERROR_INVALID_STATE...
Hello,
I am testing a light switch system where each switch is capable of controlling multiple bulbs via multiple groups stored on the switch. I have noticed in the example...
As of what I've read in [1], nRF9160 uses ARM Cortex-M33. I'm not sure which qemu of the Zephyr OS is compatible with ARM Cortex-M33 the most ? qemu_cortex_m3 or none of them...
Problem:
I am trying to measure two voltages from the SAADC. I have built my application on the ble_app_uart__saadc_timer_driven__scan_mode example . It is using one SAADC...
Hi Nordic,
I am now using NordicDFU swift package for my iOS app. Before I was using an older version which was working perfect.
Now after I have updated the swift package...
I am trying to understand better the Bluetooth communication based on some data logs.
Master connection params:
Slave is calling function bt_gatt_notify every 20ms with...
Hi,
I am using fstorage api and for write and erase operations I am not receiving events. The event callback function is not invoked. I am using SDK 16.0.0.
In the sdk_confic...