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...
Hello! I've soldered my first board with nrf52832 chip + PA on it. Everything works well beside the radio. The real distance (less 10m) even worse than on nrf52dk despite...
Just got my nrf52DK and connecting and dropping the HRM demo to it worked like a charm but since then, all attempts to get something else to run failed. Erasing all and reprogramming...
I have a very simple test program to run the radio through the transmit sequence, each task is called from the radio interrupt handler according to each event.
The process...
I'm pretty new with microcontrollers and SPI.
I connected fisically an nrf51822 microcontroller to an external SPI flash memory.
I connected MISO MOSI ports to some random...
I am using SDK 12.0.0.
I am working with low_power_pwm_init() to initialise the pwm and I have passed a handler while initialising. I want to stop the pwm from the handler...
Nrf52 SDK12.2 armgcc
I have a button on my device (peripheral) that when pressed starts a timer for 30 seconds.
During that 30 seconds, I would like to have the device...
Hi everyone,
I'm trying to use sscanf on my nordic device, and I get an issue with the following exemple (this same code works on my computer)
int d = 0;
float f =...
I have copied the blinky example:
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor...
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_timer_init (referred from main.o).
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_button_disable...
Hi all
Is possible have DFU in the peripheral side to update a Central app program? Is there example doing it?
I have a Peripheral (custom board nRF52 dongle) connected...
Hi
We use the nRF52832 together with other devices in a housing. Some of the other devices may produce quite a lot of heat. Therefore we wanted to use the temperature sensor...
Hi,
i am trying to flash the softdevice bootloader in Sparkfun nRF52832 breakout board using RPI2 + openOCD through SWD. debug port initialize is failed all the time.i...
I have a couple of questions regarding Radio transmission for BLE.
Is the radio driven by one of the HFCLKs? If so, it confuses me how a 16M clock can drive/derive...
Hi,
I have initial flashed boot loader and application based on SD version 3.1 and SDK 12.2.0
with
DFU_APP_DATA_RESERVED CODE_PAGE_SIZE * 3
FDS_VIRTUAL_PAGES 3...