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...
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,
I would like to use the softdevice s130 because i want to try having a nrf58122 as a ble central and peripheral at the same time.
At the moment, there is still the...
Hey everyone,
I have an application where I have to write data to a characteristic. I would like to only allow reliable writes (not unacknowledged ones). Is this permitted...
Hello,
I'm having problems with defining RGB led on my beacon (pca20006). When i define for example RED led (on pin 12) with code nrf_gpio_cfg_output(12); i should be able...
Hello,
I am trying to load ble_app_beacon code provided in nordic sdk to redbear lab's ble nano. I am using sdk version 8.0.0 and soft device(s110) version 6.2.1 .
I am...
If BLE device is sleeping,is link layer connection terminated or the link layer connection is still valid..?
if it is valid..how the master will know about the sleeping periods...
Hi all.
Consumption current increases by about 1.5 mA after a battery check.
uint8_t battery_start(void)
{
// Configure ADC
NRF_ADC->INTENSET = ADC_INTENSET_END_Msk;...
Hi all!
My project is depend on the "ble_app_template",which uses the "scheld structure", I am able to read the data from app but not able to send my data with notification...
I have a question about that code, when I test my code with lightblue, it showed me that there is an service called application notification client service, but it didn't...
I'm using GPIOTE library to check the change of two switch inputs.
Normally it works well, but rarely GPIOTE_IRQHandler become never happen even if the pin level changes...
Hi Nordics!
I am using app_pwm.c file in SDK 8.1, and when I use it with softdevice(advertising or data transfer event), sometimes pwm signal is reversed.
I guess, reversed...
Hi Guys,
I am using a the 350Mhz Analog Oscilloscope HM303-6 www.hameg.com/hm303-6.0.html to measure the voltage utilised by the board when it is transmitting data.
...
Hi,
Once I enter into BLE mode I am not able to read any gpios(nrf_gpio_pin_read) also I am not able to set any gpios (nrf_gpio_pin_set).
Below is my example
uint8_t...
I'm trying to establish a bond in my project and then perform service discovery, however the discovery is returning the BUSY error.
I tried to wait for the events according...
In SDK 8.0 the bare word asm was re-introduced in nrf_delay.h , causing failures in compilations that use strict C/C++ standard conformance flags. This was noted in earlier...