Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
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...
The gpio specifications table lists 3mA for VDD greater than 1.7V and 6mA for voltages greater than 2.7V but what about in between?
Would a linear approximation between...
Hello,
I am trying to fix the UART communication error in a peripheral side.
First of all, the setup that I am using is as below.
[SDK] nRF5_SDK_11.0.0_89a8197
...
We would like to enable the flash protection for an nRF52 application with the typical scenario:
to disable flash reads from the JTAG,SWD interface; only erase/reprogram...
Hello everyone.Recently I try to send some information from a "nrf51822" to phone when they are connected .So I choose "ble_app_hrs" example program,and I add two characteristics...
Hi everyone
I am working with nrf51 and I need to know how much my specific code occupies in the flash memory (I know how much is the available memory).
Thank you
I have two board - 51422AC based PCA10028 and 51822AA based custom board. Custom board doesn't have 32768 OSC.
My goal is to let custom board work with example project...
I want to use my stand alone SEGGER with nRFgo Studio. How do I do that?
It looks lite nRFgo Studio only recognises the PCA10028 board as a SEGGER but not my stand alone...
I have a ble_uart application which is working when I load it on the chip. But it will not automaticly run again if I unplug the supply and just plugin again. When I unplug...
hi,
i am using eclipse IDE to build the blinky example with soft device s130(using SDK11). i added the make file and .ld script and linked all files which is required....
Dear Nordic family,
I tried programming Raytac MDBT40 with the LED blinking code (taken from the example project of SDK 8) which worked with nRF51822 Bluetooth Low Energy...
Hi
I have been using the DFU for quite a while. I adapted the boot loader to my hardware and compiled it using Keil.
All my other code is written in another environment...
Dear Nordic Developers!
When I call the sd_power_system_off() function to put the MCU to system OFF, after that I can still see the advertiser device in MasterControlPanel...
Hi!
First of all, I'm using the nrf52 PCA 10040 DK, with SDK11.0.0, and my Soft Device is 132 2.0.2.
I'm developing an app for comunicating with a sensor via SPI (send...
Hi,
Am starting custom service to support custom profile and it works without any issues.
But when I add DFU service also to start after custom service DFU service fails...