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...
Details
Hardware: Thingy52, nRF52840 Dev Board, Samsung Tab A running Android 5.1.1
Software: Windows 10, using GCC for compilation, Thingy52 SDK, Android-Nordic-Thingy...
I'd like to advertise indefinitely when my software application is in a certain state. Is there a mode that I can put the software in (using the aforementioned SDK) that will...
In infocenter we will have to define ***********
#define
nrf_drv_ppi_channel_assign nrfx_ppi_channel_assign
Macro for forwarding the new implementation....
I am attempting to load a demo application from the nRF51 SDK v10 onto an nRF51422. Specifically the ANT broadcast tx demo. After loading soft device 210 v5 then programming...
Hello , I have a timer ad a value that increments every 1ms and I want to send this value to the central but I don't know how to do it.
here my timer code :
void timer_led_event_handler...
Hello!
I'm trying to understand a bit better how to modify the UUIDs. I'm using the ble_app_blinky, sdk 15 and SES.
1.- In the example i can read 0 or 1 according to the...
Hello Everyone,
i have got a steamVR tracker kit which has a bluetooth module Nordic nRF52832-QFAA 2.4GHz Radio SoC with Cortex M4 Processor and the trackers are connected...
Hi:
I using timer0's channel_0, channel_1 to drive a ADC, a handle_function.
unfortunately, I discover my timer with channel_1 didn't work when channel_1' value bigger...
[nRF5_SDK_15.0.0_a53641a] is used. Please tell me how to select peripheral when connecting from central to peripheral. Since I want to connect to 4 peripherals for one central...
Hi to all,
i am developing a device with nrf51822 soc and i want use it as peripheral, in it have a characteristic that i want read it continuously from central. sometime...
I am using Hackable kit which is a custom nrf52832 board with Bumpy a low cost Black Magic Probe alternative to program since i don't have a J-Link device. I have tried many...
Actually, I am working on a IoT project in which tens of connectionless BLE beacons are broadcasting packets. Now, four Nordic devices(nRF52832) are receiving that data and...