Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Hi
In my firmware, i setup a NUS service, piece of code as below:
I found that the nus_send_enabled_cb function is always invoked before connected function...
Hi,
We're really stumped on this one. We recently deployed 150 devices running nRF SDK for Mesh. All except three of these devices are running a modified SimpleOnOff Server...
Hi,
I have problems to use nrf52840 dongle with Manjaro and nrf Programmer v3.0.3. Indeed, when I plug my dongle I have this view on programmer :
So I see only the numbers...
Hello,
I am working on a project that modified from ble_app_uart_c, with sdk v16.0, softdevice S140. The 52840 board as ble central and an android app as virtual NUS peripheral...
I am working on adding a new LWM2M object (3302 Presence) to the lwm2m client project from SDK version 1.9.1. After creating and including the file "Kconfig.ipso_presence_sensor...
Hi,
I tried building and debugging the sample "https_client" using the method described here . But debugging fails. Debugging stops prematurely because the source file cannot...
I need to be accurate to five decimal places.
Use nrf52840 and ses.
Test code:
Execute d=atof(mm)/60.0 result 0.70693.It's right.
But e xecute d = 0.70693+22 result...
I am trying to use SAADC.
When viewing the contents of nrfx_saadc.c in SEGGER IDE all the code is greyed-out.
I verified it is enabled in sdk_config.h:
// <e> NRFX_SAADC_ENABLED...
Hi everyone,
I am currently attending the nRF Connect Fundamental Course.
As you can see from the picture below (taken from the Course material), there must be the chance...
Hello DevZone,
I was tinkering around with the speed of the TWIM0 module in the nRF52832.
I have a cheap USB logic analyzer to help me display the waveforms and I made...
Hi,
I am using NRF52832 development board , to which i have interfaced LIS3DSH accelerometer sensor(3.3V i2c)
when i configure it for 1600 sampling rate and all the...
Hello,
I am using nRF Connect for Desktop v3.12.0 with Programmer v3.0.4 on Mac. When I program mfw_nrf9160_1.3.2.zip on the nRF9160 dev kit, it works, but when I try on...
Hello! Very quick question. The available Zigbee and ZBOSS NRF documentation repeatedly to code examples that I am unable to find. The only examples I have are at nrf/samples...
I've previously successfully done interval advertisements using a SoftDevice with Nordic's previous (non-Zephyr) sdk, but I'm having issues replicating it on Zephyr.
Our...