In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi,
I'm trying to update attribute value and notify it to client using sd_ble_gatts_hvx() function:
memset(ms, 0, sizeof(params));
params.type=BLE_GATT_HVX_NOTIFICATION;...
When I use sd_ble_gatts_hvx() to send data to iOS and Android device I meet a problem:
Data send to iOS ok,but will return error 8 (invalid states) when send to Android...
Hi,
I am trying to use SPI to get data from a sensor. In nRF 5 SDK V11, I got it to work by setting the SS pin in the config struct of the initialization function.
...
I guess the answer is yes, because I know Characteristic Declaration (UUID 0x2803) has an unique handle for each characteristic.
Just wanted to confirm.
Its the first time I use simple_timer. I do not use the Softdevice. So I'm working with the peripeheral simple_timer example(SDK11).
I know from the app_timer, that every...
Hei!
I recently added WDT to my existing project. After that the normal behavior/sequence of code is not as it is supposed to. Strangely it works okay every other run now...
I just get DK P10040, I am using SDK_11.0.0_89a8197/s132_nrf52_2.0.1_softdevice.
I tried ble_app_uart, it works.
But I find a problem, I cannot set P0.09/10/12/13 high or...
I'm trying to compile nRF51 SDK 8.0.0 under Windows.
So for that purpose I'm going to components/toolchain/gcc and running 'make' there.
No targets specified and no makefile...
Hello,
I find in your source code contradictory values for the UART TX and RX characteristics.
E.g. have a look at nRF toolbox (both Android and IOS) definitions: github...
Hi all,
I am trying to implement DFU on my device with marginal success. Here are the steps that cause the issue:
Using nRFgo Studio: "Erase all", "Program Softdevice...
hi
I use S130 from nRF5_SDK_11.0.0_89a8197 as an ble central base on ble_app_uart_c example. when the ble_peripheral change the adv's content(means have data to send),the...
I have been able to follow the instructions in the nrf5 iot sdk to connect my nrf52 dk to a raspberry pi, however I am unsure why a connection must first be made before I...
Hi,
I'm using nrf52 with S132. I noticed high current draw after calling sd_ecb_block_encrypt() function.
After calling function consumption is 6mA and stays at a constant...
Hi,
I would like to read and update value of the characteristic received from AD pin AIN0. I already tested the following code, where I got very weird results (value is...