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...
I am receiving data from a phone, i want to send back a word .
So , this is probably wrong but , to send :
void sendBluetoothData( uint8_t data[], uint16_t length)
...
I am a novice who now deals with nrf52 dk.
I installed command line tools according to the guide in the link above. I have installed several jlink programs, of which I do...
Hi,
I enter problem when I tried to delete bonded data from my example code using pm_peers_delete()
SW: nRF5_SDK_15.2.0_9412b96
HW: PCA10056
example: ble_app_hrs_freertos...
nRF9160 DK: I followed the userguide , devzone.nordicsemi.com/.../getting-started-with-nrf9160-dk
I done with 2 examples: AT Client and Asset Tracker examples. I passed...
Hi,
I am developing against a custom board built around the NRF52840. I am trying to store and retrieve values from flash using the fds module. I am not seeing any errors...
Hi, I am going to use the nRF91 DK to program an external PCB with the nRF9160 on it. The DK documentation says that only 1.8V or 3.0V is supported for external debug/programming...
I am running on a Windows 10 PC.
I've downloaded and installed all the tools for the nRF9160 DK using nRF Connect.
After installing the Segger Embedded Studio, I followed...
Parts of this discussion started on this thread: i-am-trying-to-do-dmx512-protocol
I am using SDK 15.2.0 on an nRF52810. My test board is based off of a Laird BL651 which...
I am trying to setup SEGGER Embedded Studio to program the nRF52840 dongle hardware. I followed the Getting Started Assistant program to set up the development software for...
The SDK version I am using is V15.0.0.
I use the function interface nrf_gzll_set_pa_lna_cfg 。 The following is my configuration information:
static nrf_gzll_pa_lna_cfg_t...
Hi dear community,
I am currently using nRF52 DK which has 52832 on it. I am using it for my bachelor thesis project and want to create simple sensor network. I am using...
Dear,
I am using nRF9160 DK,
firmware: secure_boot & AT_client
and Tale_SIM from Telia, I want to get the current GPS position by AT command?
Is it possible? Which...
Hi,
In a design which should be compatible with the NRF52832 we want to use the NRF52840. As the NRF52832 doesn't have USB, this would mean that the VBUS and data lines...
I am confused because i see documents referring to cmake/ninja and west. Recently it looks like people are suggesting to use west with master branches. Can someone definitively...