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...
Hi,
I want to use the following project to build a ble scanner which listen on one specific channel:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Looking...
We have added support for nRF51 devices to VisualGDB, our Visual Studio plugin for embedded development and would like to share some tutorials showing how to develop common...
Hi, CAn anyone plz help me getting the cheapest possible nrf51822 small module that i can use in my project as peripheral ?
Or any other module that can work as slave with...
Hello,
I have been able to get an application to build and run in debug mode using Eclipse GCC (Kepler) for the nRF51822. My application does not use a soft device. We...
Hello,
I want to use timer with my app. I want to make led on my beacon flash for 1 second when it recieves a value. How can i set timer to turn of led after 1 sec?
...
Hi,
I am using GPIOTE interrupts to detect button presses. It works fine but there are only four channels in GPIOTE->EVENTS_IN[] and each channel can only be assigned to...
Hello,
I'm using exeprimental dual mode example with my Beacon kit. I ported the example to work with pca2006, but i'm having problems with led. On my mkit, leds work just...
This is what happens when linking my project in Eclipse:
make all
'Building target: project_name.elf'
'Invoking: Cross ARM C Linker'
arm-none-eabi-gcc -mcpu=cortex...
Hello,
We would like our app to only be seen by:
Devices that have previously connected
Devices that we allow to be added to the whitelist via the temporary disabling...
In my pursuit to make a stable Gazell streaming device, I noticed some issues with pushing packets to the Tx FIFO.
Even through I get an affirmative response from the nrf_gzll_ok_to_add_packet_to_tx_fifo...
Hello,
After I connect my iPhone with a 8001 nordic chip without opening the characteristic I receive a pipe status event which says that the pipe is opened. This is totally...
Hi,
I would like to use the softdevice s130 because i want to try having a nrf58122 as a ble central and peripheral at the same time.
At the moment, there is still the...
Hey everyone,
I have an application where I have to write data to a characteristic. I would like to only allow reliable writes (not unacknowledged ones). Is this permitted...
Hello,
I'm having problems with defining RGB led on my beacon (pca20006). When i define for example RED led (on pin 12) with code nrf_gpio_cfg_output(12); i should be able...