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 all, I am checking the Uart central and peripheral projects, also the one with usbd and I have one question that may be obvious for you. How do you select the peripheral...
Hello,
I am using nrf52840 and SDK 16.0.0
I am doing some work with the calendar example and got some questions.
Q1.
Inside the main function in main.c file there...
Hi, Is it possible to go from slow advertising to fast advertising with a button press? I did this but it didn't work:
P.S. I slightly modified names and operation of my...
Dear,
We just start to development our project. I use the Segger + nrf5_SDK_for_Mesh_v4.0.0.
I open the light switch sample project from "nrf5_SDK_for_Mesh_v4.0.0" by...
HI,
I am working on the interface between the nrf52832 and the MPU9250 IMU.
I have communication working fine with using nrfx_twi, but I have the following error when...
Hi,
I'm writting a simple test code that uses the aplication timer library (app_timer) to wake up from SystemON Idle mode to SystemOn mode every 1 minute. The idea is to...
Hi All,
I wan't to have logging via segger RTT from enabled modules in the MESH SDK.
Tried several config options in sdk_config.h, but without luck.
I made a diff of...
I'm using the app_timer library to create one shot timer. I'm calling the app_timer_start() to the same timer repeatedly in the gpiote handler. I had thought that this would...
Hi ... i want central to connect to the two different peripheral mac address , i am using ble_app_uart_c example version 15.2 .. using scan_filter_address i can abe to connect...
We are using the soft device (s140) in SDK version 16, our device is configured as a peripheral.
I have a program that connects to and then immediately disconnects from...
To the kind attention of Nordic support team,
using these commands, like in https://devzone.nordicsemi.com/f/nordic-q-a/58365/doing-dfu-ble-as-a-pca10059-dongle ,
I flashed...
To the kind attention of Nordic support team,
I'm using a command like this: nrfutil dfu usb-serial -pkg x.zip -p COMx.
I use it to program a default PCA10056 DK board...
I have system on sleep mode implemented which is still drawing 8mA of current i would like to take it down to 1mA or less what i need to do to get it that low?
I have two...
Hi, I'm currently trying to build a provisioner using pyaci and an nrf52 DK: pyaci provisioner
but I end up with these errors every time:
I tried on windows 10, ubuntu...