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...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
hello,
I want to communication with accelomet but I understand the code written here #include "ADXL345_I2C.h"
ADXL345_I2C accelerometer(p28, p29);
Serial pc(USBTX, USBRX...
Hello Expert,
I am using SDK 6.1 and Softdevice 7.1.0 (s110) for our 256K/32K nrf51822 platform. As of now I wanna port DFU feature into our project. Of course, when burnt...
Dear..,
Despite study the nRF24L01+ ProductSpecification I, the ACK related discussions in this forum your support are very welcome.
The aim is to communicate with two...
hello,
I am working on the example ble_central_and_peripheral in nRF51_SDK_8.1.0_b6ed55f and we have connected the device to MCP and on clicking the enable service we gets...
Dear Developers,
I have some experience with nRF51422 QFAC series and I have the PC10028 pcb nrf51sdk environment.
Until now, I have developed some applications successfully...
I want to send data using some bluetooth spp software to nrf51822. Which is the simplest way to do this. Is there is any library or example code is available for configuring...
Hi,
Right now i can send data from 1 nRF51822 to 1 Android phone and vice versa
(nAN36 Project)
And now I have a project and in my project i have a sensor which send...
Hello everyone,
I compiled the nrf51-app-button-examples without any error and warnings but it is showing me this error (No cortex -M Device found in JTAG chain / Target...
Hi,
I am using the heart rate collector example (ble_app_hrs_c in SDK9.0) without any trouble, but I would like to modify it to be able to connect to multiple heart rate...
Hi
How to test BLE ANCS + NUS that included in FW on OS APP?
OS (Device manager) will connect ANCS then it cannot connect with nRFtoolbox - UART.
Please advise.
BR
...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
HI :
I am trying to use spi to communicate with a slave device . The slave device only have 3 interfece SDIO SCk NCS. I need to read the register of the slave . According...
I programmed a nRF51 dongle as an ESB receiver using the esb_ptx_prx example code. It sleeps most of the time by calling __WFI() in the while loop.
I used an external 3...
I have a oneshot app_timer that I'm using as a software watchdog timer. Under normal operation is never supposed to go off. I'm loading the timer with a 15 second timeout...