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...
my ble can send data when the data send function called inside main.c ,
But it is not sending data other than in main.c like other source files.. and getting error invalid...
I'm trying out different SDK's and some of them are working to an extent (they load the softdevice, and the app, but when I test run in debug they start at a different location...
I am working with the nRF52832 pca10040 devkit, and when I program the softdevice with the nRFgo studio, the only version that shows the firmware after programming is S132_nRF52_2...
Hi,
we are using nRF51822-QFAA in our project which is based on the PCA10000-nRF51822 Development Dongle 2.0 - layout of radio part is almost the same. I'm also using sdk...
I need to read variable length blocks from an I2C slave using a TXRX transfer. The length of the following data is given in the first read data byte, similar to SMbus Is there...
I installed Bluetooth Developer Studio , (BDS), which appears to offer a way of setting up a custom profile without have to spend too much time on writing low level code....
Dear Everyone.
Hi, I develop nrf51822 with DK PCA10028. I have been optimizing the power consumption to some extent. But now I am very confused.
I use S110 softdevice...
Hello Everyone
We have a project using the Feather 32u4 BLE chip to communicate with an IONIC Application on Android.
And the huge problem is that i'm really really...
Hi,
I am interfacing HX711- 24 bit ADC for Weigh Scale to calculate weight which has
DOUT and PD_SCLK for Digital Output and Digital Input. I have the working Arduino code...
With Eddystone example in SDK12.0.0 I am trying to configure with nRF Beacon for Eddystone application but every time I change the URL " www.nordicsemi.com/" to something...
I use SPI connection according to the table .
I want to press the button 4 on tx (P.06) to transfer "hello", to write down the answer of rx(P.08) in the file on sd card in...
Hi
I'm using nrf51 to notify some data to an andriod device. I set the connection interval of my nrf51 program to 7.5ms. And I need to send 100 packets per second (20 bytes...
Hi Admin.
How can i calculate distance using RSSI. is there any existing method available? i tried statically(like 35-40=1m 40-45=2m) but i dont know actual method to get...
Hi all,
I am trying to add the iOSDFULibrary library to an existing Objective-c project via Cocoapods (Xcode 8.2.1 - target iOS 10).
I have followed the steps reported...