Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi,
I am using softdevice-7 and SDK 6.1 for our application. I want to implement static key pairing for serial port over ble application "ble_app_uart".
I have implemented...
I have a 384 byte, writable, variable length, vloc user characteristic and I want to trigger an event when the write completes so my application can operate on the data. ...
Hello-
I am trying to program a custom nRF51822 board with a J-Link-lite.
From the J-Link-lite, I am using the 10-pin header and have it wired like this:
I'm using pins...
I have a situation where I need a software PWM for several channels, which are multiplexed via a shift register.
The output loop needs to run at several kHz for this to...
Because of the limitation in the GPIOTE hardware that only one channel can be connected per GPIO , care must be taken when changing a PWM duty cycle. If for instance the compare...
Links: https://devzone.nordicsemi.com/documentation/nrf51/6.1.0/s110/html/a00081.html#ota_profile_pkt_rcpt_notif
As you see,GAP Disconnection,I don't Know how it works...
Hi Nordic
I do not know why sometimes program can build pass in keil ,but can make nrf51822 do not work and unable download program . For this , I have damaged a lot of...
Does the nrf51822 support 2 spi masters (on different pins)? I want 1 spi channel to talk to one set of peripherals, and the other to talk to another set. I see SPI_MASTER1_ENABLE...
Maybe question similar to this one devzone.nordicsemi.com/.../
Can I use the interrupt generated by RADIO_IRQHandler(void) while implementing another protocol?
At the...
Hi everyone,
for our current project we have to implement some sort of activation lock. Therefore, we would like to use the MITM security mechanism of BLE. The idea is...
I have an nrf51822-mkit.
Let's say there are 2 BLE phones continuously searching for my module. Phone 1 connects and communicates with the module. The modules determines...
I used the ble_app_lbs example as a template, with a PCA10003 eval board (nrf51422 chip). SD 110, Nordic SDK V6.1. Keil uVision 5.
I launch my application and my board...
Hi,
In softDevice S120 can we make second sd_ble_gap_connect on different peer, without waiting confirmation connect of the first one ?
Bests Regards,
Jérôme
Hi
NRF51822 with SD7, S110.
I have some troubles with DFU procedure. I uploaded standard OTA-DFU bootloader and S110 to my NRF. Everything works well with my code except...