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...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Hi,
I am new using nRF51822 DK with the nRF6700 Starter kit. Downloaded nRF SDK and got most examples running fine including BLE examples with s110.
What I would like...
Hi, I am developing the nRF51822 BLE soc. I need using the authentication passkey for bonding. So far as I know that the passkey is generated by the SD. But I want to set...
I'd like to make a feature request for the S110 SoftDevice and the nRF51822 SDK. The problem centers around the inability to use passkey authorization on a device that does...
Hi,
I'm developing a BLE advertising sender and want to give the user the chance to change some settings of the sender with an iOS app. The user should connect/pair to...
I've been messing about with the random number generator just testing out events and interrupts. I got it working generating an interrupt but then I thought, NRF_RNG->EVENTS_VALRDY...
Im trying to figure out how to get started with the while development process to use the nRF8001. I have the nRFgo Development Kit and downloaded nRFGo studio and the nRF8001...
Hi all,
I would like to know how to disable de DC/DC Converter...
My main file is something like this:
void sleep()
{
__SEV();
__WFE();
__WFE();
}
int...
Hi All,
I am planning to build a remote controlled device BLE(4.0 ).
I referred developer.bluetooth.org/gatt/Pages/GATT-Specification-Documents.aspx
but still not having...
I will be making a custom PCB and do not use Altium. On the website some reference layout/schematic files are provided, but I am not sure how to import the footprints into...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Theoretically, if I were to expose a GATT service to let a central write a 128 bit PIN to my characteristic, would I then be able to persist this PIN somewhere in the softdevice...
Hi,
I am developing firmware based on nRF51822 SDK for s110.
I would like to modify one or two bytes at Manufacturer Specific Data area in advertising data packet.
But...
Using nrf51822's PCA10001EK and trying the included s110 example called ibeacon. Keep hitting error 0x3001 which corresponds to "connection handle" error.
This error is...