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...
Hello everybody,
I am using sdk14.2, s132 with Nrf52832. I want to define the pin of the NRF52 as the input and decode the incoming pwm signal. For example, I have a signal...
Hello,
I am working with the BL652 EVK from LAIRD. The EVK has nRF52832 IC inside of the module. I downloaded the " nRF5_SDK_15.0.0_a53641a" and trying to use "ble_app_uart_pca10040_s132...
Hi. I am trying to develop an multiprotocol test example using SDK 15 and nRF-IEEE-802.15.4-radio-driver on NRF52840 dk board. I need that BLE and 802.15.4 stuff can work...
I have a confusion about mac address of nrf51822, I run example ble_app_uart .
When I use nRF Connect on Android, I can see the mac address of nRF51822 is CB:16:04:4A:10...
Hi,
I use nrf52832QFAA, SDK 11.0.0, Softdevice 132 v2.0.0. I need to add a device_manager_central to my project (in my project it's easier and faster than adding a peer_manager...
Hello,
In the documentation for nrf_serial_write function (SDK 14.0.0) it is written:
timeout_ms Operation timeout, in milliseconds. Pass 0 to operate in non blocking...
Hello friends,
I am trying to flash a nrf51 dk with keil5. When I try to flash it with a multilink universal I get this error:
My settings are the following:
...
Hello everybody !
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the code "ble_app_uart_c" for the initialization and the event...
Hello friends,
I am trying to use the standard uart example of the SDK 11 with the nrf51 dk and trying to update the device's name via UART. I want to save somehow the new...
Greetings,
I can get the ble uart example to work on my PCA10056 using the example hex file, but when compiling the project on the SDK 15.0 S140 it doesn't work. Specifically...
Hi,
I can't found anything in the nrf52840 documentation about the ble antena directionality. I want to use it for indoor location, so i would like to know if it is omnidirectional...
I'm sending int16_t thanks to a custom BLE Service.
I receive well the data on the nRF Connect app (Android), but the data are displayed in hexa, for example for 256 I got...
Hello,
I'm developing an application that will run on a board without externel oscillator for RTC1 and it means no app timers support.
I started from ANCS example and...
Hi, I tested to run BLE Mesh(v1.0.1) light switch example using SEGGER embedded studio(SES) on Windows10 and three nRF52DK(ntf52832) boards .. one client, two servers. It...