I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Hello!
I am currently developing an application for the nrf52832 using Segger Embedded Studio as my IDE.
The application is not utilizing any softdevice but I would...
Hi,
We are using an nRF52832 with Soft Device S132 in a project. It has been requested that we should advertise as connectable with our own service and characteristics,...
Hi
In the NRF_MESH_PROV_EVT_COMPLETE event, I call
ERROR_CHECK(dsm_address_publish_add(m_next_unprov_address,&m_device_address_handles[m_next_unprov_index])); ERROR_CHECK...
Hello,
I want to be able to toggle blocking RTT output when using the log module.
Before in SDK13 I could just set SEGGER_RTT_CONFIG_DEFAULT_MODE to 2 in the sdk_config...
We are developing a system with multiple sensors that are spaced far enough apart that the furthest sensors won't be able to communicate directly with the user's device (also...
Hello everybody.
I just startet developing with nrf products and I'm facing a problem there.
I'm currently developing a System based on the ble_app_uart_c example. I'm...
Hi,
I am working on secure OTA in my custom Board which is having nrf51822.
I had done secure OTA successfully with SDK 12 but when i am trying to update the code using...
Hi, I want to measure Round Trip Time (RTT) varying data rate
However, when using coded phy, the RTT shows extremely long time
Using 1M or 2M with connection interval...
Our nRF52832 software detects the arrival of characteristics via writes from the Central and reformats the contents and sends them out in a UART message.
I've built an...
Hello, I want to create a simple example code with the leds ws2812b from neopixel from github.com/.../nrf51-neopixel. I need help to build the code.
Regards.
I'm converting an SDK 14.2.0 project to SDK 15.0.0 using the legacy functions and ARM GCC. It compiles OK but linking is failing.
The verbose output appears to be the Make...
hi i am trying to communicate with two devices throught UART , in nrf51 device uart i get a voltage of 2.83 v with .0238 milli ampere while in gsm module uart pin i have 4...
Hi Sir,
As reference RF5x support within the Zephyr Project RTOS , we can run Bluez in Linux environment.
But do we have the bluetooth stack in windows that we can work...
Hi all,
BLE newbie here.
I have a peripheral device (iBKS105 beacon) configured with Eddystone and iBeacon protocols, emitting on channels 37, 38 and 39. I set the advertising...
Hi, I recently started to work with the nRF52 DK (PCA10040).
I'm trying to do some experiments with PWM, so I toke the pwn library as a base and tried to add the button...