I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hey all, my QSPI woes continue. I'm trying write 4 bytes (0xDEADBEEF) of data to a flash chip, equivalent to the NRF52840 DK. I'm using PP4IO and 24 bit addressing mode but...
Hello,
I am using the NRF_LOG_INFO macro to print certain event results. I am writing a large chunk of memory over I2C. The operation succeeds but the log print is only...
Hi All,
I' ve successfully programmed an nRF52840 device with an application running with PHY_CODED modulation and I can scan it from my Samsung Galaxy S+. Unfortunately...
Hi, I'm running nRF5 SDK v15.2, and tried to run the led softblink example on port 1 of a nRF52840, which did not seem to work. I found a problem in low_power_pwm.c, which...
We want to use some device in the peripherial mode.
after the devices were bonded, for next connect I need to hide this advertise packet from air in the nRF Connect util...
We have a problem that we thought was isolated (affecting only one phone) until recently we started getting more phones exhibiting the same issue.
We are Australia based...
I can pair and bond as a Zephyr central via bt_conn_auth_register & bt_conn_security().
When the bond is successful I get a callback to cb_pairing_success(struct bt_conn...
Hello,
I am trying to read the internal temperature sensor using interrupts (SoftDevice is disabled). This is what I have:
#include "nrf_temp.h" #include "nrf_nvic.h"...
I am having hard fault when `nrf_sdh_enable_request` is called in BLE init. I am following BLE_TEMPLATE. I did not copy the solution, I am extending TWI example to include...
Hi,
I am trying to make a micro second timer count and I am using the timer driver from the timer example. However the timer init is failing in my code and I am not sure...
Hello,
I am using pc-ble-driver to write a desktop application interfacing with Nordic connectivity dongle. There is no automatic discovery module functionality so I have...
I am trying to just find what is this LE Secure Connection but can't seem to find anything basic. When i look at the lesc example, it look slike they simply turn the bit on...
Hello,
I am having a custom nRF52832-based central device - it works fine when connecting a single nRF52832-based peripheral (the both are based on SDK 14).
Now I need...
(added comment regarding intitialisation of GZP_PARAMS sunday 19 Aug)
I would very much like to use the gzp_dynamic_pairing package on the nRF52. Unfortunately I cannot...
hi, i am doing a project where i have to change adv name of ble device.
i am using nrf sdk 15.3.0 ble_app_blinky example for pca 10040e because it has all the things i need...