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 currently using the NRF24l01+ but i want to know if I should be using a different product for my application. I am sending very small amount of information (such as hex...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I have a client device that normally is able to call ble_db_discovery_start and get the callback just fine and is able to complete the db discovery process. However sometimes...
I try to use SPI with easy DMA, in page 279 in the datasheet says: " An SPI master transaction consists of a sequence started by the START task followed by a number of events...
I have an issue with waking up SPI communication after sleep.
Befor I go to sleep I'm disabling SPI communication:
NRF_SPI0->ENABLE = 0;
NRF_SPI1->ENABLE = 0;
...
Hi is there anyone who knows if you can change the time on how often the health server model send out, the health server model is from lightswitch demo
Hi,
I wanna use nrf51822 as master which has 2 slaves: sdcard (fatfs) and adc
I set SPI_INSTANCE 0
and they don't want to work together, I mean I'd like to write some...
A time T_PINR is specified in the datasheet, as shown in the snippet below.
Does this give me an indication of the pulse width for a pin reset? If so, how do I interpret...
Not really a question, just that I find the comment misleading. In the sdk_config.h example coming with the SDK there is this piece of code:
// <q> SAADC_CONFIG_LP_MODE...
Hello,
I am trying to establish communication between Win 10 PC and nRF52 Dev Kit using pc-ble-driver . I followed the instructions in:
https://github.com/NordicSemiconductor...
RN2903 is LoraWAN module using ASCII Command Interface over UART.
RN2903 is connected with nRF52-DK.
I'm connected uart line tx, rx gnd.(cross connect...)
UART communication...
Hi,
My desire is to connect a BC832 module (with nRF52832 on it) to a UART on a controller board and then send data from an iOS app (programmed in Swift) through the BLE...
Hello,
I need two signals with a phase shift to control my motor. For some reason, completely randomly, sometimes my GPIOTE event is not triggered and i get the inversion...
Hi All,
Based on nRF52832 SDK14.2 rtc example, I want to change it to retrigger RTC Compare0, let the LED1 also toggle every 3s, instead of keeping LED1 on. I tried to add...