Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...