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 have followed instructions at the link below to setup a Raspberry Pi 3 as a 6lowPAN router, and am trying to run the dns example from nRF5 IoT SDK 0.9.x on an nRF52-DK:...
Hi,
I'm using pca10040 and prebuild hex with s132 from sdk 12. Now I'm wondering how can I get number of sent data? If I set it as transmitter - send via uart 0x8094 i...
Hi all.
What happends on peripheral side when I use long write by sd_ble_gattc_write as devzone.nordicsemi.com/.../ ?
How Can I read it on peripheral ?
Can I use once...
hello there i want to use low power comparator nrf51. now my device work with battery. so i think i require internal reference. now can you tell me how to use internal reference...
Hello, recently I've found an information about bit counter in Radio Module in nRF52 Product Specification. Unfortunatelly I can't find any reference at infocenter how to...
Is MTU of all BLE devices limitted to 23 bytes when using ATT protocol?
I don't know explicitly.
Some say it is possible to use MTU longer than 23 bytes.
Others say...
I am using TAIYO-YUDEN EYSHCN, which is having Nordic-nRF52832 chip on it. As per document from TAIYO-YUDEN, recommended to flash s132-firmware on it. I downloaded s132_nrf52_3...
I have two questions with the remaining unresolved symbols being the most critical. I will decribed the situation I have encountered as a sequrence of chronological steps...
Hello,
I have a need to construct multiple portable devices on a short time frame. We expect that building Arduino-format shields for our peripherals and using nRF52 DK...
I am using PWM on a BLE Nano using Nordic SDK. I was having problems with the PWM and decided I would set the duty cycle to 0 to see if the program was working right:
#include...
I'm trying build a file in Keil, and have received this error below. Please advise on how to fix it! Thanks!:
*** Using Compiler 'V5.06 update 3 (build 300)', folder: ...
Hello,
I'm trying to put a BLENano board to slepp every loop iteration. These are te steps:
setup:
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
NRF_POWER->TASKS_LOWPWR...
Can someone tell me the best way to build the old bootloader under SDK 12.
Looking in the examples, in SDK12, there is now only the bootloader_secure example
SDK 11...
Hello
I want to know if we can wake up nrf52832 in sleep mode , from a command through an application on a phone via BLE. If its possible can someone please guide me to...