Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
I am using NRF52 S132, and using UART service , but my phone is getting disconnected automatically after 1 or two minutes. I have seen this question asked in Forum but that...
Hi,
Has anyone test with Nexus 5X ?
I could not change connection interval 7.5ms, the interval is always 45ms.
Does anyone know how to change the connection interval...
SDK 9.0, examples/ble_peripheral/ble_app_hrs
Trying to use DFU with a bond device, I got aware, that after the update, some "static" data seems to get corrupted during...
In the Keil Pack nRF_Libraries V3.10 [SDK V10.0.0?] (Low-Power PWM Example)
Not a big Bug, but an inconvenience all the same.
low_power_pwm.c line 165
ret_code_t...
Hello,
I want to change the advertising timout during runtime. We have two use cases for our device:
Batterie mode --> advertising timeout = 2min
Power...
Hello,
Implementing a LED led driver was pretty simple and below code works well:
nrf_gpio_cfg_output(LED_PIN);
nrf_gpio_pin_clear(LED_PIN);
NRF_GPIOTE->POWER =...
Hi there,I am using the PWM library in github github.com/.../nrf51-pwm-library . After I do this in my project and I check the pin output with Oscilloscope but didn't see...
I have a product that was released a few months ago and is operating in-the-field. Recently we discovered a bug and need to fix it. We are unable to do a DFU because:
...
Hello,
DEVICE_MANAGER_APP_CONTEXT_SIZE should be less than 256 bytes in size.
However, it seems to work properly (not fully tested) whith a size of 800 bytes, and no more...
Hi all,
I want to make sampling from microphone at 16KHz. So I want to first disable softdevice, do all measurements. An after that enable softdevice to transmit data. Will...
Hi,
Recently, I am playing around with the NRF51 dongle and trying to make it work as a BLE master.
However, when I run the sample code(e.g. advertising, multi-link .etc...
Hello, i am seeing a strange behaviour of pstorage module and i don't understand what is happening. I have read links below:
pstorage-problem-on-power-off
saving-data...
Hi,
I haven't been able to find a clear answer to this.
With the ESB protocol, a payload can be stored in the PRX TX FIFO to be sent back to the PTX as part of the ACK...
I have some nrf51422s beacons and wondering if they can send and receive data. So I want it to keep transmitting its id and signal strength but if somebody is reading the...