Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hello, rols and hkn:
I got two different answer about watchdog and hardfault in devzone.
1. watchdog can't reset hardfault. https://devzone.nordicsemi.com/f/nordic-q-a...
https://github.com/bjornspockeli/custom_ble_service_example
I am currently following this example with SES on my NRF52840 DK (PCA10056). I copied the ble_app_template example...
Are there any recommended alternatives (& nordic plugins) to the discontinued Bluetooth Developer Studio? I'm looking for a tool to make the process of creating custom GATT...
Hi! I want to copy data from internal flash to a statically allocated buffer in RAM. I get a DACCVIOL hard fault try to do this by memcpy. The hard fault depends on the number...
I need to send 5 sensor values received over SPI to an app over BLE about 5 times a second. I also need to send a few configuration parameters from the app back to the nrf52...
I am using nRF 52 DK connected to Arietta with ARM Linux (4.2.6) 32 bit.
when I was trying to install "vcpkg" using "./bootstrap-vcpkg.sh", I am getting some errors as shown...
I have a phone app which talks to my peripheral device running the nrf52832 and so I will eventually add another peripheral device which ideally can communicate directly to...
Hello everyone!
I'm working on a project where there are 2 microcontrollers: the Nordic nrf52832 and a 3rd-party uC (can't disclose it). A protocol to transfer the firmware...
I feel confused about bearer. what's the difference between mesh-bases bearer and PB-ADV bearer or PB-GATT? there is little knowledge about mesh-bases bearer within mesh profile...
Good afternoon,
At the place I'm working there's 2 main projects using the nordic SDK, while one runs on the 12.3 version, the other is very outdated and still runs on...
Hi,
I'm having a problem at the moment with code based on Espruino on nrf52.
I connect as follows:
ble_gap_scan_params_t m_scan_param;
memset(&m_scan_param, 0,...
I've seen a few post that have similar issues but none that solve my problem.
I have two uarts (uarte0 and uarte1).
I disable them before going to sleep.
I wake with...
Hello,
I cannot successfully flash an nRF9160-Dk to a usable AT modem state using a brand new install of nRFConnect on Windows10, following this Blog post guidance - https...
I am working on 802.15.4 using nrf52840 and sdk 15.2. I want the receiver node to scan the network for beacons transmitted by the transmitter node for 100ms, go to sleep for...