Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
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...
Hello,
As we can see, the mesh stack is a totally new stack which is independent of traditional BLE stack. Could you please explain why to design like this?
I found there...
Hi, I'm deeply interested about the Nordic's PCA20014; a.k.a solar beacon .
This HW uses
Amorton AM-1417CA solar cell, 1.5V, 12.5uA at FL-200lux
2 channel...
Hi,
I have run into a problem with the nRF sniffer. I used it in late May and early June to debug a BLE connection between a nRF-DK and a HTC Desire 610 and it worked fine...
Hello,
I am trying to communicate urart with nrf52840 and other devices.
But there was a problem.
You can transfer data from the nrf52840 to another device, but if...
Hello,
I need to connect an event handler (i.e. a function) to two NRF_RADIO events:
-NRF_RADIO->EVENTS_ADDRESS
-NRF_RADIO->EVENTS_READY
I know I should use the NRF_RADIO...
Hello ,
I can read the rssi value after the connection is established.
case BLE_GAP_EVT_CONNECTED:
APPL_LOG("Connected to target\r\n");
err_code = bsp_indication_set...
On this question it is said:
"Error code 0x3201 means BLE_ERROR_GAP_DISCOVERABLE_WITH_WHITELIST: Use of Whitelist not permitted with discoverable advertising ."
Why does...
It is not available in Digikey, Mouser distribution restricted to Sweden, not in Farnell???
Where one can order one or there is some problem or new version coming???
Hello,
i am working with SDK 14 type 4 tag library on NRF52832 hardware. I've based my code on the example "writable ndef msg".
When receiving a record, the NFC handler...
Hi All,
We are working with one of project where we are interfacing our nRF51822 with GPS module via UART . now the query is our GPS module works on 3.3V rx/tx logic but...
I'm building an android application using BleProfile classes in the nrftoolbox.
I want to request characteristic write to a peer(nRF51) in MyApplicationActivity inheriting...
Dear all,
I'm using 52810 and have some problem with the S112 softdevice.
My ble app problem is based on SDK 14.0.0.
I download my app hex and the S112 softdevice...
Since upgrading to nRF Connect on my IOS device the DFU won't reconnect to the BLE in the boot-loader after initiation from the application.
The device will migrate to...
Hi all,
I am developing firmwares for the nRF51422 under Eclipse with the ARM GCC toolchain.
I have a matrix of WS2812 (or neopixel) RGB LEDs that I am controlling using...