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 am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hi all,
i'am using nrf_Connect_sdk when i write this api
device_set_power_state(); it gives me undefined symbol
i enable CONFIG_TICKLESS_IDLE =y in prj.conf it gives...
Hello,
My company is evaluating the Thingy:91, we're interested in Multicell location lookups. My question is regarding the SDK, specifically if it's possible to configure...
Hi, I am unable to download my program and there's no detailed error messages, if any at all. Can someone please tell me what's going on?
Load "C:\\projects\...\\nrf52832_xxaa...
My company is creating a custom board using the 9160 and 52840. I have a BLE app running on a nrF52840 board that I want to port to the 52840 on the 9160 custom board. And...
I'm a newbie (few weeks) with nRF9160-DK and using nRF Connect SDK v1.7.1 / VS Code on a Windows 10 PC
Good afternoon,
I'm struggling with how to set up and start the...
Setup:
- nRF52832 , Softdevice s132, gcc
- iPhone is the peripheral. A custom service is implemented **on** the iPhone.
On the nRF:
- `#define NRF_SDH_BLE_VS_UUID_COUNT...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a function to connect to a central device, have the characteristic set...
Hi,
I am flashing Blinky led hex file on the flash at 0x5E000 location.
And again if i try to flash the different Blinky hex file at the same location. it wasn't working...
Hello,
I could use some guidance on where to look for a power draw that I am not understanding. I am not a hardware engineer but have been tasked with completing firmware...
We experienced an issue in production, in which about 40% of boards had excess current consumption by about 75uA. Root cause was found to be the PIN_CNF of a GPIO pin. During...
Is there any way that a BLE event handler installed with NRF_SDH_BLE_OBSERVER, can stop the execution of other (following) observers?
I have various modules using their...
Hi
I am a student and this is my first project working on BLE. Please keep that in mind.
The end goal is to create a fingerprinting system with a Thingy (nRF6936) as...