Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
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...
Hello,
I am having a lot of trouble adding a driver to my application. I have followed the tutorial here: https://www.zephyrproject.org/how-to-build-drivers-for-zephyr-rtos...
Hi,
For my app (using zephyr and nrf52840) I want to use hardware Timer like that, is there any manual or example how to do that?
Need able to set period of timer from...
Hi!
We're working on an AoA application using a custom nRF5340 board and antenna array. Just trying to fully understand the interpretation of IQ data, there are a couple...
I can see that there are others that have had problems with finding SIMPLE information from this site.... I would like to get off on a better footing.
Here is the issue...
I'm considering transitioning a product codebase to the nRF family (nRF52 or nRF53).
It's Arduino code, with lots of C++ code.
As in the cpp_synchonization example provided...
Hello,
I'm having an error with the 832, specifically I'm just trying to port code over from an 833 project. I can compile no problem, but when I go to write I get
ERROR...
Hi there,
I've been working on creating a nice wrapper around the nrf modem library in Rust. Currently can be found here: https://github.com/diondokter/nrf-modem
When...
I was testing out the custom application from android studio, and have discovered that, for example, when using the rscs example my application does not see the device and...
Hi Nordic. This is a general question and could as easily have been posted to stack overflow but I have found the members and staff of this community so helpful and adept...
HI,
I am working on a application which has an requirement, that I need to read the current value if it is above threshold value then I need to turnoff the control. Here...
The executed command at connectedhomeip/examples/lighting-app/nrfconnect: west build -p -b nrf52840dongle_nrf52840
The messages i encountered:
...
/ncs/zephyr/include...
good day,
is there a way to set a gpio when in dfu mode? wanted to make GPIO 19 of nRF52832 HIGH during DFU mode because we assigned it as an enable pin.
in DFU mode,...
Hello,
I have my own custom board with nRF52832 and a NB-iot module SIM7080G that interfaces via UART.
I can easily program the device through SWD using J-Link. I am even...
Hello,
I am using flash_write_protection_set function with few low level function call for accessing extremal flash with nRF9160. And because of that I am facing one warning...
Hi,
I am programming the nRF52833 and using NCS v2.00. I have recently programmed the Peripheral Coded PHY to the board. I am using a Google Pixel 3 with nRF Connect as...