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 Guys,
We have designed a custom board which is using BMD350.
Our application requires using the BMD350 in beacon mode and then going to sleep in low power.
We have...
I can listen for radio inactive event according to this post https://devzone.nordicsemi.com/f/nordic-q-a/9137/change-advertising-every-time-event but I am scanning at the...
Hi everyone,
I want to assign the DEVICEID to System ID characteristic (which is under Device Information Service). DEVICEID is a 64bit and I found that I could assign this...
Hello,
I am developing a sensor like a beacon. I want to measure the distance from the node. I record the RSSI sample for a few seconds and average it to stabilize the value...
Hi,
Can anyone confirm the advert sent in the attached is not corrupted in anyway? as I seem unable to scan my device with anything other then nRFConnect.
The Bluetooth...
Hello,
I found some some threads on similar questions but none answered mine, so here it is:
I try to use UART between nrf52840 and another chip. When the other chip resets...
Hello,
I wanted to replicate and build the LED Button Service using my own custom service. I used the template BLE project as a starting point.
I'm working on a characteristic...
Hi, I'm working on the MSC USB example with the nrf52840-dk.
I'm using only the SD card interface, I've disabled the others.
I've noticed that the interface is quite slow...
Hello,
I'm trying to modify example ble_app_blinky from SDK17.0.0. I need external interrupt. But when I try to integrate two functions "static void gpio_init(void)" and...
hi
im add the gzll funcation of project:
nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_dynamic_pairing\device
to the project :
nRF5_SDK_16.0.0_98a08e2\examples...
Hello,
I am testing UART with nRF52832.
I am using the example git( https://github.com/NordicPlayground/nRF52-ADC-examples )
The function ble_nus_data_send is used...
Hi Team,
Regarding the IAR "I-jet" Debugger support for Nordic Platform (Nrf52840) we have observed some weird behavior.
When we connect the IAR I-jet Debugger we are...
We are using a nRF9160 and are interfaced to a Texas Instruments AM335x running Linux over a UART interface. I've read through the guide on making a custom overlay. So far...
Now I am working on ble_app_uart project. For security reason, I don't want any unaccepted mobile phone connecting to my peripheral device.
From this post link text ,
...