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...
Help, what UART output pins that gather all information from the various sensors in the NRF52832 thingy52, to integrate with Raspberry or Arduino, thank you
Hello Community,
I am trying to implement a whitelist in my central device but when I type ble_gap_whitelist_t I had an error of compilation becuase ble_gap_whitelist_t...
Hi,
My first objectif is that the Micro:Bit consumes less than 2μA without the BLE. I read that the Micro:Bit program was not powered if the Micro:Bit is powered by the...
Hi everyone,
I am writing a program in Keil whereby I have to send a large amount of data through BLE notification in real time. The program works by having two timers...
I want nRF52832 to be a central device which will take an input from nRF51822 (peripheral device). Also, Is it possible to make two nRF51822 talk to each other?
Hi,
I having an nrf52832 board and using gnu arm, nrfjprog to program the device. i reading data from two different sensors using spi and TWI in two different codes. now...
Hello all,
I have received "nrf51822 smart beacon kit" connected the battery power and i can detect the device in nrf Beacon app. but the issue is when i select the actions...
I am going to have streaming data come through a characteristic on an S110 device. When the client writes to the characteristic, my peripheral device will read the characteristic...
How do I use Wireshark to see the connection interval negotiated between my nRF51822 peripheral and a central which is a mobile app? Which messages should I be looking for...
Hi all,
I am not very proficient in NORDIC and BLE. I was wondering if you could answer me.
I am developing a module using NRF52. I have a redundant wireless communication...
I am using a PCA10040 with a nRF52832 mounted on it. I am trying to match the IC revision with the packet variant as explained here .
The problem here is that the chip...
Hi I am new to Nordic development and set up all the tools required for compiling and flashing program to nrf52840 0n ubuntu. I downloaded nrfjprog and jlink segger and put...
Hello,
I'm trying to use a nrf51 dongle (PCA10031) as a BLE sniffer. I'm following the ble-sniffer_win_1.2_User Guide.pdf.
On the required software, i need to install...
Hi,
I try to use the example ble_peripheral -> blr_freertos -> ble_app_hrs_freertos and I add to the thread a fds_register() and fds_init(). Problem: In the call back function...