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...
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...
Hi All, on the right of nRF Connect v2.2.1,the "Start scan" button is invalid, I press "Alt+S", get a message "No adapter selected or adapter is missing state. Failing." I...
Hi,
I know that MtConnect05 is not a Nordic product but it contains a nRF52832
and these questions are about SDK for mesh usage.
The questions:
1. What does this...
I am a newbie for Nordic development boards. I recently bought a thingy 52. When I was searching for how to upload a custom firmware of my own (After disabling few BLE services...
Hi,
I need a button and a led for my project. I like the BSP library for all it's power saving features but it looks like it's not flexible. I want a custom event for the...
I am starting with Thingy and I am having some troubles.
Background is I have done some work with nRF52840 that sends beacons one-by-one with different payloads. And then...
Hello,
I have 2 issues, please help to let me know and clarify them...thankful for your support in advance....
I need to know the confirmation about the usage of fds...
I am using a custom board based on nRF52 (nRF52832-QFAB-R). I am using the ble_hid_mouse app and performing the initialization for SPI in the main routine. But with the SPI...
Hi
which is better for reduced current consumption
1. lesser value of of MIN_CONN_INTERVAL, MAX_CONN_INTERVAL with large SLAVE_LATENCY
2. or vice versa
Thanks...
I tried using the serial code in peripheral/examples to transmit At commands to the esp module but did no get any reply.Is there any reference example which I can use to connect...
Hello All,
We are working on automotive application can i use 3xspi in nrf51824. i.e is it possible to configaure 3 masters in nRF51824 ?
thanks in advance
pavan
I have the nRF52-DK arduino board with a nRF52832 chip on board, is there any examples where I can read the Analog inputs on the arduino board and send them over bluetooth...
I'm downloaded a copy of the "offline" documentation, but its just a html file, is there a copy in PDF or any other searchable format?
It would be nice to be able to search...
Hi. The same issue I have is described here, but I've been asked to post a new question:
https://devzone.nordicsemi.com/f/nordic-q-a/29084/why-sd_ble_gatts_exchange_mtu_reply...
I have several characteristics which are updated by a regular timer.
The characteristic property is notify. Due to memory issues I use as value location BLE_GATTS_VLOC_STACK...
Currenetly I access the gpio pins by using this code (P1.01 this pin)
#define PIN_1 ARDUINO_0_PIN
nrf_gpio_cfg_output(PIN_1);
and so on
Is there any other way to define...