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 All, Am using NRF52 and SDK 11.0.0.2 alpha ,
I am using two profiles. I need to Advertise with specific name and parameters for each profile. This profile switch has to...
Hi,
I want to program the nrf51822 with C++ and from what I've found here it should be possible.
But nrf_drv_gpiote.h contains designated initializers wich aren't supported...
Hi. I use SDK 9.0.0 and Softdevice S130 1.0.0.
I try to pair Scanner and Peripheral. Scanner use example code "ble_app_uart_c_S120-master".
My peripheral have function...
Hi
When using BLE events i'm usually confused which event to handle , for example GATTS_WRITE or GATTC_WRITE.. i don't know which is the server and the client ?
Any idea...
Hi
Myself Mitul, India
I have one query regarding BLE chipsets.
Q1. Is any BLE chipset is capable for audio data transmission?
Q2. Is any BLE hardware chipset is compatible...
I'm having issues with eclipse integration using the NRF52.
Currently I'm using the PCA10040 dev board and using the tutorial here: devzone.nordicsemi.com/.../
I am...
hi,
i am using uart example from nrf51822 example. when i am sending continuous stream of data then my connection breaks. it disconnects from peripheral device.
how should...
Hello
The nRF51822 has as I understand it 256kByte flash and 16kByte SRAM.
If I run the S110 softdevice, how much sram/flash memory is available to my application program...
Hello all is there a way to have the nRF51822 report back UTC in nano seconds, my though on this is the basic RSSI does not really tell the distance correctly I would like...
HI,
so i designed my board based on the NRF51822-QFAC chip. here's the link of the nrf : www.digikey.com/.../5125206
and find attached the schema of the BOARD that...
Hello,
I have some communication overflows on UART on nRF52, SDK 11 alpha, DMA active, big buffers (1024 bytes). I don't understand, nRF52 is not blocked in an interrupt...
When I am trying to use that file for Firmware Over the Air update feature in my application code then program compilation and all is working fine but when I am trying to...