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...
I am trying to get the maximum Tx power from the nRF5340 PDK.
The nRF5340 specifications say that setting VREGRADIO.VREQH is required to get the last +3dBm of transmit power...
Hi,
I know that this topic has been raised here many times, and I did read all of those threads, however none of them seem to solve my problem. As many others, what I am...
Hello,
I got my hand on the nRF9160 DK 0.9.0 and was able to connect it correctly to the nRF connect cloud.
I followed the nRF Connect for Cloud Certificate Update and...
Our repository is hosted at github and we are developing and building with Segger Embedded Studio.
Is there any documentation for setting up CI with github actions, travis...
is it possible to access application logs via the SWD interface?
For eg: i see code like NRF_LOG_INFO("Temperature example started.");
Can i see this just by connecting...
Hello everyone.
I use nRF52840 and Segger Embedded Studio. This is my first MCU development.
Thanks to the SDK, I was able to use GPIO, twi, etc.
I am interested in...
We have noticed that using nrfjprog for programming 52840 based devices (and the devkit) that programming times are longer than with 52832 based devices with the same size...
I am trying to switch leds on and off on my nrf51822 beacon kit using an android application to be made by me.
I am not able to get any similar example.
Also i want to...
Hello,
I am not able to get the UART DFU secure bootloader example work for PCA10040 nRF52DK.
I have flashed the device with Bootloader and SotDevice 6.1.1 version.
...
Hello, I am a newb currently working to be able to send and receive timestamps between two nrf52840 dk's.
I have been successful in creating a space in the advertising packets...
Hello, I am developing a Python script (Windows 10, Python 2.7.16, pc-ble-driver-py 0.12.0) to use a NRF52840 board to simulate the BLE part of an application running on a...
Hi,
I'm working on the nrf52832 development board and SDK 16.0. I want to use the Power supply supervisory functionality to detect any type of power failure.
I'm using...
Hi,
The example is currently printing the device address
on_adv_report(ble_gap_evt_adv_report_t const * p_adv_report) { ... NRF_LOG_INFO("Connecting to target %02x%02x...
I am going to find out an ideal throughput of NRF52832. And my environment is NRF52832/S332/MTU 247/connect interval 20ms.
Finally, i got a maximum value about 23Kb/s. I...