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!
My setup:
* nRF52 DK (let's name it N )
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* two android smartphones (let's name them A1 and...
1. nrf51822-qfaa
2. sdk10.0 & sd8.00
Q:
If the MAX_CONN_INTERVAL is set to greater than 200, NRF_ERROR_INVALID_PARAM will be returned when called sd_ble_gap_ppcp_set...
This post had a discussion on using one button but the first reply suggested a buttonless solution. So now I'm not sure if one button dfu is best if same button is used for...
hi,
i am doing a project where i have to exchange strings between nrf52832 as peripheral and andoird smartphone using nrf connect app, in this project data security is a...
Hello!
It's the first time using Nordic devices so i´m doing some SDK examples and trying to merge them. I'm using SEGGER Embedded Studio. Right now i´m using ble_app_blinky...
Hello,
I'm usign nRF52832 IC and SDK5. I want to awake the sleeping MCU by NFC and pair with BLE. In short Pairing device address should be transfer via NFC. There will...
Hi all
i am using SDK15, nrf52832 dev kit and s132 version 5
I followed the below steps:
1)Flash the softdevice
2)Update the generated dfu_public_key in secure_bootloader_dfu...
I am developing a firmware and connected a spi LCD to nRF52840, but I got the max speed only 8 MHZ, in Datasheet is 32 MHZ max.
Which speed of the SPI master is max ? (I...
I'm getting a disconnect reason of 0x3D / BLE_HCI_CONN_TERMINATED_DUE_TO_MIC_FAILURE during a connection attempt. It does not happen for all my phones except one. It appears...
Hello Everyone,
I am a beginner and working on nRF52832 DK using SDK v15 and using keil mdk armv5.25 as a compiler. Currently I am trying to modify an example in the SDK...
Hi,
Quick question: I read in this article on the section "A tough world of lighting controls" it states the following: "Let's say that five messages are spaced 20 ms apart...
Hello everyone ,
We are able to read out ADC values(if i connect battery positive externally on ADC pins). i wanted to know if there is internal connection provided to any...
Hello,
Testing your nRF Connect with a BLE Thermometer. I was able to connect and read data.
Can you help me with one question I have ?
This is part of the log file...
Where to start? Is it possible?
I need to send data between the two chips using 802.15.4.
There is no need to form a network.
I was looking at the Wireless Uart example...