Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Hello,
I'm playing with two thingy and I'm trying to make a sort of walkie talkie with them.
I wrote the code for the sound service client, then modified other parts...
Hi,
i have downloaded latest SDK Version 15.0.0 when i try to run any examples i finding this error
Error #544: Required Software Pack 'NordicSemiconductor.nRF_DeviceFamilyPack...
Hi Team,
There are many ways to implement PWM in nRF52.
Can someone help me understand which is the most power-optimized way along with the softdevice? Using PWM peripheral...
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...