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...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Dear Team,
I have a problem with one sensor on some boards, the behavior is not clearly reproducible. On some boards, the "device_get_binding("CCS811")" just delivers exit...
Section 18.6.2 of the nRF52832 datasheet (Power-On reset) specifies the following:
A step increase in supply voltage of 300 mV or more, with rise time of 300 ms...
Hello,
I have tried the GPS sample and it worked fine. Now I want to understand the code more in detail und maybe modify the GPS settings.
But I can’t find any documentation...
Hello NRF Team,
Is it possible to change the I2S buffer size on the fly while a i2s transfer is running ? (I Am using nRf52840 with SDK15.2)
I found in the documentation...
Hi, I am evaluating the nrf52832 and the Softdevice for potential use in a new product. The product has neither display nor keyboard. It therefore makes sense to use Just...
Hello,
I am quite new to developing with the nRF52840-DK. Up to this point, I have been flashing the applications (mostly the examples) over USB with the built-in J-Link...
We need to connect 2 peripherals with single central device.I have taken ble_app_multilink_central from SDK 15.3 and integrated the ble_app_uart_c in this. I am using the...
Hello,
I want to establish an UART communication with rn2483 module with nrf52-DK, SDK 15.2.0
On nrf52-DK, pins 6 and 8 are reserved for serial port, which are connected...
Hello
I used to do TWI communication until now, but it was decided to do sensor reading with SPI communication by changing the sensor.
So that's a question,
What is...
Hello,
I am wondering that when BLE5.1 SDK will be available ?
Is there any possible ways to test your BLE direction finding solution ?
As far as I know, development...
I want to set a keep alive value of MQTT while eDRX is enabled, but it doesn't work well. Any advice?
Environment - hardware: nRF9160 DK 0.8.2 - firmware: 0.7.0-29.alpha...
Hi,
I am using nRF52832 SOC along with SDK v15.2.0 with custom hardware, currently I have requirement to use DFU protocol in BLE application to get a FW of another sub system...
Hello, I hope your day is full of the scent of flowers.
I am in the process of the Ble_Cnetral and PrePhereal project.
I have added and built the Uart.
Why is...
Hi frnds,
I am using the ble_central and ble_peripheral code (nrf52840).
i am sending 400 bytes of data to central from peripheral continuously, sometimes the boards get...