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...
After disconnecting from chip I can not connect it with the same phone .And the chip will restart when we try to reconnet with the same phone (the phone have been deleted...
Dear friend,
The user experience of PPK desktop application is terrible. There is no guider about using this application in the PPK user guider 2.0. I got some problems...
Hi,
we are using the PPK for a while (Software version 1.0.0). For some reason the calibrated values haved changed and very high current values are showing up. I've recalibrated...
Hi Team,
S132 V5.0 for nRF52832 can support up to 20 links.
If the connected links have different ATT MTU setting, what is the behavior of the device/softdevice regarding...
Hi,
I am using nRF52832 SDK 14.2.0 and i added the header file in project path "nrf_dfu_svci.h" but still i getting the error ..\..\..\..\..\..\components\libraries\bootloader...
Hi all,
I am using segger studio , i am trying to run examples of mesh alpha sdk that nordic provides. I can able to dump the code on board successfully. But if i try to...
I am using the nrf_i2s driver, and it works properly ... with CONFIG.CHANNELS set to stereo.
But for my application, I only need to drive data onto SDOUT left channel. ...
Dear sir please help..its urgent.
i am using below configurations. Nordic - nRF52832-QFAA-B Soft device - 132 SDK - nRF5_SDK_14.2
I am following the "ble_app_att_mtu_throughput...
Hi all,
I am using the nRF51822 BLE with custom board, I want to configure Timer1 to generate IRQ for every 1ms and Timer2 to generate IRQ for every 1us. I want to run...
Hi,
I want to change the UART0 baud rate at runtime (the peripheral has switched to a new rate). Is it enough to reset to (say) 9600 baud, like:
NRF_UART0->BAUDRATE =...
Hello,
I am using the nRF52840 DK with Keil to develop. I have a structure defined as follows:
I have verified that uint8 is 1 byte, uint16 is 2 bytes, and uint32 is...
Hi,
I am using nRF52832 Dk and SD132, sdk is 13.1. I have sent my sensor data to server using external wifi module which is interface with nRF52832 DK.
Everything working...
I have a Client and two Server, so i did flash the example code.
But, from the command '3', i get an error that i do not know.
Can you help me ?
What is correct value...
Hi.
I want to add constant descriptor. Can I save the memory using const variable and BLE_GATTS_VLOC_USER. Will it occur some faults in future?
static const uint8_t value...
I am developing a program with BMI160 with this libraries , but I do not know to which it refers the following code at line 5 and 6: sensor.read and sensor.write.
It is...