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...
Can I UART/SPI/I2C on any pin of NRF52832?
- Can I UART/SPI/I2C on any pin of NRF52832 which is mentioned general-purpose I/O pin ?
- Is there any limit on how...
Hi,
Actually we are searching for a chip which has more than one UART channel for communication.
Can we define more than one UART channel with GPIO configuration? Is it...
Hello, I am currently using the TWI in non-blocking mode, however I frequently run into the issue where the code gets stuck on nrf_drv_twi_tx. function at the return result...
Hello,
i have created custom BLE service/characteristic using this ling https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
So, here i am able to transmitting...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Dear Support
I try to use Watchdog on nRF9160 DK.
I found the sample ..\v1.5.1\zephyr\samples\drivers\watchdog
From there I add to my prj.conf
CONFIG_WATCHDOG=y CONFIG_WDT_LOG_LEVEL_DBG...
Hi,
I wanted nRF5340 capable of reporting the VDD under-voltage event causing a pin reset through a dedicated voltage monitoring IC. For this reason I put a Flip-Flop for...
I am currently experimenting with moving my request for PSM mode into the "lte_lc_init" routine so that it is configured before the modem is moved to Normal mode.
With...
Hi!
I have previously tested connecting the nRF9160-DK to an external MCU to act as an Serial LTE Modem as per the application description. And it worked
fine. Since then...
Hello.
I use nrf9160 and download ota with aws.
After my board download successfull and return event FOTA_DOWNLOAD_EVT_FINISHED, I do system(0) to reboot.
But it can...
Hello,
what is the raw frame to get a good NRF Temperature Service UUID BLE ?
I didn't get custom data (temperature), just the service uuid 0x1809
Here is my raw frame...
Hi
Since a recent Android security update, I am experiencing issues with my 'Just Works' device based on NRF52832. Prior to this Android update, once paired, I would receive...
I am trying to connect ,disconnect and connect using nRF dev kit with one of the BLE product. (using PC-BLE-DRIVER-PY)
Steps:
1) Open driver connection:
self ...