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 was trying to test the CTS example with a PCA10040 board.
I use
Nordic's SDK 14.0
64-bit Windows 10 machine (the PCA10040 is connected to this machine...
In nRF5_SDK_14.0.0_3bcc1f7\components\libraries\usbd\app_usbd.c
if APP_USBD_CONFIG_LOG_ENABLED is put at 1, the compilation fail. It is solved by adding NRF_LOG_MODULE_REGISTER...
when i use sd_ble_gatts_hvx() send data to ble stack, after 300ms later ,i get the ble stack event BLE_EVT_TX_COPLETE , how i can reduce the time(300ms), let the data send...
how i can send data 1500byte per second,use the sd_ble_gatts_hvx(). because i send the first package use sd_ble_gatts_hvx() and 300ms later i get the BLE_EVT_TX_COMPLETE,...
After reading some older threads it seems to me that someday it must have been possible to update bootloader and application with one zip file.
Currently I'm using sd 132...
This is kind of a follow-on to the original question here: devzone.nordicsemi.com/.../
I notice that the nRF52840 PDK dev boards need to be closer at the beginning of the...
Hi!
I am sending the battery status every 1sec from nRF52840 peripheral device and receiving it on nRF5240 central device. (verified the battery status working through...
Hi,
I am unable to read values from ADC pins, usiing nrf51822 nordic bt module, s130 softdevice.
Things I dont know:
Connecting to ADC pins
readings from the pins...
Hi,
If I set the tx buffer to 0 before and transaction, I expect the spi slave register's AMOUNTTX to be 0 when the transfer complete. But intstead, the AMOUNTTX always...
I'm working with a sensor that communicates over spi, but it uses a single wire for miso and miso. Is there any alternative to just bitbaning the protocol? Specific sensor...
Hello.
we are using the nrf51822 and doing the approval of the radio transmitting equipment model.They refer the modulation mode,as the picture:
I am asking:1、can the modulation...