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...
Hi
I'm trying to implement DFU in my project. So far, after I sending 01-04 to the control point characteristic(1531),I can get bootloader signal, to be exactly, i can enter...
Hi,
Can we interface a smbus based sensor with NRF51 or NRF52? The only difference between smbus and TWI is the minimum speed requirement which is 10Khz if I am correct...
Dearl all,
I want use the eclipse and gcc together to program the board nRF52840 Preview DK. I was following the tutorial devzone.nordicsemi.com/.../.
I followed the...
Hi,
I'm using nRF52832 with sdk 13.0.0(softdevice 4.0.2).
I had trouble to connect nRF52 and some android 7.0(or upper version) smart device.
I tested samsung galaxy tap...
Hi All,
I am trying to get the serial DFU working with nRF52832 development kit with SDK 13. I am able to get the bootloader flashed and have installed the nrfUtil tool...
since im working on sdk9... advertising program(hello world).i wanted to generate a random address .but i couldnot complete it sucessfully.can you please help me in providing...
Hi
I'm trying to create a DFU package for a SDK11 (insecure) DFU
For just the bootloader I have this syntax in my makefile
nrfutil dfu genpkg --bootloader $(OUTPUT_BINARY_DIRECTORY...
Hello all,
I started working with nrf51 series on mesh networking as i am new to this i want know whether the chipsets will come with preadressed? as it require to adress...
Hello,
recently I was going through this and the following statement concerns me:
First of all make sure you have a
recent Linux kernel installed (at
least 4...
Hi,
I have serious troubles when trying to program the board with softdevice (s140).
nRFGo Studio:
nRFGo Studio installed and running fine. When I connected the board...
Hello!
I'm using this module and I currently am working with keil. I would like to switch to Segger but the documentation for this module is only for keil from this manual...
Greetings to all,
I am working on a project where i need to interface both the SD card and the OLED Display with ble altogether. I am able to do so individually. But i...