I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
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...
Hi,
I am using nRF 5340DK borad, trying to flash Direct test mode sample "nordic,nrf5340-dk-nrf5340-cpunet". My aim is the enable direct test mode on the nrF board in order...
I'm using 3 nRF52840 DK borads (provisioner,light_switch_client, DFU). I set DFU (DFU example used) as target board and connected it to PC as serial interface. I have provisioned...
Hai,
I'm facing some difficulties in programming FOTA over UART on the NRF9160 board.
Currently, by using the following command I'm trying to push the bin file via UART...
Hello Team,
I have a small issue but troubling me since a long time now. Accidently my debug terminal and project explorer came out from their original positioning. Now...
Hi,
I am new to NCS and visual studio. I created an app based on the hello world sample app. And set the break point to the line of the printk in main.c. However, when...
Hello Zephyr experts,
I am having problem with the function wdt_disable(const struct device *dev);
There is no problem in setup and feed the watchdog.
wdt = device_get_binding...
Hello,
My application is a modified version of MQTT_simple.
I have moved all the code inside while(true) to a thread and set username as a device token.
The error -12...
The device has high power consumption when in shutdown, around 0,5mA. It uses SPI and TWI in normal operation but I have implemented the work around according the errata but...
Hello,
In normal C program, if I want to print int64_t, I can use the following code.
But it does not work on nRF Connect SDK v1.7.0.
1. Why it prints %li on the terminal...
Hello,
I am working on a custom program for the Thingy:91 that will use the aGPS as well as LTE to send data to a custom cloud server. As part of this, I wanted to ensure...
Hi
I am using the nRF52832DK and the BLE_App_Blinky example.
It is working nice, but I would like to change it to send/receive 2 bytes of data instead of 1 bye.
How...
Hi,
i'm absolute beginner with the nRF Connect SDK and Zephyr as well as BLE in general (to be true, this is my first project using any NORDIC device....). I installed the...
Hello,
Basically I'm using NCS SDK (1.7.0 - see Generated Info in the end) and Zephyr.
The board I'm adventuring on is the nRF52840 DK.
In the project, I have 1 main...
Dear Team ,
when I am debugging my code then work properly work but when we upload another example .after some time again i try to debug my previous code in this time debugging...