I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
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...
We have a new daughter board connected via I2C to an Atmel controller. What we need to do is load the right softstack onto the NRF and then send the needed commands to tell...
Hi Guys,
We have schematic of future NRF 51822 project, who can help us with PCB design? Or who can suggest me where i can do it?
PCB.DXF
schematic.pdf
Hello All,
I am trying to build a BLE peripheral project with RTX OS which is using S110 Soft Device and bootloader is also there in Flash memory region. So when I am trying...
I am just beginning to develop with BLE.I came across the nRFgo Studio through Nordic and BDS through the bluetooth SIG.
1]What are similarities/differences between the...
Hi.
I want to active HW timer with SoftDevice 7.1.0 .
Timer operation is good but I can not stop the timer.
The power consumption is 200~300uA after timer expired ( or...
Hi,
We would like to use NRF52832 chipset for our project, and we need to configure 11 pins as GPIO interupt , Is this possible ? How many pins we can have as interrupt...
I have Bluetooth iOS app communication with my nRF51822. I notice that when I connect the the nRF, the first GATT write event is always the same:
p_ble_evt->evt.gatts_evt...
I am using SDK v11-alpha2 and following the BLE Services and BLE characteristics tutorial.
When calling sd_ble_uuid_vs_add as the Characteristics tutorial asks, I get a...
HI ,ALL ,
i have change the project for the purpose of enter a six digit key at cellphone side to enable the notification with the board(52382).
But when i input the...
Hello, I looked througth the devzone but didn't find direct answer. So created new one.
RM v3.0 states chapter 12.1.19 "Reset behavior" with table. However, it is not clear...
Hi,
I have to check every 10 minutes the battery level when BLE is connected .
I have found in this forum this source : github.com/.../main.c
As the source date is...