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...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
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 do not have a product (i.e. I didn't by any of the boards from Nordic) but we've built our own board using NRF51822. How do I get access to SDK/API files? The SDK is locked...
Hi,
I have Bluetooth4.0 modul and I want my dongle working just like a bluetooth adapter on my PC. that is to say: my dongle searching BLE device automatically and connecting...
Hello
I need help with 128 bit UUID for BLE.
Could you explain me how to specify my own 128 bit uuid?
Whether it should be unique?
Bluetooth specification refers to...
I am planning to write a simple OS for nRF51822 based on framed loop principle.
Nothing fancy, just bog standard 10mS frame and optional round robin scheduler.
The questions...
Hello,
I am designing a circuit using the nRF81522 chip.
I was wondering what should I do with the unused I/O pins.
Would it be OK to leave them unconnected, or there...
Hi
Could I use 3.3V to the C3 capacity in the application example,datasheet?That is to say,C3 doesn't connect to VDDPA pin and 3.3V connect to the C3.I found that it is...
We have developed our custom nRF8001 board and connected with Arduino UNO bord. we have used nRF HRM demo application from Github . We are using nRF utility application from...
OK, I didn't read enough fine print before I plunged in, but my version of the nrf51822 I have on a bunch of boards isn't supported by the new SDK.
In a premature onset...
I'm trying to use notifications with Android 4.4. When my service issues a call to sd_ble_gatts_hvx, the result is BLE_ERROR_GATTS_SYS_ATTR_MISSING.
From this link , I...
Hi
when i call twi_master_transfer function in for(;;) loop of file ble_app_hrs project.
Kindly tell me what to do for that.
for (;;)
{
for(i=0;i<10;i++)
{
...
When I plug the PCA10000 into my mac I can see it presents 3 USB interfaces. The first is interface class 0x02, Communication Control, the second is 0x0a, which is Communication...
Hello
I have problem to reach 100 feet and a high data rate using BLE.
I am thinking about using gazell. Is possible to communicate with gaxell protocol to IOS and Android...
Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible...