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...
Hi
I'm testing the Peer Manager as a replacement for the currently used device manger. I ported out code to use of the peer manager. I can see the peripheral advertising...
Hi,
I am trying to debug in eclipse for a NRF51_DK on mac.
I have found the right configurations for the NRF51_DK and how to debug with it in Eclipse. I use the JLINK debugger...
I am using nRF51 SDK 8.1. When I add this code:
const app_uart_comm_params_t comm_params =
{
RX_PIN_NUMBER,
TX_PIN_NUMBER,
RTS_PIN_NUMBER,
CTS_PIN_NUMBER,
APP_UART_FLOW_CONTROL_DISABLED...
Hello,
According to specification, SoftDevice (S132) supports three connections as a central. Do you have example project?
I need collect data from 3 sensors:
...
I need to setup a nRF51 dongle as a transmitter and a nRF51 beacon as a receiver. The transmitter will send a byte every 7.8 ms (128 times per second).
I am wondering whether...
Hi,
I am using the ble_gls_app provided in the SDK 8.1.
Also i am using S110 softdevice v8.0.
When i am trying to bond through MCP it is asking for a passkey.
How...
Hello everyone,
I following the exmple about advertising
devzone.nordicsemi.com/.../
It advertise a string (line 142 in main.c). I want to replace this string with...
Hi,
We have updated our code to the last sdk version (nRF51_SDK_9.0.0_2e23562) and we cannot upload the application code anymore with the nRF Toolbox on our iPad. However...
Hi there, I'm having some truble to understand how to set a synthetice 32khz clock from the 16Mhz external crystal. Right now I have the next code working fine:
NRF_CLOCK...
Hey guys,
I’m trying to send a single non-connectable beacon every few minutes in the lowest power way possible. nRF51822, SD S110 8.0, SDK 9-2. Different scenario from...
I am experiencing a fault at sd_flash_page_erase() in the sdk_nrf51 ble examples.
Softdevice 8.0.0 is loaded and is from the sdk_nrf51 bundle.
Both the ble_app_proximity_s110_pca10028...
Here is my power consumption (3.0V):
no app_pwm: 0.010mA
after app_pwm_init(): 0.295mA
after app_pwm_enable(): 0.891mA
If I do app_pwm_uninit(), power consumption...
NRF52 on-site training for today, know BLE pairing use OOB way will be a little bit more simple and safe, and then want to ask next, on NRF51822 platform have the corresponding...