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,
The NFC function is set to read only in my application. I don't want to wake up my system when someone tap on my device to read the NFC data. (assume this method can...
Could someone confirm whether there are schmitt triggers on the nRF51822 GPIO. I found the following thread that mentions them, but it also is discussing the nRF52 series...
Arm Gcc (using Eclipse Neon) |
SDK 13.0 |
nrf52 DK (PCA10040) |
tried soft device 4.0.2 and 4.0.4
I can successfully compile and run the example -ble peripheral- ble_app_hrs...
Are there any particular practices or instructions should i follow if I want to write a custom library
We are trying to write a library for LEACH protocol and it is a network...
I spoke with someone at Nordic who seemed to imply that utilizing the radio does not necessarily tie up the Cortex processor on nRF5X devices. Is this true? It seemed to me...
I am trying everything.
In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED,
in the pca10040.h I...
Hi , I have 2 nrf51822 borads. One is with nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_hrs_c and the other is with nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral...
I would like to use the ble_app_uart_c example, found here , to connect to a custom peripheral. What values should I change in the central device code in order to connect...
I know that BLE is not suitable for high-volume streaming.
So how do BLE earphones stream audio?
Does it use with bluetooth classic protocol?
And I coundn't monitor...
Hi,
I've one central and one peripheral devices. I'm trying to make a connection between them, perform a bonding process and finally add the peripheral id in the whitelist...
Hello All
I am developing BLE based home automation system using nRF51422 DK for my research activities. now i am planing to make separate PCB nRF51422 device alone. i...
Hi,
I'm trying to get the RSSI of incoming 802.15.4 packets using otLinkRawGetRssi() , but I need only RSSI from one specific device. I tried to use whitelist ( otLinkSetWhitelistEnabled...
Hi, I ran the example code ble_hrs_c in nrf51822 16KB RAM version and 32KB RAM version. The 16KB RAM version works fine. But in the 32 KB RAM version, peer_manager_init(true...
I modified the HTS app in the nRF toolbox to test adding other services like below.
In detail, I added mDICharacteristic field to save the information of System ID...
Hello,
I developed a Nordic board with 2450AT18B100 chipset antenna. I follow the design of Solar Powered Sensor Beacon.
infocenter.nordicsemi.com/index.jsp
I test...