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...
I am communicating with the nrf8001 via SPI, from an HCS08 MCU. First thing I receive:
0x01 0x04 0x81 0x02 0x00 0x02
This makes sense, it tells me it is in setup state...
In my design I am planning to power up some sensors from nRF52832 GPIOs. Is it possible to maintain the GPIO state high during the low power mode of MCU?
Please guide here...
Hello,
I have been testing the BLE multilink examples for the s120 softdevice. More specifically, I have tested the ble_app_hrs_c example in the experimental s120 folder...
Is it possible to configure the parameters of the advertising library (eg. SDK v12.3.0 using SD130 v2.0.1) so that my peripheral device (eg. nRF51) changes after a limited...
I've configured peripheral for broadcast, but why can't IPHONE search it? I don't need APP development. I just want the phone to show it. Is there any special requirement...
Hi,
I was considering the following scenario and didn't find an answer. Could you please help?
Assumption:
There in a BLE peripheral (e.g. nRF52) and central ...
Im using sdk 14.0 and s132 When i add flashwrite codes to my project which has bluetooth communication ,it does not work I wanna send data to flash and i wanna read/write...
I do not want to use SoftDevice, I want to write new application from application to Code Area(0x00 - 0x80000).
Can I use fds without using SoftDevice?
Also, Is there...
Hello,
I am using SDK 12.2.0 with s130_nrf51_2.0.1 softdevice and running ble_app_hrs example.
My FLASH and RAM settings are:
FLASH (rx) : ORIGIN = 0x1b000, LENGTH...
Hello,
I am using sdk12.2.2 and pca10040. I want that my beacon advertises continuously for 10 sec and then it stops advertising for 5 secs. Do I need to use rtc for this...
As i am migrating to 52 and tuning the ble app, i realized by reading many posts here that:
external HF xtal is not recommended
external LF xtal can be replaced by...
Hi Nordic,
I am trying to implement DFU-OTA in beacon. For that I am trying to make beacon connectable. My requirement is to work the beacon in non-connectable mode during...
Im try to read the RPD register, but always get the same value RPD=0
uint8_t channel=0;
int index;
hal_nrf_set_operation_mode(HAL_NRF_PRX);
hal_nrf_set_power_mode(HAL_NRF_PWR_UP...
Hi ,
I need the BLE peripheral to have 'name1' at the start up and change it to 'name2' when a button is pressed. I want to do this without disabling and enabling the softdevice...
Hello,
I'm in the process of updating our codebase to SDK 14 and am facing some problems getting the CLI to work. My goal is to get CLI and logging to output on the same...