Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,
I have downloaded MDK Keil software .so the problem is if i click on + sign in all devices in pack installer it is not expanding and also i am getting like this
if...
Hello All,
Greetings!!!
I am working on nRF51822. I am used custom board. For reference i used nRF52 SDk 8.1.0 in IAR.
Right now i am use gpio pin as an interrupt pin...
I send 25 byte long messages to unicast addresses in a Mesh network. Because of their size messages become segmented. access_model_reliable_publish() is used for sending....
Hello,
I am using a combination of several Nordic devices and hardware. The nRF52832 is used in a sensor to collect light level information. That data is transported over...
Hello,
I wrote a simple program to turn on externally connected LED at Port 1 and Pin 10. But it is not working. See the code -
#include <stdbool.h> #include <stdint...
Is there any documentation about how to configure the SoftDevice clock configuration using the RC as SoftDevice clock source?
My target is the nRF52832 with the S132 Softdevice...
Folks,
We're wondering how the soft device can work with it being provided as a hex file? Usually with things like this you'd get object code to link to, but that doesn...
Hi,
I am currently working on a project for which I use the Secure Serial UART Bootloader from SDK 15.3 (nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_uart...
this device has 2 batteries. so I am adding 2 of battery service UUID(0x2A19). but I cannot access the other of UUID via windows API. but nRF connect for mobile can access...
Hello,
I am trying to use the BMD-350 evaluation board to program a standalone BMD-350 module on a custom PCB. I have followed the instructions in the documentation to connect...
Currently, only one ble_peripheral(based on nrf52840) can connect to the gateway (based on nrf52840) .
The other ble_peripheral( based on nrf52832), will bond to the gateway...
Hello,
As our product (nRF52832, SDK14.2) is heading to radio certification, I was playing around with the DTM example but have some open questions.
I've flashed the...
Hello,
ich have a custom board (with nRF52840 chip) which is programmed over SWD. So the Port ist easy accessable. As base software I am using example/radio_test.
I...