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...
I want to know the details of "DTM testing using nRFgo Studio".
On page 52 of "User Guide v1.4 of nRF51822 Development Kit" says, "For details on how to use the Direct Test...
Hi.
I bought the nrf51822 kit, and I have questions to ask.
I know that there are many sample code provided by nordic.
I know that the sample code will run...
Hi!
I am working with an application were two nRF52832 shall communicate over UART in half-duplex 1-wire mode (similar to what is described here but I use different pins...
Got one new Thingy52 and worked all nice with both Android and iOS teminals.
Then I have tried to upload new firmware using the iOS.
Loading new firmware progress was...
I just tried the Button example on the nrf52-dk development board, and the interrupt for the defined button GPIO does not seem to * trigger
Zephyr 1.8.0 ( fcb9144dc git...
I have been using nrf52dk as programmer for external modules (BMD-300) during development. I'm wondering if I can still use nrf52dk for production devices or I have to get...
Hi, stupid question here: Is there a command I could send via the dfu characteristics that starts the application somehow with doing an actual dfu update? Using the secure...
I WANT TO INCLUDE GPIOTE WITH PPI EXAMPLE PROGRAM IN THE SDK. EVEN IF I ADDED THE INCLUDE FILE,GIVE THE PATH TO GPIOTE.H AND ALSo added tthe gpiote.c file in the nrf_Drivers...
Hi,
I have successfully sampled my signal using SAADC example at a sampling frequency of 10 Hz. I am using a flag in the saadc_callback() function which I read from the...
Hi,
The current consumption of nRF51822 and nRF52832 listed in the specifications are shown in the figure. The figure shows the current value of LDO mode.
The consumption...
Hi,
I'm having trouble performing a secure serial DFU with the nrf52 DK, I'm using the following components :
SDK 13.0.0 : experimental_bootloader_secure_serial example...
hi,
i have set the uart buffer size as 64. but when i am transmitting data,i found that the size might not enough(eg. there are 100 Bytes to send).how could i do except for...