I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
I'm encountering a build error when compiling a project with both Wi-Fi and the PSA Driver for CryptoCell enabled in nRF Connect SDK v2.9.0. The error occurs in crypto_mbedtls_alt...
Hello,
When using extended advertising with coded PHY, the advertiser address is included by default in the auxiliary packet (AUX_ADV_IND) on the data channels and not in...
I ma supposed to read FA0A03048100020000F , BUT I END UP READING FA0A030482000202020202. This is also common with the peripheral i am trying to interact, It sends a packet...
Hi everyone,
I´m work on a project were i have to stablish a mqtt connection with a RabbitMQ broker thats have user/pass auth and tls without certificate validate. My...
Hello, The Online Profiler tool currently doesn't support the nRF 9151. Is there a possibility it will be supported in the future? In the meantime, if I choose the nRF 9160...
Hi,
I've been working on Nordic boards for almost a year now using Zephyr and nRFConnect. I've been able to understand the DevAcademy Courses and to reproduce them.
The...
Hi,
I am working with the nRF52 DK running the Blinky example , captured BLE packets using the nRF51 DK sniffer and analyzed the interval timings across the advertising...
Hello, I measured with the PPK2 over the weekend and it stopped updating the .raw temp file after 208,201 seconds (probably nothing special about it) It is around 12GB. The...
Hello,
I've got the nrf9160dk board, but the nrf91 isn't visible. I was told that it's dead, and I should try to play around, at least with the 52840. I've tried to make...
Hello, I am currently working with VEML6035 light sensor and so far i had a hard time working with its 16-bit registers.
The code that i wrote:
overlay file:
I can...
Hi,
It seems like my system is crushing before going to deep sleep,
I have noticed that if I remove a k_sleep of 500 ms, just before going to deep sleep the system does...
It's successful when I use west :
% west flash -d build
But it's failed when I use nrfjprog :
% nrfjprog --program merged.hex --reset
OR
% nrfjprog -f unknown...
Hi nordic:
I use two NRF52DKs and download MESH CHAT separately, hoping to achieve communication between the two NRF52DKs:
SOFT VER: NCS2.8
The specific process is as...
Now I have a verification work on the nrf52840 development board, which is to verify whether the terminal device will perform signature verification after receiving OTA firmware...