Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
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...