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,
Whenever I try to run the NUS example at 115200 baudrate there is an error. Either it triggers an assert or I receive corrupted data.
What should be the ideal baud...
Hi,
Trying to understand the NFC example code in the nRF52 SDK. Just wondering why the source code is not provided for the NFC. Why is this developned in the form of static...
I'm looking into the power consumption of our code, and have reached the point where it looks like our application isn't going into sleep mode properly, and is using several...
I'm developing battery powered Zigbee End Device on SDK 4.2.0. I need to be able to receive commands from Zigbee Coordinator so I'm using SYSTEM ON sleep mode.
Right now...
Hi,
I'm using nRF9160 SLM application SDK 1.9.1
We are using the GPS in 4 operation modes and in between we sent nRF to sleep, it seems when we sent it to sleep all...
Hello,
I do not see a SWO (Single Wire Output) pin on this package. The regular size package has this function on P0.18 but not on the WLCSP package.
Please advise.
...
Hi,
I have several devices with the RIGADO BMDWare on them but whose hardware is inaccessible. I want to initialize these nRF52832 chips with out nRF Bootloader, Softdevice...
hi
I use nrf52840 with SDK17.1.
1.How to DFU via ble combined uart in the same application?I have sdudied a few of tickets ,example https://devzone.nordicsemi.com/f/nordic...
Hi all:
We are developing mesh project using nrf52833 based on mesh sdk 5.0. First the nrf52833 device can be sucessfully provisioned into a mesh node using mesh lpn example...
Hi, I am a beginner developer who is developing a product using nrf52832(s131). An issue arises and asks a question.
I hope to do infinite scanning and advertising, whether...
Hi,
On the nRF5_SDK_for_Zigbee_v3.2.0 version, it is found that when the device loses contact with the parent node, the node becomes a factory new device; if you want to...
Hi,
I was creating a struct called ch201_device. So below is the code initialization.
and in the c code, I create a function for that use a method from ch201_device...
The chip I am using is the nRF24L01.
Not the nRF24L01 P .
One module is Rx-receiver and two modules are Tx-transmitter.
The test is carried out with one Rx module and...