Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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...
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. All.
I am in the process of update SDK 9.0 from 5.2.
Meanwhile, SPI couldn't read from external flash's data.
Unusually SPI works well before infinite loop, I tested...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...