I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi
I'm working on detecting voltage change direction(up or down) by using LPCOMP or COMP.
LPCOMP initiates as following settings:
detection: NRF_LPCOMP_DETECT_UP.
reference...
Hi,
in want to extend the DFU library (Android and iOS) with a function similar to setBinOrHex(). But instead of a filename, i want to give a byte array with the init packet...
I think there is a bug in Nordic provided code in this thread about fetching the offending PC in a hardfault handler:
devzone.nordicsemi.com/.../
The provided code is...
I have found these 2 threads in this forum regarding this matter but I am a bit stuck.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I want to port the...
It's been 14 months since the nRF 5x IoT SDK 0.9 was released.
Given Nordic's normal release cycle, that's an eternity!
Will there be another release or is it dead now...
Hello community,
Before I was using a pca10040 by Nordic evaluation board. The project, that i developed, is running well using the EB but when I change to sparkfun breakout...
Hello,
I'm working on nrf51822 with SDK9.0. I have two modules, one is working as a peripheral using s110 and another one is as a central using s130. Now central has a very...
Hi!
I am fairly new to programming micro controllers so apologies if I ask many questions.
I am using NRF52832. The situation is this - I have 2 devices and 1 host . After...
Hi all,
I've found the nRF52840 with USB but it seems a bit OTT for our application, something more like the 51822 would be nice, but cannot identify one, can anyone list...
Hello!
I have a code that is working perfectly on Eclipse for Linux and I would like to copy it to a windows computer with keil. I created a new project with Keil copying...
Hi, I'm developping endless PWM sequence.
That is ...
Only one output pin and the signal from it is repeated with the same period of pulse but with two different duty...
Greetings,
I'm having some trouble using the secure DFU bootloader and buttonless DFU service in my application. The code for both of these has been taken from their respective...
nRF52 SDK13 S132.
For example, I have handle from 0x180A service.
I want to read characteristic 0x2A24 from here.
How should do it?
In the watch window I can see event...
We are interfacing to a SPI Flash MX25R8035F.
When attempting to read 1 page of 256 bytes from the chip we break the read command up into 4 SPI Commands.
1) Read the Status...