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...
Using SEGGER Embedded Studio for ARM Release 3.34a Build 2018022300.35192 Windows x64
with
GCC/BINUTILS: Built using the GNU ARM Embedded Toolchain version 6-2017-q2-update...
Hardware: PCA10040, PPK
SDK: nRF5_SDK_15.3.0_59ac345
I test hrs app and get these number in current consumption during advertising. No modification on example projects...
HI,
We are mainly using "nRFgo Studio" and "nRF Connect" application for erasing and flashing codes to our custom board and its taking place successfully for a long time...
Hi, I am interested in the nRF52811 direction finding capability. In particular, whether its feasible to develop direction findings through a single beacon to receiver configuration...
I am having issues with implementing long-press button action along with normal button press on the same button using the nrf52_sdk_thread on nrf52840.
When I implement...
When mesh_config_clear() is called with a setup containing a file strategy MESH_CONFIG_STRATEGY_ON_POWER_DOWN and an entry in that file has been changed but not yet written...
Hi
I am working on Mesh using light switch example,
1. Wants to relay the ON/OFF message to other server.
2. And send mesh message from server to all node in mesh network...
Hello,
I have program w/o using softdevice to drive an LED driver using I2C. I was able to get this to work very well with out a softdevice, however once I loaded a soft...
Based on nRF5_SDK_15.3.0_59ac345 for nRF52810 application,
a. With s112_nrf52_6.1.1_softdevice.hex and app.hex, it works normally b. Add bootloader, fds_init function will...
On custom nRF51422 hardware with S110, I eventually found that after 3 minutes the advertising timeout turns off the system.
I reproduced it by using the nRF SDK v9 project...
Hello Nordic Support!
I will ask you a question.
Soon it will be mass production from prototype development. I built with MDK-ARM and wrote code with J-LINK +...
in my circuit, it takes 17ms for VCC_NRF to go up from 0 to 1.7V and reach 3.0V, but nRESET PIN does NOT to go up to VCC_NRF.
what is the potential cause of this problem...
Hi all,
I'm working with a chip that is not really i2c compliant and requires us to not send a STOP at the end of an i2c read/write (I know super crappy but that's all I...
Hi to all, i am developing an app with nrf52840 and i want to use cc310 backend to generate ecc public/private key pair. after adding some files and enabling cc310 backend...