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,
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 am using the ble_app_uart example as my base on a 52832 with sdk 12. My project runs off line power and needs to remain available for connection 24/7. I have commented out...
I am communicating with a temperature sensor (MLX90614), which has flag register. However, in order to read this register, I must send a read sequence without issuing the...
Hi,
As has been mentioned many times, the DIF on both the nRF51 and nRF52 consumes quite a bit of current. In the past, on the nRF51, I've relied on power cycling both chipsets...
Hello,
I would like to make changes in ble_app_uart_c example for connecting to a custom peripheral.
Service Uuid of my peripheral is as follows : 99aa0001-d0e3-44ce-a306...
Our homeowners association has a gate which opens when a transmitter in the car is pushed. I would like to add a BLE device to the gate which would trigger the gate to open...
Hello all,
So.... i'm quite green to the Nordic and Bluetooth protocol.
i want to program NRF51422.
what i have now it the Nordic test board and a spi-canbus print. this...
With custom hardware and softdevice flashed on board (using BDM_350) when I try to debug I get and error: with () at 0xfffffff9
It appears to come from address 0x3a2
...
I currently have a Braveridge device which uses an advertising rate of 50 Hz (connection interval is 20ms)
CONNECTABLE_ADV_INTERVAL is set to 0x0020
sd_ble_gap_adv_start...
Hi, I am trying to determine if there is an error in the generated code or if I am not performing the actions correctly. I am trying to Update Characteristic User Description...
Hello,
when a bootloader wants to update the softdevice, I think it has to first store the SD binary somewhere in flash memory and then to use sd_mbr_command to ask the...
I'm trying to debug the Experimental IEEE 802.15.4 example on a nRF52840-Preview DK Board PC10056 with IAR Embedded Workbench ARM 7.70. Compiling and linking the project is...
I am working on nRF51422 with SDK 12.3.0, S130 v2.0.1, Keil C.
I got a problem in initialization my custom service. When I add some characteristic to SoftDevice, it returns...
I have asked about this before .
But after working more on the project, it seems the solution i found before actually didn't solve the problem.
Hence I am asking again....
On 52832, SDK V14.0.0, SD132-5.0
I tried to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247, as from dev-doc i saw that SD132 supports BLE V4.2 DLE.
However it returns:
...
I would like to know how to create a prompt that asks for a PIN before a user gets access to pairing to a BLE peripheral. Currently I'm using a CurieBot and once it's found...