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...
Hello everyone,
I would like to know, if the nRF9160 module can operate using a supply voltage which ranges from 2V to 2.2V.
Furthermore, Can I install a different SIM...
Master Control Panel shipped with MasterEmulator.dll, which could be called from C# to discover and communicate with devices.
With nRF Connect, MasterEmulator.dll is no...
Hi,
Edited, should have pointed out that I'm using the nrf52.
I'm using a simple setup with a MEMS-microphone, and tries to read data from it.
I have setup the DMA...
Hi, I'm working with nRF52832 DK, SDK 15 on Windows with Keil5. I create Multiperiherial Nus with peer manager and fstorage and it works, but after some connetions I get an...
<error> app: ERROR 8 [NRF_ERROR_INVALID_STATE] at the same line as
ret_code = ble_advertising_advdata_update(&m_advertising, &new_data, true); APP_ERROR_CHECK(ret_code);...
Hi, maybe it's time for my dream project to come true. I have one NRF52840 DK on the table, one desktop PC, one laptop (BT 5), one iPhone X (not mine, just for a case) and...
Hey,
I am new to this , i am using nrf51822 for development , as the documentation says i downloaded the sdk and i got the nrf5 dk and i am using the Segger embedded studio...
Having problems with nrfjprog and a custom board. I connected my custom board to the NDK via P20 and flashed a program to it. The program was a variant of the pwm_library...
dear
i am using this project as slave
\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart\
this project as central
\nRF5_SDK_14.2.0_17b948a\examples\ble_central...
Hello all,
Almost giving up, I'm struggling to make my nRF9160 working. I can't use the LTE Monitor at all!
Tried everything, I think, and run out of ideas. All AT commands...
I have a custom board with nrf52840 with cr2477 battery (1Ah capacity). I was download firmware to board and after a week the battery voltage dropped to critical. In the firmware...
Hello everyone.
There have a scenario, nrf52832 starts a direct advertising , but the dest ble device is not bonded(it could be any other central device), when the dest...
Hi. I am developing the nRF52832 using the NRFX module of the SDK version 15.2.0. We convert the UART signal to RS485 and communicate with RS485 to the outside. RS485 communication...
Hi,
I'm using nRF52832 on a custom board and I have tried to run sdk example nfc_url_record, but it doesn't work.
I have tried to find solution among existing answers...