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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
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...
Hello,
I am trying to set the nRF52 to power off and wake up on a momentary button push (scope measures momentary push logic low around 50ms-100ms). However, I am struggling...
This is from the previous Blog: devzone.nordicsemi.com/.../
I've looked at the other dev boards. I found this one nRF52832 System on Chip and Amber SPP-over-BLE profile...
Hi,
I'm using the nrf52832 Nfc and I can't set a variable nfc message, the nfc message must be constant... In my case I'm trying to send a text via BLE and put it on the...
I found lots of macros in Makefile like below,but I did not found they were used in C or assemble file. I am cleanup my Makefile to remove unused macros... so could I remove...
I'm using a 51422 for a very short range, fixed system. I will never need the chip to receive or be received from more than 5 meters away, and more often just 2-3 meters....
Hi,
I own a Redbearlab BLE Nano with a nrf51822.
I want to use it to drive some WS2812 rgb LED (neopixels), using precised timings for bit-banging.
Before driving...
Hello everyone,
I am having difficulties on changing the advertising name of my device (nRF52832).
Here is the piece of code that I am using to do it:
ble_gap_conn_sec_mode_t...
hello.
How can the hidden setting of BLE be realized?
For example, (as log of nRF Connect) as follows:
ptlog1.txt
thanks.
I will attach a screenshot of NRF connect...
what does the mean of the statements the red line marked on above picture ? In my product ,i want to combine the softdevice,application and bootloader into one hex,and burn...
Hi all,
I am testing this example and I have some question is possible using theR same NFC to turn off the nRF52? I cant see where the NFC event is handle
Can some one...
Hello,
Has anyone been able to succesfully use the HID Keyboard Demo (ble_sdk_app_hids_keyboard_main from Nordic nRF51822 SDK ver 6_1_0 along with GCC compiler for s110...
I have an application working using PPI to start a SPI master transaction from a GPIOTE event. Unfortunately, I currently have very high current consumption which I am led...
hi all,
i try to use to timer to have a single press and a long press.
this my code.
const nrf_drv_timer_t TIMER_BUTTON = NRF_DRV_TIMER_INSTANCE(0);
const nrf_drv_timer_t...
I don't know where it is used..
example, when I use sd_ble_gatts_hvx(conn_handle, &p_hvx_params), conn_handle was BLE_GATT_HANDLE_INVALID(0x0000) result of debugging. ...