During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hi,
As well know, the nrf52832 had build-in a battery level detect function. It can get battery-level by following program
Would you please tell me how to design it...
Hi
When I finished the program and read back, I saw that there was unintentional data at 0x2D000 and 0x2E000.
I used up to 0x26000 addresses. Where is this memory used...
I've taken the basic examples/peripheral/blinky code and tried to add the logging module to it. For some reason the only time I can get the application to run and log correctly...
I am developing a firmware application that needs simultaneous central and peripheral role. I am using sdk 15.2.0 and was experimenting on dev board PCA10040. I have taken...
Hello,
I want that nRF9160 goes into PSM on boot until a button is pressed, do someone have a good link about PSM please ?
How can I do a software reset with a clean lte...
Dear people,
I use a pca10056 (alternatively the pca10059 dongle) and have compiled the connectivity firmware as described on the github page (release 4.1.1).
The only...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\serial and board pca10040.
Supported commands.
In [2]: for i in range(0, 10): send(cmd.Echo("Hello: " + str(i))); time.sleep...
Hi, I'm reading the nRF5340 OPS v0.5.1 document and in section 3.2 ("Memory") there is a reference to "256kB of peripheral RAM". However, the document doesn't explain what...
Hi there,
I'm working on nrf82382, try to use COMP function to monitor the voltage of AIN0(p0.02), but seems not working, no example for the COMP. and then I found the...
We enable TX notification of NUS service with bonded iOS (iPhone), iPhone constantly sends TX_READY command until disconnect.
Can you confirm this is correct behavior. ...
Hi, I am working with the adxl362 sensor and the nrf9160 SPI example ( https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/spi/src/main.c ) and...
Hi, I am working with the adxl362 sensor on the Thingy91 and I want to set the trigger of the sensor to a specific value.
In the datasheet ( https://www.analog.com/media...
Hello everybody! I'm developing an application using CMSIS DSP library, so i included about 20 math files and using finctions from these files. After compiling i get a linker...
Hello Devzone,
I'm designing a custom board solution that drives a motor using a nRF52832. The board is powered with 4 x AAA batteries and a 2.5V LDO (STLQ50C25R) is used...