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...
Hi all, I am working on an electronic lock using the nRF52840. Currently it works using Bluetooth Low Energy and the lock opens when a digital key has been sent. (it has measures...
Hello sir,
I am sending the data of 252 bytes through send_notification() at each interval of time but when i send through send_notification() then following error occurs...
Hi,
I am compiling micropython port for Thingy:52. I am following instructions here https://github.com/micropython/micropython/blob/master/ports/nrf/README.md
I see that...
Hi,
I have created an HSL model and it's working fine. Now, I am using a light that has both CCT and RGB control. So, I have both HSL and CTL model existing in the same...
Board :52840dk_52840
SDK: NCS1.7.1
IDE :Visual Studio Code
I remap my bootloader partition in my application .overlay file
as
& boot_partition {
reg = < 0x000000000...
Hi,
When i changed NRF_LOG_ENABLED from 0 to 1 in file sdk_config.h returns the following error
1> Linking tdoa_tag.elf 1> E:/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj...
Hello, did you test the working of 100 pairs (Transmitter and Receiver) nrf52840 BLE modules together indoors? If you did, how much data is lost while working together? Can...
Hi everyone,
I use the radio example as my basis. I call the read_packet() function from receiver example. And there is no incoming data, it stucks there. How can i set...
Hey,
I have an app based on the UART central example. I successfully connect and bond to an android and am able to send data via uart over BLE.
I want to send data also...
Hi
I am converting libraries MAX30105 Arduino to nRF52840, but I have a problem,
"MAX30105 parrticleSensor;" what is it?, how can I to convert this? is it a variable?...
Hello , I am trying to build the bootloader source code provided by Adafruit for its nRF52 core. The project is based in Segger Embedded Studio.
Adafruit's nRF52 core bootloader...
Hi,
1. I removed RTT related codes in the project.
2. Will uncontrollable factors be introduced?
3. Is there any potential risk when the code runs?
Thank you for all...
Hello,
Trying to run the TWI_SCANNER example on a pca10100 hard faults. The .emProject file has been modified per the instructions at https://devzone.nordicsemi.com/f/nordic...
Hi,
I am using nCS to write applications on vscode IDE, that is I am using the "nRF Connect Extension on vscode IDE" I need to unit test the written application code,...