Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
Hi all,
I'll explain the problem. Our device (that uses a nRF52832) works with a custom app developed for iOS (v 13.4.1) and we've a custom set of services/characteristic...
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)...