Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
sdk version:15.2.0
sd version:6.1.0
platform:pca10040
I have inited three saadc channels , I want to close the specific saadc channel ,but error occured .
The...
Sir,
Using nRF ToolBox for Android.
Our ble device using one of your ble chips sends bytes 0x02, 0xBA
But nRF ToolBox UARTService.java function onDeviceConnected( BlueTooth...
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...