Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
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...