Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi guy,
I am new to nRF52, I read some example code and I see this:
#define SPI1_CONFIG_SCK_PIN 2 #define SPI1_CONFIG_MOSI_PIN 30 #define SPI1_CONFIG_MISO_PIN 4 #define...
Hi there,
I'm currently working on a project in which I need to be able to deactivate Bluetooth advertising at the press of a button. I am using SDK 15.3 and have built...
I am using the database discovery module in my app (my code is based on the "HRS client" that is one of the SDK examples). I am able to discover multiple services (both custom...
To the kind attention of Nordic support team,
I have got legacy nRF24 gzll devices that are supposed to communicate with new nRF52 platform. Sometime it happens that nRF52...
Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards...
Hi,
In our project we want to use nRF52832 chip using HCI Command interface. We are trying to use Zephyr RTOS project for geting HCI interface through UART. We are using...
Hi, I using the 15.3 SDK.I want to get the peer's name by filtering Company ID(manu data).The Company ID is in the scan response packet, and peer's name is in the adv data...
Hello!
I would like to use an external antenna with my nrf9160dk to be able to attenuate the signal. But I am unsure about what is needed to make it work.
Is it enough...
Hi,
I have read through this tutorials on how to develop custom UUID, and I have implemented it successfully.
But I need to have 2 characteristics. I have basically duplicated...
Hello. I am trying to use TWI with mpu9250 sensor after System Off mode. But it is not working well. Do I need to do some preparation before going to System off mode? Where...
Hi All,
I'm using Ellysis sniffer for debugging my ble mesh network.
I've made network setup using generic on/off application and I'm able to communicate and capture...
I have a nRF9160 DK and since I am in Germany, we are trying to use the most common LTE band they use here, which are:
Band 1,3,7,20
However, band 7 does not seem available...
When I compile one of the nfr_log modules (e.x. nrf_log_frontend.c) I get the following error.
I do include ../components/softdevice/s132/headers/nfr52 in my User Include...
I have an nRF9160 DK which came with an enclosed eSIM from iBasis, that is supposed to work in most of Europe.
However, after jumping through all the getting started hoops...
Hi All,
Posting this here after a lot of searching and troubleshooting. There have been a lot of similar posts but none actually seems to go into how to implement this in...