Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
I want to use NRF51822 to advertise is door close/open. No need bidirectional data sending.
Only one way from NRF sensor to mobile phone app.
Actually I have only two different...
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...