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...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
I have based my project on the SDK 6.1 ble_app_hrs. In main.c is included app_gpiote.h which I assume is for the app_button module. However in a separate class I also use...
I'm currently using soft device 110 version 7.1 on a 51822.
I have several characteristics that are more than 20 bytes that as a server I want a client to write to. I actually...
Hi, I'm using the GPIOTE library to detect an interrupt from a sensor, query the sensor and update the gatts value. The problem I've found is that the IRQ priority is hardcoded...
Hello Sir or Madam
Now i am using NRF51822 of your company. Now we are evaltion thermal character of this component.
So please kindly provide theta JC (junction to case...
Is it acceptable if I stop an app timer for dozens of times when the app timer is actually stopped.
Will the memory leak if I operates in these scenario.Does it affect whether...
I am considering using the nRF51822 for an upcoming project for a client. It is a simple BLE peripheral, so I would use the S110 SoftDevice for the stack. I am looking at...
I use BLE mesh github.com/.../nRF51-ble-bcast-mesh
but when I use the master control to write values to update the values of services, the following error occurs: "global...
Hi,
I have implemented the support for 'long write' as in
github.com/.../ble_app_hrs---LongWrite
which works from the MCP... except that on BLE_GATTS_EVT_WRITE, it seems...
I have bought nrf go starter kit with pca10005 board( nrf51822 ic). I want to program the nrf51822 using these tools.The guide that I got from the nordic website not explaining...
If the device is paired (but not bonded) using "Just Works", sd_softdevice_disable() causes the application to hang/crash (nothing happens until reset by watchdog timer)....
I want to generate 2 fast PWM waves with 25% duty cycles from nRF51822. They have same frequency of 4MHz but there is half a cycle delay between them. I checked the nrf_pwm...
Hi,
I am trying to get the NRF8001 rev. C chip working with a Tiva Lauchpad (TM4C123GXL) board. I modified the original Arduino SDK for use with Energia. I am using the...
Hello,
i want to write a global unsigned long variable in RAM after programming the device. The Use-Case is to set the clock value to the actual time. So the new unsigned...