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...
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...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
after update nRF Connect from 3.0.0 to 3.2.0 I started to get the error :
nRF52840 Unsupported device. The detected device could not be recognized as neither JLink device...
This is for the SDK nRF5_SDK_15.2.0_9412b96 and custom hardware.
I have a bootloader based off the example secure_bootloader_usb_mbr_pca10056 project. I want the application...
I'm using an nRF52832 with s132 and nRF5 SDK v15.2.0. I have a question about the tutorial devzone.nordicsemi.com/.../radio-notification The input parameter radio_evt of SWI1_IRQHandler...
Hi,
I have a customer interested in using the NRF9160 with a 1000mA/h battery.
They want to keep the board sleeping for 15 minutes, wake up and send GPS data position...
Hi,
Zephyr 2.1.0 will be released 2019-11-29, and it will support LwM2M Queue Mode which is an important feature for sleepy devices, see https://github.com/zephyrproject...
I am trying to modify the asset_tracker application to work without PSM mode since we cannot get PSM mode granted from the local network here.
My plan is to switch the modem...
Hi,
I'm trying to set up a proof-of-concept asset tracker to be run for a few months, over large distances (cross-country), powered by battery, with no user inputs. I have...
Hello,
I have 2 pieces of Sparkfun nrf52840 mini boards. On the first board, I uploaded the code from '\nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_multilink_central...
Is there a way to bypass the device reset happening when BLE times out if the device is in debug mode (or RTT terminal)? I'm referring to the reset talked about in this thread...
I want to tranceive data to ADXL362 through SPI and refer to this program.
https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
However...
I have a time-critical code section in a call-back routine which is too slow to work when run as a "debug" build, but works fine when run as a "release" build.
This is a...