I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hi,
I'm looking for an easy way to send raw data measured by NRF51822 (as single bytes) to a host computer, without using Nordic dongle.
The example project ble_app_uart...
Hello!
I have a problem with getting a value (uint8_t) from a characteristics.
I am using 2 nrf51422 boards, where one is a central and the other is a peripheral. I...
I am running a GATT server with multiple proprietary characteristics. I need to perform an action when some of these characteristics are read. They are read-only characteristics...
I'm using an nRF52832 (QFAAB0) on a custom PCB, nRF5 SDK, S132 v2.0.
I'm occasionally encountering spontaneous resets and want to tract down the source. I found the RESETREAS...
On fds_init() I am getting back an "Invalid Data" error code and I'm not sure why.
This is on pca10040, SDK11 and S132 v 2.0
I lifted the example mentioned here -> devzone...
Hi all,
I am using mbed for developing on nRF51-DK. The code has an initialization of a character array as follows:
char tmpbuff[80];
The code compiles and when loaded...
Hello!
I think I might be having some trouble writing to the UICR register, and I've therefore read the UICR register using the nrfjrpog -NRF52 --readuicr command. Im interessted...
Hi, i used this script to change my MAC adress but i checked with MCP , the MAC @ is the same.
More then that, the error code returned is really not logic in fact i got error...
Hello,
I bought a BLE nano and MK20 set with nRF51822 from RedBearLab. Love Nordic complete bluetooth solutions.
In general I am pretty new to Bluetooth development...
Hi there,
I'm currently building a custom app for detecting eddystone/ble peripherals in both iOS and Android, and am using the same hardware to test. On Android, I'm getting...
Hi,
we use nRF8001 in a custom hardware/software project. The device is battery powered and should
use minimum current (in the range of <20µA). When we set the advertising...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
Hi,
I've read the BT specs covering addressing several times and still don't really understand how private addresses work in real life.
Lets say my peripheral starts...
Hi all,
I'm want to have an additional user authorisation process in my peripheral device by having a special characterisitic that the central has to write an encoded value...
My six nrf51822 modules died after I erase flash and download "ble bcast mesh" (with sd110 8.0.0)
github.com/.../nRF51-ble-bcast-mesh
At first time, I download firmware...