Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
There is an QSPI interfacing example, and there is another FATfs example for the externally interfaced SD card, though I cannot make the same fatfs sd card example work for...
Hi
it's possible configure the FOTA bootloader (SMP service) whit only one partition, for large application.
I using the nRF52-DK and have only 512KB of flash, and my...
I have trouble getting NFC-pairing to work in nRF52840 running SoftDevice 7.2 based on SDK 7.0.2. The observed behaviour is that the NFC Field is detected but nothing more...
Hi,
I add a new service about DFU of my FW,so three was a problem when it go into "ble_nus_init()" will return NRF_ERROR_NO_MEM, I have read serveral tickets about the same...
i have used "BLE_GAP_PHY_AUTO" in scanner code
actually it should scan "phy coded" and "non phy coded" aid values .
but in my case getting i was getting both "phy coded...
I have a project to use NRF52810 to connect the App. When testing it, I found that when it was successfully connected to the NRF Connect tool, it would automatically disconnect...
Hi, Dev Zone.
thanks for help : )
I'm try to porting DK Board's Ble Bonding function to Target Board.
1st_question <- this is my first question links
main problem...
I'm using
SDK : nRF5_SDK_17.0.2
Example Project : ble_app_uart
Soft device :S113
The initial project builds successfully.
My project has requirements for tow...
development tool : Segger Embedded Studio
SDK:nRF5_SDK_17.0.2_d674dde
it always takes long time to build project
build log:
Building ‘blinky_pca10056’ from solution...
Hello all,
I am developing an application from the ble_cgms example on the nrf5_sdk 17 using the Softdevice S132.
I have implemented a gpiote interrupt whenever the state...
Hello,
I just received nRF9160DK(PCA10090, 0.8.3)
I followed nRF9160_DK_Getting_Started_Guide doc.
But, I hare some issue to activate iBasis Sim card.
It keeps...
Hello, I am using the latest version of pc-ble-driver combined with a pca10040 and I am attempting to write large data packets (200 bytes) to a peripheral. I compiled the...