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...
Hello,
Currently, I have a product with the nrf52832 SOC and my customer wants to know its life-cyle.. (approximately)
just to take into account possible replacements...
I have a question about LE Secure Connections(LESC).
Is it possible to pair with multiple devices in multi role operation? I am considering the following connection. ・Peripheral...
I'm using ble_app_uart_c example with NRF52840.
And i want to read the beacon device id( 8 byte ) at Central(nrf52840).
The ADDR value could be verified through the questions...
Hi, i'm using nrf52832 uploaded ble_app_beacon example.
I want nrf52832 to work as a beacon and as a nfc tag.
Thus, I added some nfc example code. nfc_t2t_lib.h also...
I'm investigating a failure in 2 devices. The devices are immediately failing in application start-up due to fds_init failure. I tracked the failure back to fds pages_init...
Hi,
I could not find the logic for spi_xfer_done flag (main.c) that is being updated after SPI transfer is done in the SPI example from SDK 15.3.0.
There is no particular...
In light switch example, I am trying to implement relay feature. I used nRF5_SDK_15.2.0_9412b96, nrf5_SDK_for_Mesh_v3.0.0_src.
When compiled light_switch_client_nrf52840...
Hi,
I am using modem version 0.7.0-29 alpha modem firmware. ( I have also checked with 0.6.8-131 version )
I have already done MQTT connection with Azure IOT hub and...
I need to increas the speed using the UART ove BLE application.
I try to add new characheristics to the Nordic UART Service.
I have added the UUID for this new charactheristic...
Hello,
I would like to get AT Command Sample to work on nRF9160. I erased the module using Programmer software "erased all" and then loaded Secure Boot sample, then updated...
Hi,
I have successfully set up the nRF Sniffer V2 Beta 3 using nRF52-DK (PCA100040). It works very well with Wireshark integrated toolbar, I can select the specific device...
Hello,
I am running a secure bootloader on the device and want to use the nRF Connect Desktop tool as DFU server to upgrade the device firmware. I launch the "Bluetooth...
Hi,
We are developing a GPS tracking device using nRF9160 module.
We want to use a battery as long as possible maybe for 7 days.
Here we need two cases for our application...
Hi,
I am using the BLE UART central and peripheral to send 100 messages of size 65 bytes (64 bytes + new line) continuously to the peripheral in the hope that I can see...