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...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
I have based my project on the SDK 6.1 ble_app_hrs. In main.c is included app_gpiote.h which I assume is for the app_button module. However in a separate class I also use...
I'm currently using soft device 110 version 7.1 on a 51822.
I have several characteristics that are more than 20 bytes that as a server I want a client to write to. I actually...
Hi, I'm using the GPIOTE library to detect an interrupt from a sensor, query the sensor and update the gatts value. The problem I've found is that the IRQ priority is hardcoded...
Hello Sir or Madam
Now i am using NRF51822 of your company. Now we are evaltion thermal character of this component.
So please kindly provide theta JC (junction to case...
Is it acceptable if I stop an app timer for dozens of times when the app timer is actually stopped.
Will the memory leak if I operates in these scenario.Does it affect whether...
I am considering using the nRF51822 for an upcoming project for a client. It is a simple BLE peripheral, so I would use the S110 SoftDevice for the stack. I am looking at...
I use BLE mesh github.com/.../nRF51-ble-bcast-mesh
but when I use the master control to write values to update the values of services, the following error occurs: "global...
Hi,
I have implemented the support for 'long write' as in
github.com/.../ble_app_hrs---LongWrite
which works from the MCP... except that on BLE_GATTS_EVT_WRITE, it seems...
I have bought nrf go starter kit with pca10005 board( nrf51822 ic). I want to program the nrf51822 using these tools.The guide that I got from the nordic website not explaining...
If the device is paired (but not bonded) using "Just Works", sd_softdevice_disable() causes the application to hang/crash (nothing happens until reset by watchdog timer)....
I want to generate 2 fast PWM waves with 25% duty cycles from nRF51822. They have same frequency of 4MHz but there is half a cycle delay between them. I checked the nrf_pwm...
Hi,
I am trying to get the NRF8001 rev. C chip working with a Tiva Lauchpad (TM4C123GXL) board. I modified the original Arduino SDK for use with Energia. I am using the...
Hello,
i want to write a global unsigned long variable in RAM after programming the device. The Use-Case is to set the clock value to the actual time. So the new unsigned...