Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...