Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
Hi.
I refer to this document. Stopped at Step.B1 now.
If you go to that path using CMD and then type "make", you will see the following problem.
'make' is not an internal...
Hello,
In my project (nRF52, SDK14.2) I have spi data flash connected to the MCU.
I'm trying to use SPI transaction manager library (nrf_spi_mngr) and face few questions...
I don't know how to use nrf52840 dongle as a sniffer. I look at the official routine. It looks like it really doesn't function as a sniffer. Is this what it is. If not, how...
Hello, we are trying to get a new laptop compiling and debugging with an older project. The old project uses SDK5.2 and SoftDevice 6.2.1. When we open it we get the error...
Hi Everyone,
I have problem about debugging program which for my nRF52810 custom board. I am using SEGGER IDE. I changed ses_nrf52810_Vectors.s and system_nrf52810.c files...
Hi!
We'd like to include a battery-powered remote control in our Bluetooth mesh network, i.e. we'll have a need for low power consumption.
In our mesh, devices may opt...
Hello everyone. I'm using an nRF51 with SDK 15 for a 'peripheral beacon example'. For compiling, I'm using segger embebbed studio. I have another bluetooth module(looks like...
Hello, I am trying to fabricate a board based on the Thingy design, including the accelerometer.
I positioned the components, traces, vias and pads following some recommendations...
Hi all,
Currently i am working on multilink Central and peripheral communication, now i want to do two way communication for the single central and multiple peripherals...
I am trying to use the sdk_config.h file from SDK15 to setup a custom board with a nRF52832. The nRF5283 connects to three SPI peripherals. For ease of software development...
Hi. I'm using nRF52832 SDK 13.0.0 as peripheral.
My device can be always connected by any central.
So some centrals may continue to attempt to connect to my device. I...
Hello!
I am developing a bracelet product base on nrf52832. I have a problem with softdevice's power consumption , when softdevice enabled,the power comsuption will rise...
Hello,
I am developing a basic application on the nrf52832. I am using the SDK14.2 and freertos (two very basic task).
I basically have a problem when I set a uint8...
I want to use app timer to get an power saving delay to wait some external chip operation done. So I use an app timer to set a flag when timer expired and in the wait function...
I need to implement UART service in such a way that it should act as both central and peripheral at a time.
I am using nRF52832 board and SDK 15.
I want to know which...