I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
I'm using s130_nrf51_2.0.0-4.alpha as central and do some testing with channel map.
I set the channel map before I'm trying to connect to a peripheral with:
ble_opt_t...
Hi experts,
I want to send 20 packages from nrf51822 to phone, so I tried to call sd_ble_gatts_hvx() repeatedly until BLE_ERROR_NO_TX_BUFFERS returns, then sent left packages...
I have a question about the NRF518222, we using 3v coin cell battery as power for Ldo working mode.
The connection between the devices and mobile phones, regular, disconnection...
nrfjprog is reporting known errors while I'm trying to burn the pca10028 dual_bank_ble_s110 bootloader to the nRF51-DK.
".\_build\nrf51422_xxac.axf" - 0 Error(s), 0 Warning...
Hello there,
First of all, thank you Nordic for such a great platform to develop on and all the great example code to get a BLE newbie up and running. Also, a deep thanks...
I am trying to control a servo motor from nRF51822 when BLE is activated. I am using mbed development framework and libraries.
My servo example works flowlessly if BLE/SoftDevice...
Hello,
Recently, I used the LedButtonDemo to create a program which make one rotation on a step-by-step motor.
The program is very simple : in place of toggling the led...
I am using the nRF51422 for sensor. This sensor is paired to a slave in the most simple way: the slave searches with a wildcard for a sensor and the stores the devicenumber...
Looking for a 3rd party supplier with a certified module.
Module pinning makes it possible to program new software into the module.
The question is: If I change the software...
Hello,
I am using nrf51822 with softdevice 110.
I have noticed that there is some power usage between advertisements, that is more than what is being used when no advertising...
We're having difficulty preventing our nRF51822 from resetting when ESD events occur. These events are not directly on the nRF51's I/O pins, and we've tried things like grounding...
Hi,
I am having a BLE peripheral on NRF51822 chip.
I have set to MITM to 0.
I want to communicate with an iOS app which will act as central device.
When i first connect...
Hi,
I'm planning to use the nrF51822 in the end product and the nRF51DK kit has nRF51422 and not the nRF51822. the user guide for the kit says that 51422 supports ANT protocol...
I am doing a bootloader to support updates via ESB. I am using MicroLib. I am not using SoftDevice.
My project mapping:
Bootloader 0x0000-0xBFF
Application Vector Table...