Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
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...