Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
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...
Hi I would like to, at app level, implement access control to characteristic. My characteristic is configured solely as notify (no read, no writing).
When a smartphone turns...
I am testing about tx power level on nRF5_SDK_15.3.0_59ac345 with nRF52840.
I have some confusing about sd_ble_gap_tx_power_set() function.
In peripheral advertising...