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...
I see that BBC Micro:bit uses nrf51822 and can use RADIO peripheral.
So I tried to make my nrf52832 DK to talk to Micro:bit by using Gazell library and referencing MicroBitRadio...
Hi,
We are using SDK14.2.0 and getting assertion failed error with id = 1, pc = 0xEAC2 and info = 0.
What can be the cause of this error?
Thank you in advanced.
The function model_timer_elapsed_ticks_get() returns the total number of ticks since the timer was started. Hence it's expected that this function to return a value > 0 when...
I am attempting to do the LTE_Gateway example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for the...
Dear All,
I am using NRF52840 DK with SDK13.0 . I am trying to use one SAADC channel (CH 1) to record input signals at 200 kHz to fill a buffer of 2000 points . After the...
Hi
I was playing around with the new SDK 15.3.0 and most things worked as expected. One thing that causes some trouble is the changed MBR parameter page handling. It seems...
i need to generate an irk from nrf52 so that no device can identify that nrf52 data...only the device with same irk can identify and connect to it
for that what should i...
I am trying to port Keil code to SES 3.40 with NRF51822 Device and SDKV12_3, I am currently using the ble_app_uart example. I followed this blog post https://devzone.nordicsemi...
Hi Sir
Is it possible write a hex file to external QSPI flash by nrfjprog ? if yes, please tell me what's the command ? Thank you.
ps, the hex file is data, not firmware...
We are using nRF52840 SDK 15.0 with Segger embedded studio. We have referred ble_app_proximity example only for read battery level using ADC. Now in our application used SAADC...
Hi, I m using nrf 51822 development board. I want to implement timer in input mode to detect falling edge of the pulse.. It should give intrude when any falling edge is detected...
Hello
I am a big fan of Zephyr OS, and have developed several commercial products with it (on other NRF chips)
I would like to know if the nrf9160 is to be supported...
Hello, I would like some guidance on how to create a standalone executable for nrfutil (like nrfutil.exe on Windows) in order to update my hardware through OSX. Very newbie...
Hi,
I need some clarification about how to create multiple Timer functions?
my application is to
1. read the VDD supply for every 10 sec
2. after BLE connected to...