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...
I am using sparkfun nrf52832 breakout. I am new to this. I don't have a JTAG programmer so I cant program with keil. Is there an alternative solution for the software used...
I was using Sparkfun nRF52832 board to test my application, programming it with FTDI over Arduino IDE. Now I made my own PCB and found out that the IC doesn't have bootloader...
HI there! I am currently having some issues trying to add a custom 16 bit service to my nrf51822 project. Basically I am trying to make a dummy peripheral that I need for...
I have a nrf51-DK. I am trying to get a PWM signal on one pin. Here is my code:
static volatile bool ready_flag;
void pwm_ready_callback(uint32_t pwm_id){ ready_flag ...
is it possible to send ip packet form thread device with destination of non-thread device like ble (i gave ble device hardcoded ip) without border router ?
if yes i want...
Hello,
I am trying to flash my application to my NRF51422. In short, the application is a combination of the ble_app_uart and twi_scanner examples, I am reading data from...
Hello
I'm facing with printf over uart problem in my app. Application based on uart example from SDK 15.2.
However, it happens that printf function prints message to uart...
Hi,
On the latest nrfConnect SDK and zephyr, I started my application based on MQTT and AWS_FOTA samples.
The BSD socket function zsock_getaddrinfo sometimes returns a...
Is there at least one twi example available that uses pca10040e? Not seeing one in sdk15.0 for SES.
I can get the code working for pca10040 on s132 but not for nrf52810...
Hello,
I am new to nrf52 840 SDK, and currently working on Beacon code and really need help to fix some aspect of this code. I have a beacon code and would like to add custom...
Hi,
I'm using 3 AIN pins to read analog readings. However, when I go to sleep mode, I want the current to be as low as possible.
I notice that the AIN pins (saadc) is...
Hi everyone, recenly I had adquired a nrf52840 dk for testing how to work the BLE module. The problem was that in the first attemp the nrfGo showed that message:
I have...
Dear Experts:
Hardware Version :Nordic PCA 10040 1.2.4
SDK Version: nRF5_SDK_15.3.0
Project: ble_app_uart
None code will be modified in the ble_app_uart project. First...
Hello, I am trying to change the data length(maximize) from Nrf Connect Desktop to a BLE5 device. Could someone help me, how to change the packets size being sent? Thanks...
Hello All,
I am using the example " iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 " with the NRF52 DK board.
I have build and load the code in the board but it...