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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
I want to achieve time synchronization over a wireless connection with sub-microsecond latency. While PTP (Precision Time Protocol) can provide nanosecond-level accuracy on...
Hi All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...
Hi, Nordic Bluetooth Controller Teams, I have a question. I see that the Aux offset of Bluetooth extended broadcast on NCS is fixed at 330us. What is the consideration behind...
Hi,
Is there a Zephyr sample project on QSPI with nRF52840? What I want to do is to write/read to an external flash (W25Q16JVSNIM).
Thank you
Best regards
Dav...
Hello,
I work on a thingy52 since few weeks with a nrf52832 SoC. When i'm turning it on and connecting it to my computer, there is no led turn on and it is not detected...
Im currently working on BLE SMP DFU on Nordic52840DK (Connect SDK v2.7.0) based on this example:
https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main...
Hello everyone,
I am working on a project with a Thingy91 that has an nRF52840 and an nRF9160 , and I am trying to read the battery level. I want to measure this battery...
To output PWM signal as early as possible after powering on the NRF5340DK, I added the same code in mcuboot/boot/zephy/main.c and mcuboot.overlay as in the app core. This...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
I am lab testing Nordic's DECT-NR+ (DECT) for a new factory automation application; I am using the hello_dect sample application from the PHY webinar demo, I am trying to...
I made a custom board, uploaded the Arduino bootloader and was flashing the firmware with Arduino I used it without any problem with revision 2 But when I use revision 3 chip...
I am developing a simple ble peripheral device that will measure temperature and humidity. For the most
part, it's working but I can't get the behavior I expect when enabling...
Hi! I'm working on the firmware part that needs to perform operations on the same variables both inside GPIO IRQ and the software timer callback. So, there is a need for a...
Hello, I want to send data from peripheral devices to central device. My peripheral device code is based on "ble_peripheral_uart" sample and my central device code is based...