Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
Hello,
I'm trying to add DFU updates to a target board connected to a power profiler as a part of our CI process.
I have a nRF52-DK programmed with connectivity firmware...
Hello,
I'm getting err_code BLE_CONN_HANDLE_INVALID after calling ble_cps_measurement_send
I thought ble_cps_on_ble_evt was handling all of this but seems not.
I...
Hi
Use SDK15.3 path .. \ .. \ examples \ dfu \ secure_bootloader \ pca10040_ble \ arm5_no_packs. Using fstorage to write flash data, the function nrf_fstorage_write returns...
Dear Nordic Team,
I use a custom dev board with the nRF52832 SoC and the nRF5 SDK v16.0.0.
I need CoAP functionality for my project. I managed to get the CoAP Examples...
Hi guys, I am developing an mqtt-based app using board nrf9160. I tested the mqtt_simple example but it does not work. Here is my setup.
+ Broker server: test.mosquitto...
Hi, I'd like to set the alarm state of a minimal power configuration cluster that only has the attributes "remaining battery percentage" and "battery alarm id". However the...
Hi,
Is it possible to write to the UICR (with SES) without erasing it first?
Normally the boot loader sets the correct values in UICR, but for development I want to have...
Hello,
lately i've not been able to connect to NB-IoT network as i did before.
Long story short:
I'm working with nrf9160 since 3 months and i have been able to connect...
When the macro NRF_SDH_BLE_GATT_MAX_MTU_SIZE is changed in the sdk_config.h file of any example from the ble_peripheral folder, the slave sends the message Exchange MTU Request...
Hi,
I am using nrf mesh sdk 3.1.0. with nrf52832.
For iv update one condition is iv_timeout_limit_passed(m_net_state.iv_update.timeout_counter). The timeout_counter value...
Hi,
I am evaluating ble peripheral with nRF52840 SDK 16 and SoftDevice s140 on windows 10.
The SDK is copied at location: C:\Nordic_Semi\nRF5SDK160098a08e2\
The SoftDEvice...
Hello,
I am not able to connect the dots. After setting up the beacons, ( adopted ble_beacon_app from Sdk 16 ) how can I perform localization algorithm ( trilateration)...
Hello. I try to configure radio at NRF52811 to prepare antenna switching and get correct I/Q samples from different antennas. I have 2 antennas that are 6 cm apart from one...
hello, I try to make an application with 6 different services. I used the ble_custom_service tutorial to create my different services.
I manage to work without problems...