Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi,
I was at the webinar today where they talked about SDK 3.0.0. They mentioned that the QSPI examples were "JESD216 flash" and "JEDEC SPI-NOR flash". I don't see either...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
I'm connecting my nrf51 with my phone and when I move far from the microcontroller (long distance) the connection is lost
what's the function witch rise this error and what...
the code of 51822 PAN 73# must be added in SDK 6.0?
/* Add workaround when starting timer2 */
*(uint32_t )0x4000AC0C = 1; //for Timer 2
NRF_TIMER2->TASKS_START = 1;
/...
hello there i want to interface nrf51 dk with ds3234 using spi. i see spi master example. how to assign SPI I/O pins. can you tell me how to do it?? i find SPIMO_SCK_PIN....
Hello,
I am trying to work with the nrf51sdkv10 and trying to install arm-gnu-gcc toolchain on my MAC-OSx (El-Capitan). I downloaded the 4.9.3 version and installed in the...
For nrf51, the current consumption is more than 1mA when GPIOTE is used since 16MHz clock is always on. Is this fixed for nrf52? or nrf52 still has the same level current...
Migration document is great - I'd be lost without it. I'm just trying to be sure I understand the two changes for "GATT Server Authorizable Write Commands" and "GATT Server...
Hi,
My S130 based BLE implementation, when scanning, seems to receive BLE advertisements out of order, when the traffic is high. I wonder why. Could it be so that the callback...
Hi,
I would like to misuse the SDK by creating an communications systems based on advertising. From several Q&A posts, e.g. this one ), I understand that the current S130...
Hi,
I am writing an application on top of NRF51, using a S130 Softdevice. I wonder about the concurrenceness (?) of the code I write, and especially if I need to use critical...
How do I make sure, the GATT server running on the BLE peripheral client connects only to a specific app based central/GATT client app, which has been authenticated via web...