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 All,
I am working a custom board for 51822. We have wired the UART RX/TX pins to a microusb connector (No RXD/TXD pins wired). The problem is once we connect it to PC...
Hello,
all was working fine, until today.
When I plug my dongle, my computer does not react.
The green light on the dongle is off.
Even if I suppose that it's a...
For my current project, I need to compile the »over the air bootloader« with gcc (because our buildserver runs on linux, developers using Mac … no Windows and no Keil so far...
Hello, I want to get Pwm output using softdevice but i am not getting it.Here is my code attached main.c please tell me where i am going wrong.Do ineed to initialize softdevice...
I am looking at using the nRF51822 in an application to create an Ethernet gateway and want to be able to download new firmware to the nRF51822 from a remote server. I plan...
I have an nRF51822 application using the Soft Device 110. I want to perform bonding with a central without MITM protection. In my on_ble_evt() event handler, when the event...
Hi,
I am new to the scene of BLE beacon development. I am using multiple Bluetooth smart beacon kits for indoor ranging/positioning purposes. To reduce the effect of interference...
Hi,
For S110 6.0.0 we use such script to split hex to binary. But it seems 7.0.0 is changed and current way is not working anymore.
Convert from hex to binary. Split...
Hi
I am writing my own bonding manager.
In the S110 stack after Phase 3 of pairing the keys are exchanged which result in the EVT_AUTH_STATUS event which in turn contains...
when I add my own service and add characteristic, a odd phenomenon confuse me.
When I set cccd_md.write_perm:
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm);
...
after several attempts to debug and understand what goes in my handlers in the BLE callbacks, I thought to give a UART logger a try.
this is what I'm trying to use: OpenLog...
Hello,
I am looking for a not expensive way to program nRF51822 by frame of 10 modules. All the 10 modules would be connected to a PC using pogo pins, and I would use a...
I can get an information that bluetooth smart connects bluetooth smart ready.
But I can't get an information that bluetooth smart connect bluetooth smart ready.
So, Would...
I am using nrf51822 and i want to run my application using softdevice.
But I am not able to start my softdevice Please can anyone guide me how to start my softdevice.
I...