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...
I'm using SDK 7.1, PCA10028 eval board, SD110 7.1, MCP 3.6.0.8331
I have 2 characteristics, and both are 32 bytes long. When I try a "Write Long" from the MCP a
BLE_EVT_USER_MEM_REQUEST...
Hi,
Merry Christmas!
I have a question about pstorage_store.
Actually, I want to store some data in the memory. Each piece of data has its own size (between 1 byte to...
Can I config AIN0 and AIN7 as the input pins of ADC, and config P0.01 and P0.02 as TWI, and config P0.03 and P0.04 as GPIO?
Or I must config ALL AIN PINS as ADC?
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi,
I've followed the steps mentioned in this thread devzone.nordicsemi.com/.../ and everything seemed to work fine. I've successfully uploaded "nrf51822_beacon_app.hex...
Hi.
I read in the sdk documentation, there is a library to use MPU-6050.
So i try to find it but I did not succeed.
i want to read data from 6050 and send this data with...
Hello.
I want to use nRF51422 chips to make some kind of mesh network using raw radio stack (NRF_RADIO) with my own protocol on the top of it. In reference manual there...
Hi,
I am a new comer to the nRF8001.
I am using Redbear Blendmicro (nRF8001) for my project.
I have wrote a apps to scan my Blendmicro(s) and acquire their RSSI value...
I use direct input AIN2 pin battery 3.3v, the other pins are not connected to anything, I did not enter into ADC_IRQHandler,may ask about what the problem it
this is my...
Has anything changed with the Bluetooth LE in iOS 8? I have an ANCS library for Arduino ( https://github.com/robotastic/ANCS-Library ) that was working fine with iOS 7. I...
I'm trying to program nrf51822 via st-link and open ocd.
Here command:
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f target/nrf51_stlink.tcl -c "program address".
...
dear all:
I have 2 kind of board that are PCA10006 and PCA10028,
but I find out the IoT example can't be run on PCA1006,
what are different between PCA10006 and PCA10028...
I have added the DFU service to our own project. Normal application updates work perfectly and even the update of bootloader and softdevice is fine.
In a new case we had...
I'm still newbie of BLE developer, and designing a BLE device based on nrf51822 (whose service uuid is partially used for identification of serial number).
Like nordic's...