But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hiiii
In our industrial product we are using nrf24l01+ on PCB which will be going to fully coat with epoxy material while manufacturing. My question is that , whether this...
I have modified the ble_app_hrs_c_s130_pca10031 example to run without external RTC and collect only battery status data from BLE peripherals that have a service with UUID...
Hello,
I tried the example ble_app_multilink_central (SDK 11.0) with S130 soft device. My requirement is that nrf-dongle should work in central mode and it should connect...
Super general question :)
Our current products use nRF24 chips (paired with 8bit AVR's) and we're very happy with performance.
For us the key requirements are low latency...
Hi all, i am trying to load this example on the smart beacon kit; i followed this guide step by step ( devzone.nordicsemi.com/.../) but the problem is the if i load the precompiled...
Hi all, i want to use the internal bluetooth of my laptop to receive values of a sensor on the nRF51 DK, and save them in a text file. How can i do this?
Hi, In my project I am using the signed bootloader example. The issue I got if I generate .zip file for dfu without --key-file the with --dfu-ver is option is working fine...
I have up and running the serialized ble_app_hts using ser_s130_hci serialization on two BMD-200 evaluation board of Rigado.
Now I want to know what files I have to use...
When I input the command below:
nrfgocli -p <path_to_application.hex>
it gives me the error below:
Could not connect to board
ERROR: Could not connect to board ...
I've migrated over my application code. I've noted that SDK10's new modules causes much high RAM consumption than on SDK 6.1. Everything is working however, except for the...
What are the correct parameters that I need to set in uVision to compile the experimental (signing) DFU for NRF51822_xxAC (SDK 10) (using dual bank)
Xtal?
IROM1?
IRAM1...
Hi Nordic Community,
Could you please tell me what is the antenna reference design used in the nRF51 DK? and why a lot of BLE development boards (like Redbear BLE shield...
Hi everybody!
Im trying to implement slave spi to bluetooth bridge.
In short, when cs line goes low, i want that one handshake line automaticaly go in busy (high) state...
Hi,
I'm using the nrf52 and in my application I need to sample a sensor after applying an IR pulse; the pulse length influences the sampling thus cannot be disturbed by...
I think this is a rather common problem:
I want to expose a couple of variables from my model code (members of structs) as characteristics. Is there a simple and elegant...