I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
I use ncs1.6.0 to develop on nRF52832DK. The current requirement is to enable PA LNA support on mesh.
I learned how to use FEM driver through this blog . I added the corresponding...
Hello,
Is it okay to supply the nRF21540 with a DC/DC or do I need to use an LDO? Are there any performance differences of the nRF21540 when choosing one over the other...
I'm finding that the signal strength of the radio is too low in my nRF52840 custom BLE project. I would like to increase the radio power from the default 0dB as our RSSI values...
I made a custom model under ncs1.6.0 to publish uart data. When the data I want to publish exceeds 85 bytes, an error occurs in debug:
<err> bt_conn: Unable to allocate...
NCS v1.6.0
CONFIG_SLM_GPIO_WAKEUP =y
CONFIG_SLM_INTERFACE_PIN =24
When Serial LTE modem is woken up after #XSLEEP=2 without 2s delay, it starts to loose some unsolicited...
Hello,
I'm using the sdk v17.0.2 with softdevice s140 with a custom PCB shipping the nrf52840.
I'm facing an issue where I cannot enable NFC and softdevice at the same...
Hello everybody. I am currently evaluating some BLE Tags, if they can be used as an BLE doorkey. The chips I am talking about are the following: nRF51802 nRF51822 nRF52832...
Hello support team,
I try to get the NRF52840 DK to work as a central with FreeRTOS. Connecting and getting notifications works well, but the device freezes on a disconnect...
I am running a Zephyr OS, and I am using the mbedtls APIs to do my cryptographic operations using the Cryptocell as my backend. My question is should I be using a mutex of...
Hello,
We have a physiological monitoring system in production where we used NRF52832 as a peripheral. Connecting this peripheral with Windows bluetooth, we realised that...
Hello,
I'm currently looking at using a last will message that updates an attribute on the cloud if the device disconnects from the broker. The broker and client agrees...
Hello everyone,
My current setup:
1.Development Kits = NRF52840
2.Nrfutil Version = 6.0.1
3.Softdevice = S140
4. Operating System = Linux
In current goal is to...
Hi There,
I am currently using a custom bootloader for my devices which was started from the secure bootloader example given in the SDK, I am using BLE as the transport...
i have nRF Connect SDK v1.6.1,excuted “west update” and “west zephyr-export” command(the project will not built successfully without executing these 2 commands)
then i was...