Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
I am new and trying to install and run samples on Raspi 3B but cannot. Have anyone worked with Raspi 3B and nrf52840 dongle and please give me some instructions.
Hi I'm using Android Studio 3.2 and github.com/.../Android-nRF-UART My Samsung SM-G570Y (Android 7.0 API 24) works no problems but the Samsung SM-G955F (Android 8.0.0, API...
Hi. I am developing a gateway using SDK15 and nRF52840.
I'm advertising 4 devices every 20ms.
Theoretically, it should be scanned 50 times each, but in reality it is...
I tried to add an additional characteristic to NUS service as below.
However, any mobile apps could find only existing Nordic Rx and Nordic Tx characteristics, other than...
- Go to the following link:
www.nordicsemi.com/.../
- Scroll down the page and click the "Downloads" tab
- Go to the nRF52840-DK-HW tab and click "Download file"
...
Dear Nordic Team
-> what is the pinout of the TRACE connector of the nrf52840DK (PCA10056) board ?
I need to connect wires onto P0.11 and P1.00 GPIO, and the trace...
I'm using the nRF52832 SoC through Rigado's BMD 350. For initializing BLE, I'm using the Thingy52 firmware code as the hardware mostly reflects that of the Thingy52. My hardware...
Hi,
I am using nRF_SDK_15.0.0_a53641 and writing a program with keil.
I am receiving data from the sensor with TWI communication and writing it to the sensor by SPI communication...
Hi everyone,
Device : nRF52832
SDK version : 14.2
Softdevice : S132 v5.0
I am facing a problem when changing the interrupt priority dynamically. Let me explain the...
HI,
I'm currently working with two chips RF24L01+.
Each chip switch in sending role to receiving role several times. By default, I set them in sending role and I whait...
Hello
Previous projects used SDK11 protocol stacks with BootLoader and DFU
About the BootLoader of sdk11, DFU is different from sdk15. Please consult me. Thank you.
...
Hi Sir,
As check below link, we know how to re-write the bootloader address.
https://devzone.nordicsemi.com/f/nordic-q-a/26300/how-to-use-nrfjprog-to-write-uicr-bootloaderaddr...
Hi,
I am implementing an application where I need to transfer a 32 byte array via NFC. The only issue is that existing modules in nrf52 sdk have support for UTF-8 encoding...
Hi,
I am looking for a flasher that can be used for nrf24le which can be used in serial production. I found segger Flasher portable plus for nrf51, This device can work...
HI, team.
I use two nrf52840 PDK run the example light switch, light switch proxy server and client.
for the light witch proxy client, when press button 0 it will call...