Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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,
I have add the beaconing example to the project, just modify examples.emProject manually. And saw the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
After...
Hi,
I updated all my Packs in Keil for an old project, but now there are a bunch of missing files.
In my build window it says things like:
Error #540: 'NordicSemiconductor...
Hello,
I am using sdk11 on NRF52382 custom Board.
I am trying to save around 1500 words in flash since the page can save approx 1000 words so I change the code to write...
Hi,
I am use nRF51422 and SDK 12.3 sd130.
I can use nRFTool App update FW to nRF51422.
but I dont know how to switch App to bootloader in BLE not button.
which function...
I have doubts about using the pstorage_init function in the example for SDK11 in this answer . Documentation says that this is module initialization routine but in the exemplary...
I combined ble_app_hrs of example with ble_app_hts of example .
I write command in client characteristic configuration,
there is a problem that ATT_ErrorRsp : status...
I have some problem with Interrupt vector,details as below.
I design a bootloader code,and in the bootloader,i use timer0 interrupt.Then in the app code,i use the timer0...
Hi all,
I was wondering if I can install Soft device for a BLE-module other than Nordic?
And if so, will it gonna work?
Thank for help in advance!
blueguy
Hello,
I would like to detect a change in a pin( GPIO_IN_NUMBER ) and depending on it I would like to trigger a SPI transaction, this should happen through PPI.
So far...
I'm trying to migrate my old app based on buttonless app sdk13 to buttonless app sdk14.
I solved issuie according to migrate guide remove chunk things and etc.
My app works...
I am creating an App for iOS using nrf beacon.
App is for garage door and i want to get notification when door closed or open, when beacon is in range or out from range but...
I am using nRF 52840 board. I used Keil 5 to load one of the examples in SDK successfully, but when I unplug the USB cable and used the battery. My program doesn't run properly...
We worked on the nrf52832 DK.
We will begin the prototyping phase. But the dev kit's antenna is too big. Can send me a reference and schematic of a ceramic antenna.
Other...
We have based our code off of ble_app_proximity. Upon first connecting to the advertising NRF51822AB device with softdevice 110 v8.0.0, we write to pstorage.
static void...
I USE IAR7.7 AND v11.0
THERE ARE ERRS.
FS_REGISTER_CFG(fs_config_t fs_config) =
{
.callback = fs_evt_handler, // Function for event callbacks.
.num_pages = NUM_PAGES...