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'm using sdk12.3.0 ble_app_uart.
My problem is BLE connection.
Sometimes(almost 50%)I tried to connect BLE but fail and I have to connect again.
I don't know...
Hi, I'm contemplating ways to drive a small RGB LED matrix with the nrf52832 in a really space-tight project. Ideally without any external components. I'ts maybe around 40...
Hello,
I need do synchronize the time between two NRF52 devices. One is connected to the other by a custom BLE service. Do you have any ideas how this could be done?
...
I'm trying to integrate buttonless DFU with secure bootloader with bonds with the DFU.
Using SDK 14 with SD 132 v5.0.0.
Using projects: secure_dfu_ble, ble_app_hrs_freertos...
Hello:
When I try to open an example project from nordik, keil doesn't open some files and I get the following error:
"no source": Error: #5: cannot open source input file...
in main() I initialize the timer
// Initialize the clock module
ret = nrf_drv_clock_init();
APP_ERROR_CHECK(ret);
// Request the low-freq clock to start N/A for SoftDevice...
SDK v12, SD130 on 51822.
I init uart through APP_UART_FIFO_INIT, and installed uart_event_handler. UART rx/tx with an external MCU works OK while softdevice running.
...
Hi. I have some nRF51 firmware I'm migrating to the nRF52. It's a peripheral with bunch of vendor specific services, using SDK 13.0.0 and SD 132 v4.0.2.
My code builds...
Dear Nordic,
I am trying to send the sensor data via beacon. I am regularly updating the manufacture data (through which I am sending the sensor data). But while executing...
In fact,there is a demo on internet, and I test it ,but I found that the event is not reliable! my code is :
static void my_fds_evt_handler(fds_evt_t const * const p_fds_evt...
After some effort, I have managed to build the beaconing example that's missing from the examples.emProject of the ble_mesh_v0.9.1-Alpha SDK. I have this running on the PCA10028...
on the download page for the command line tools, the version 9.6 is showed but the download link points to 9.5... can we have the 9.6 where it says 9.6? Thanks!
I have a question on the supervision timeout: suppose that the slave latency is set to be 0, the CI is set to be 500ms, and the supervision timeout is set to be 4s。Once there...
Hi - I am following this tutorial and getting this error.
This exact question was asked; however, I do have the mkdir file in the C:\Program Files (x86)\GNU ARM Eclipse...