Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi
I am writing an application that will have to switch the radio in between a number of different modes. (With/without AutoAck, and with/without dpl).
I have been looking...
Hello,
according to the documenation, the function sd_ant_burst_handler_request() can return with the error code NRF_ANT_ERROR_MESSAGE_SIZE_EXCEEDS_LIMIT. When will the...
Hi,
I was thinking if it is possible to use, per example HackRF greatscottgadgets.com/.../ , to tune the antena of the nRF15822 seeing if it is transmiting on the 2.4Ghz...
Hello,
We developed the energy harvest application equipment with the HRM1017 module.
The function is every simply as follows:
After initialization, CPU scans 4 I/O ports...
Hi,
I am searching for a way to disable then re-enable the BLE packet transmission on PTU.
This is for testing the A4WP conformance test PRU/PC/GR/Link.
"Disable the...
Hi,
I just got an Arduino and a BLE shield. I was following the Smart Starter Kit. The demo project have me errors, so I just started using the proximity example, and editing...
Hi,
I am using the nrf8001 module provided by adafruit ( www.adafruit.com/.../1697) but it's not clear if the RDY and REQ pins available on the chip are active low or not...
I have made a small device composed by
SD310-1.0, boootloader and application. The device is sealed to be waterproofed and has a serial conenction used by the custom bootloader...
I've been working with SDK 7.1 and I am struggling to understand how to get the makefile working with an NRF51822-QFAA device rather than a nRF51422-QFAC. I have samples of...
Hi all,
I did this upgrade hoping to have a TX_COMPLETE event issue fixed (I'm not able to send more than 1 buffer per connection it seems in my notification based service...
Hi,
There are two advertise nodes, only broadcast (one packet/s) . The S120 star scan. At the beginning everything is OK,but after a while, maybe 3-5 minutes, only one...
Dear all,
I've loaded this example github.com/.../Blinky_ble
into the nrf6310 as it is, and s110_nrf51822_7.0.0 as a softdevice
I am connecting to the module through...
I need the nRF51-DK-HW hardware files ,but without a product key.
And I cann't buy a nRF51 in CHINA.
Someone can give me a product key or
help me to buy a nRF51.
Thanks...
Hello everyone,
I have developed a firmware that makes accurate time of flight measurements, working with my own protocol.
Now I need to integrate this firmware with BLE...