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 am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
I'm using the code from Vidar supplied here . It works well, but shuts off after 3 minutes.
Based on the idle_state_handle brief, " If there is no pending log operation...
Hello,
I would like to touch on some problem we encountered when using the MPU9250 sensor.
Our goal in the project is to simulate the movements of the MPU9250 sensor in...
When I use the nRF connect app on android phones, the services and characteristics can be detected and controlled correctly, as below.
But when I switch to iOS nRF Connect...
I am using the nRF5_SDK_15.2.0_9412b96 for development of nRF52840. I have both the nRF52840 dongle and also the DK.
I find that I am not able to change the default Nordic...
Hello. I have build by application on nRF52832 based on ble_app_template example (SDK 15.1, softdevce s132 6.1.0). I've configurated Peer Manager library as it recommended...
i use nrf_drv_twi_init(&m_pedo_twi, &twi_pedo_config, ai_pedo_twi_handler, NULL) open I2C , sent data , then use nrf_drv_twi_uninit(&m_pedo_twi) close i2c, but power consumption...
I want to use nrf52832 SPIM, In nRF52832_PS_V1.4 it described that "An SPI master transaction is started by triggering the START task.Following a START task, the SPI master...
Hi there, I'm trying to download the latest nRFgo Studio (1.21.1) on the website, but using this version I cannot detect Nordic 52840. I notice that this package is using...
Details: SDK v15.2.0. Windows 8.1.
I am trying to add a UART service to ble_app_bps example but I keep getting the following error: undefined reference to `ble_nus_on_ble_evt...
I have a PCA10056 Preview DK that I want to measure CPU active current on (amongst other things). The DK version is 0.12.0.
Setup:
I have the DMM (Keysight 34465A...
Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_proximity from sdk15.
We are trying to change the radio mode to 2Mbits/sec BLE.
...
Hello,
I am trying to program the application into the CortexM33.
I am using the lte_cloud_demo_v0.3.5 , compiled under Keil.
using nrfjprog:
\DemoPack1_EU-1.4\Firmware...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s132_nrf52_6.0.0_softdevice
PDK: PCA10040
I am using the PCA10040 as a peripheral. When a connection is established...