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...
Hi all
I'm using nrf52805 soc, softdevice s112 , sdk version 17.0.2 and nrf connect mobile app for my project development. I can connect and disconnect the nrf52 device...
Hi,
I am using P0.10 GPIO of nRF52840 (QFN package) as an output for driving a transmission circuit with an 8MHz digital signal.
According to the datasheet this pin is...
Hi team, I'm using Mesh in my project. Using this thread as a reference, I tried to decrease the data throughput and experiment to see if devices could communicate with each...
hello,
i want to know if is possible have Multilink, ble Uart and relay together? it is for make an a type of Mesh network of 4 devices with a BW of 1Mbps (see the image...
Hi
I'm testing the SLM application in nRF Connect SDK ver 1.3.1 on nRF9160 PDK ver 0.8.2 using the LTE Link Monitor v3.5.0
Giving the following commands, the UART stop...
hello ,
i am working on recieving data from sensor using nrf52832 with time and data right now i am getting time that is set by me my problem is i have to set time automatically...
Here is an issue I am having when using MQTT in a poor (RSRP < 15) LTE signal environment
Condition:
nRF Connect SDK v1.3
modem firmware v1.2
TLS Socket is configured...
I've worked through the Custom BLE Service example ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ) and I'm attempting to port it to C++ to form the...
Hi,
I need to write a linker (ld) script for our nRF52 application. Essentially I need to combine the linker script that we already use with the scripts that exist in the...
trying to build a long range coded phy broadcast/scanning application. as I know zephyr doesn't support that so we have to include nordic link layer based on this post
https...
Hello all,
i am using ble_app_uart example.I add the line
in the begining of the main function. All the ble connection works, but putty shows strange characters...
I am having a bit of trouble getting high enough data throughput for my application so I have a few questions regarding it.
Can running the spi/other peripherals affect...
Hi,
I tried to build a BLE sniffer environment. And it works well to capture the LE secure connection air packet after Eable Secure Connections debug mode (uses the debug...
Hi,
using:
SDK for thread and Zigbee 4.1.0
NRF52840dk
I am trying to add UART (for my custom application) to an existing Thread example with CLI. (e.g. ble_thread_dyn_hrs_coap_srv_freertos...