Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hello,
I have problem with two nRF24l01+
First is connected with a mcu to a sensor.
Second is connected with a mcu to a pc throught usb.
I want to get data from...
I'm looking to be able to plug my usb dongle into my computer and communicate with an application for users to use. In this communication, I would want to see the different...
Hi,
I would like to extend ..\nrf6310\s110\ble_app_beacon example and add the possibility of switching from beacon mode to configuration mode and then add a few services...
Hi,
I'm currently trying to use the PWM Library in the LED Button Example, I was able to get the LED to blink with the PWM library when USE_WITH_SOFTDEVICE=0, but ofcourse...
Hi all,
I am using sdk 5.2.0 and s110 softdevice 6.0.0 on PCA10006 and nRF6310 platform for development.
I encounter unpredictable BLE link loss issue. In my application...
Hi,
Edit: Development with Eclipse and GCC
I'm rather new to working with eclipse and C.
I already have a problem with the first step of your explanation: (I'm using...
I've tried several time with this code, but the value the device with this code sends some kind of garbage number to the detecting device(e.g smartphone).
Does it really...
I am trying to implement write long characteristic between master control panel and PCA10001 board.
here is my code
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t...
Hello, we can't seem to be UART break working in interrupt. Is there any detailed documentation on UART operation? We're using the spi_mem_nRF51 Series Reference Manual Version...
Hello
I'm using nRF51422 with S310 softdevice. I've been testing HID example (keyboard) for a while.
What I'm trying to do is to send as much as possible bytes at once...
I am using nrf51822 with PCA 10001, SoftDevice S110 6.0 and SDK 5.2. I modified the HID example to send media keys, basically I just changed the report map and added a few...
Hi,
I have the following code running on NRF51822:
int main(void)
{
// Configure GPIO 08 (P1.0) as output.
nrf_gpio_cfg_output(8);
// Set HI on GPIO 08(P1.0...
Greetings,
I'm experimenting with iOS and bluetooth, using the Heart Rate Monitor example. I have tried, and failed, to convert the NSData I get from the "Heart Rate" characteristic...