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...
The configurability of the HCI Transport Layer for UART-based DFU in components/libraries/bootloader_dfu/hci_transport/hci_transport_config.h leaves something to be desired...
In the nRF SDK version 11 (specifically, this download ) some functions are either declared or defined to be __WEAK .
I will use app_error_fault_handler(uint32_t, uint32_t...
Hi, I found a bug with weak function declarations in SDK11, using GCC.
app_error_weak.h contains the following declaration:
#ifdef __CC_ARM
void app_error_fault_handler...
Hi Nordic Community and Developers,
I'm a beginner in the RF world and I'm designing a small Bluetooth module using nRF51822 to acquire the RF knowledge and to use it in...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi,
How Can I verify if my CPU has entered Low Power mode??
I have power manage function running in the main loop , but when I put breakpoint on sd_app_evt_wait() or...
I am trying to read data from SPI slave on the nRF51DK using mbed online compiler. To do this the mbed SPI library (class) includes a method called transfer. When I try to...
Hi,
I am trying to save some parameters after disconnection pstorage_clear or pstorage_store will not return to the pstorage callback function. I am working under SDK 9...
Hi.
I have a question.
I use nRF52 Preview DK, PCA10040, SDK11,
I tryed some examples in nRF52_SDK.
Some projects moved,and some another projects didn't move.
I...
I don't find the information in the nRF51822 documentations and in this forum.
How can I know that? Is there some register to check, or some hints to know that debug mode...
hi,
i am using the nrf51422 and trying the UART example ( in order to connect the nrf51422 and a stm32f4 using serial connection)
what i didn't understand is what does the...
I am using a nRF51822(pca10028) for current measurement. I had set up the devices as told in user guide. I am using SDK 11.0, softdevice s130 and default ble_app_pwr_profiling...
I am trying to make a custom BLE service and be able to do debug it with UART at the same time.
Just trying to print some UART messages at some points in the code.
However...
I have a couple of questions with the MCP.
Before knowing MCP, I've been connecting with my nrf51-DK with the nordic master control app installed in my smartphone. Opening...