I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
We're using an nRF52840 with S140 SoftDevice. It's configured as a peripheral device. Our application uses FreeRTOS with several cooperating tasks. When connected with the...
BLE_GATTC_EVT_HVX
Hi,
I've implemented a BLE client that is able to:
connect to another BLE device
discover its services and characteristics
enable notifications...
We are using nrfutil v4.0.0 to update the nRF52 module. So far we've been using SDK_15.3.0 with SoftDevice s140_nrf52_6.1.1 and the updates work fine for zip files containing...
Hi,
Currently we working on a project that uses:
nRF9160
Zyphre OS
Segger Embedded Studio for Arm (Nordic Edition) V5.10d
SDK v1.4
We need to handle...
Now, my BLE device can be paired with ios and Android phones, and it can reconnect automatically after binding and disconnecting.So, now I have a question. What is it?How...
Hello everyone. Let me know, does exist correct way through BLE services for phone media control and phone call control? For now I'm using HID Service for media control (play...
Hello ,
I have one sensor with I2C and configured with BLE peripheral example code ( BLE_Blinky as well BLE_Freertos_hrs) .
But whenever I Tried to read/wrtie over I2C...
I have been using the PPK (ver 1) without any problems to measure the current consumption of our custom board, until I updated the Power Profiler app to v3.0.0. I get the...
I making a gui to use with the dtm library provided, but I want to use tkinter which does not work in python 2.7. Is there a version of the DTM library and example from nAN...
Dear Team,
There are some questions about wheather nRF52840 dongle work as BLE5.x sniffer or not in Nordic Q&A.
And all answer are not.
I found update of nRF sniffer...
My application use Timeslot API.
I want to know that the Timeslot period is complete. (not NRF_EVT_RADIO_SESSION_IDLE event. This is outside Timeslot.)
My application...
I am using SAADC and PPI to sample 2 channels data with oversample,when I set timer tick 5ms,the sample rate is 200hz and the system works well,now I want to improve the sample...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
1. Made a copy of hello world (hello_world_2) and made sure it builds and runs fine
2. Added SPI1 based loop...