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 met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
I am having problems programming PCA10028 using nRFgo Studio.
Note I am using SDK V10.0.0 and IAR EWARM 7.5
Program SoftDevice with s110_nrf51_8.0.0_softdevice.hex ...
My platform is uVision V5.15, running s132 SDK ble_peripheral examples on nRF52 DK.
When compiling the system_nrf52.c in these examples, the error message was shown:
...
Hello everyone, I have an application that i would like to complete and I have most of it finished on Arduino but there are size constraints. Because of that i found the Nordic...
hi, what's the function of the code *(uint32_t *)0x40008C0C = 1 in GPIOTE example of SDK 9.0,
and i know the address of 0x40008000 is TIMER0, and i check the another timer...
Hello,
I a developing a custom application on a custom board with nRF51822 and SDK 10.0. I am also a newbie with BLE, so please bear with me.
I have succeeded in incorporating...
Hello everyone,
I would like to make the following application.
I want to connect a temperature sensor to nRF51822-beacon to broadcast the temperature measurements
...
Hi,
What does the "Enable services" button in the MCP do?
What are the Master Emulator API equivalent command to duplicate the "Enable services" button in the MCP?
...
Two questions:
If I use Nordic's library functions such as app_timer_create() and app_timer_start(), are the timers using the low-power RTC timer running with the...
After I connected a BLE device (HRM sample program on dev kit), I call sd_ble_gap_rssi_start to do a RSSI measurement, it returns error code 6.
Apparently error code 6...
Hi,
I've encountered a problem during development of an application based on ble_app_hrs_rscs_relay.
Everything works fine (I mean concurrent central and peripheral...
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...