Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
I am using Softdevice 140 with SDK v15.2 on Segger studio to develope a ble application. when Debugging, the program gets stuck as shown in the attached video. However, the...
Hi, everyone,
We are developing BlueTooth projects on NRF52832 and NRF51822 modules. The projects are built from DFU Bootloader, Soft Device and Main Application. Each one...
Hi Sir,
For EN 300 328 V2.1.1, I reference below setting.
https://devzone.nordicsemi.com/f/nordic-q-a/21643/en-300-328-v2-1-1-receiver-blocking-test-setup/84959#84959...
Hi
I am using TIMER3 and TIMER4 for generating PWM signals using PPI and synchronizing ADC sampling, respectively. I posted the preliminary project in here . After taking...
I am using mbn52832 BLE+MCU module and i am facing issue in one of the GPIO pins.
I am facing issue in P0_29 pin and i am driving the P-channel MOSFET from this pin. I have...
Hi,
I would like to configure the watchdog timer for the nRF9160. I have attempted to run the Zephyr example application (path/to/zephyr/test/driver/watchdog/wdt_basic_api...
Hi:
i am working with Thingy52,and i have get a zip pack named thingysdkv210,today after the compile prcess after following ../PCA20020/thingysdkv210/documentation/firmware_compile...
My problem:
I have to setup a BLE connection between two nRF52 devices one central device and one peripheral device. I have multiple central devices (C1, C2 to Cn) and multiple...
We are developing BLE 5.0 products using the nRF52832 running the Nordic S132 v6.0.0 softdevice and SDK version 15.0.0.
We noticed that one of our test devices, a Huawei...
Dear all,
I am trying to develop an application that reads data from a sensor (accelerometer) and I want to be able to update the advertisement packet with the measurement...
Hi, I am using nRF52832. I want to update my boot loader using DFU, I am unable to find correct command to get .zip file. I am using below command:
nrfutil.exe pkg generate...
Hi,
For my home Mesh network, I use a Android mobile phone + nRF Mesh App as a mesh provisioner to configure the nodes, and control the mesh node as well.
There're about...
Hello,
When I use the nRF9160 to upload the data to the cloud based on the LTE-CatM1, what's the maximum current? The datasheet of nRF9160 mentioned:
1. Application CPU...
Hi all,
I'm struggling with UARTE and easyDMA. i just want to send data with TX.
I am trying to configure it with the hal librairy but i cannot manage to make it work...