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...
Thanks for the SDK 8.1.1 fix. Please make it available also as a .zip in developer.nordicsemi.com/.../
Currently the fix cannot be used with a GCC toolchain as it is only...
Hi,my friend
I use the nrf905,At one end Use the PCB antenna, on the outside part of the metal.Using the results, said communication distance is shorter than 40 meters, easy...
Hi,my friend,
I have been using nrf905, but its performance is very bad.
Have a compatible chip nrf905 data communications? Working frequency 433 MHZ,100 KBPS baud rate...
uart_fsm and proc_fsm never get called.
debug on the first line of the uart_fsm and proc_fsm are do not come even
gpio toggling stops once uart interrupt received. I am...
Hi there,
I'm trying to build the Beacon source code with GCC toolchain on Ubuntu, but it's not working on Beacon Kit, there is no any response from the kit. But I tried...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hi,
I'm trying to see what the communication range would be for different transmission powers. I set the transmission power to 0 dBm, and observe that I can still receive...
I'm currently trying to make my application enter into sleep mode, after some search , I found that this function can be used to reduce the power while the chip is in the...
Looking over documentation and the forums, it appears that the softdevice is not meant to be used with an application that uses an RTOS. I say this primarily because disabling...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Added the attachment
unstable_issue1.pcapng
I am using nrf8001 for my project. The OS that I used is window8.
I've got this issue when the connection is not very stable...
An arduino board is to much for my project. I only need the interface for the NRF8001 and only 2 or three extra IO pins.
Can I use the ATTINY25 and what is teh proper connection...
This question pertains to the nRF24LE1. I've programmed a MCU before with a relatively simple program, but never one with wireless transmission, so please forgive the naivete...