Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
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...
There's a great application nRF UART 2.0 that can be used like a terminal with a Bluetooth LE device implementing the "Nordic UART" service. Now I would like to store output...
I am using a nrf52832 with SDK 11.0.0 and sd132. I need to add in-flash storage to my application so I'm looking at the NVMEM documentation and the pstorage module. I understand...
Dear Sir/ Madam,
I want your suggestions and recommendation regarding to choose which one of your BLE development kit.
I want a Bluetooth development kit which has long...
Hello, I'm trying to update services list on central device after adding a new service. However, sd_ble_gatts_service_changed returns NRF_ERROR_NOT_SUPPORTED . After looking...
Hello,
In my application, I need to activate BLE during startup only if some conditions are met otherwise I put the nRF52 in SystemOff mode. BLE should not be activated...
Hi,
I have been receiving the error: undeclared identifier "TWI0_USE_EASY_DMA". I researched and found that the solution was to include "nrf_drv_config.h" and add #define...
Hi, I have problem with discover services in advertising mode on NRF51822-BEACON. There is default firmware in this beacon. I using Xamarin on Visual Studio 2015. It is connected...
I have integrated IAR code into my company system.
with the Jlink_monitor.c, jlink_monitor.h , jlink_monitor_ISR_ISR.s and enableMonitorMode.mac.
Step 1: I loaded code...
Hi,
I am trying to use the nrf_drv_twi class but I cannot define a nrf_drv_twi_t instance. When I write the code
`nrf_drv_twi_t twi = NRF_DRV_TWI_INSTANCE(0);
I get...
Hi,
It is indicated on page 59 of the datasheet (rev1.0), concerning the register nr.8 OBSERVE_TX, that "the counter PLOS_CNT is reset by writing to RF_CH . See page 75...
I am working with SDK12.2.0. I see that transports seem to be registered as section variables with the identifier dfu_trans
I have added a section definition in flash to...
Not sure if this is a typo in the function comments or a small bug, but thought you'd probably want to address it either way. I'm on the most recent NRF5-SDK (12.2.0) and...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Gentlemen,
I'm trying to develop a Health profile solution that works with Win 8.1
I'm using SDK 6.0 and S110 v 7
Win 8.1
I found the Win 8.1 sample app...
I am looking at the Master Emulator examples ProximityDemo and HealthThermoDemo. I can use both to connect to one device that I have (Device A). I try to use ProximityDemo...