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,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Good afternoon,
I'm trying to test PCA10001 eval board power consumption and consumption is about 4mA when it should be considerably lower.
To proceed with this measurement...
Hello !
When i was trying to configur my SPI, I observed that there is a difference between the position field announced in the nrf51 reference manual v2.1 and the nRF51_bitfields...
We are looking for the sample software for transmission of nRF2726 (nRF24Lu1P).
nRF2726 does not carry out transmitting operation in enhanced_shockburst_ptx_nrf24lu1p.uvproj...
What I've been observing here is a curious issue under some very specific circumstances. First off, I am using a Xuntong Tech PTR9018 module (this is QFAAC0), the S120 1.0...
Hello all
I making some device with ARM core CPU with nRF51822.
I set CPU to SPI master and set nRF51822 to slave.
And then I read some data from nRF51822, that was...
I am Merging 3 firmware s110_nrf51822_7.0.0_softdevice.hex, ble_app_beacon.hex and bootloader.hex to Output1.hex as follows.
mergehex -m s110_nrf51822_7.0.0_softdevice...
I'm trying to use the Bond ACI command on my nRF8001, but I'm having trouble using it as per the datasheet.
When I set the Timeout parameter to more than 30 (0x001E), the...
The documentation for the nRF51 says only code from code region 0 can execute the erase and write command on code inside code region 0. This means that my bootloader in code...
I flashed S110 softdevice and ble_app_hrs application to nRF51822 on PCA10005 with nRF6310.
and then I tested by nRF toolbox on iPhone5s.
But ble_app_hrs application seems...
I'm attempting to implement a buffer in flash using the persistent storage module but have hit a bit of a wall. When I manually set the block size to something less than the...
Hi,
i'm developing an app for Android and iOS that needs to comunicate with a devices based on nRF51422 with S110 v7 loaded.
We want to encrpyt all comunication and enstablish...
Hello All,
I would like to implement static pin on my sensor. Remember how some Bluetooth Headsets are hardcoded to '0000' I would like to implement '123456' since BLE...
Hello all,
I am using nRFgo motherboard(nRF6310) and nRF51422 DK(s310) and
MDK_ARM(keil Version 5 IDE) to build the sample code.
It seems workable to program and download...
I just got an mBed board and I'm having trouble getting the J-Link to work on OS X even though I have version 4.90.
MattBookPro:gcc mbrandt$ JLinkExe
SEGGER J-Link...
Hi,
I have two types of nRF24 equipped devices, let's call it a BaseStation and a Slave. BaseStation is configured as PTX, whereas Slave is configured as PRX. Both use...