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...
Hello
I want to understand how far the firmware that is burnt on to a Hardware is protected. Is it possible to actually read the firmware from a device (if the device has...
Services Setup
I am trying to feed the "Services Data" manually to the nRF8001.
As per the data sheet page 82 (see image below): Upon transmission of 1 packet of data...
I am trying to run the ble_app_beacon example on an nrf51802 device.
The call to sd_softdevice_enable() never returns (jumps to 0xFFFFFFF9)
The fault handler is not called...
My guess is that:
Characteristics are (or at least, can be considered) subsets of services, which in turn, are (or at least, can be considered) subsets of profiles.
...
Hi, I am modify the S120 multi-link UART example code (code is available here ), and just noticed a problem that the central is only able to send the UART data to the last...
I have tried to make IAR working on monitor mode.(Follow this devzone.nordicsemi.com/.../ . )...up to today the NRF52 still will reset once I hit breakpoint on power_manage...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
Hi, we are updating our current application to the new nRF5 SDK and S132 v2 softdevice but we got stuck with a issue on the initialization of a custom service.
We narrowed...
I'm a beginner at Homekit development.
And I'm using HK SDK3.0.1 on SDK12 for Homekit as Accessory.
At the first,
How to change advertising data, such as Device ID and...
I have a question about Nordic's implementation of FreeRTOS. In the FreeRTOSConfig.h the following is defined as:
/* The highest interrupt priority that can be used by...
I have a star network that works faithfully in no ACK way, using only pipe0.
Now i want to use pipe 1 to transmit from one nRF24L01+ to the star center, with ACK this time...
Hi All,
I would need to get around 11Mbps data rate. I need around 5meters range. Is it possible to use multiple antennas and do a sort of MIMO.
Thanks,
Paul
Hi,
i am disabling ppi channel so that my adc should stop working(i am taking data from 3-axis accelerometer), this process i am doing by pressing button(bsp_event_handler...
Hi, I am currently working on a project, where I need to change my timer ticks whenever I receive a number from the UART app. The code for receiving data is complete, but...
I am looking for a solution to determine the IC revision information as well as the build code for the nRF52.
For the nRF51 series exists this compatibility matrix pdf...