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 try to flash nrf52 from keil and message appear:
The firmware of the connected J-link (S/N: xxxxxxxx) does not support the following memory access: Read @ 0x02000004...
Hello,
I want to enable UART only when data transfer is necessary.
I am using nrf 52832 and sdk 14.0.0.
I am using "ble_app_uart".
I could not find the answer I...
Hello everyone.
I have a question about sleep_mode_enter() behavior.
I'm using nRF5_SDK_12.3.0 and nRF51822 for my project.
I put a lot of printf statements in the example...
Hello All,
I am working two BLE chipset , one is nordic and another one different make (TI) so is it possible to communicate between two different make BLEs using our nordic...
In NRF 51822 custom board I uploaded ble_app_uart code. Program uploaded successfully. But not able to discover from Phone and Tablet, where in another board it works properly...
hello,everyone.we want to use pin3 and pin4 as txd and rxd,but there has error.could you give us some help?
void debug_uart_init(void)
{
uint32_t err_code;
const app_uart_comm_params_t...
hi,
i made my nrf 52840 dk advertise unlimitedly using ble_app_uart example. connected and disconnected several times using nrfconnect app. it really works fine. with this...
Hi,
I'm using nRF52832 and LDETECT mode for GPIOTE PORT event to detect multiple interruption.
Even though LDETECT mode is described in the product sheet page 112 and...
Dear friends, my current measuing instrument is Power Profiler Kit. I have some troubles when i use it. e.g. 1) how to completely stop an updating plot that a PPK draws? even...
Dear friends, 1) As shown in the pic below, there are some values "max:13.70, min:3.33, rms:3.45..." at the bottom of the pic. which area is these values calculated from?...
I'm finding fairly large lags with the RTC2 I'm using. I use an app_timer to sample the current RTC count value as a timestamp (MM:SS:Hundredth-of-a-second) and send it out...
Hi all,
I have a question to complete the tutorial 'Setting up device firmware update(DFU) on the nRF5 DK'. this
I have tried to set up my nRF51 Development Kit.
Everything...
I am facing wierd behavior after migrating to sdk 10 serialization code i.e ble_connectivity example program. Unable to scan peripheral devices, some times unable to connect...
in SDK14 I'm trying to add an SD card into the BLE central example.
The SD Card example compiles and runs OK. Problem happens when I combine that code into ble_app_uart_c...
Hi,
I'm checking whether SDK 13.0.0 secure bootloader dfu can proceed correctly with iOS DFU library if the process is interrupted because smartphone application is restarted...