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...
Hi,
I found my debug session keeps reset due to this error (code jump into app_error_fault_handler) when I stepped through my code. This happens at random places. I'm not...
I'm trying to get the nRF52 on the PCA10040 dev board communicating through UART without the use of the programmer built into the dev board. So I'm connecting the UART pins...
Using the ble_app_uart example, if I pass more than get a maximum of 60 characters for each call to ble_nus_string_send I get a return code of NRF_SUCCESS, but the nRF UART...
Hello, we use an MDBT40 Module from Raytek with an nrf51822 chip.
We take this module for building a ble remote control.
The remote control is central and the receiver is...
Hello,
I Try to use nRFsniffer 1.0.1 on windows with Wireshark 2.0.1.
Wireshark seems to crash at startup. (reported bug 12103 on wireshark bugzilla)
Please provide...
I'm hoping someone here is familiar with the VL53L0X setup on a NRF52 board. I was able to get the single range measurements working just fine using polling and now I want...
I am using the PPK with SW v1.1.0 on a windows virtual machine on my mac. I'm testing custom hardware using the PPK regulator to supply power to my hardware.
There seem...
Maybe I understood something wrong, but I wonder if it is possible to have the nRF52840 handle file transfers like it does with the firmware hex-files.
Say, I want my nRF52840...
I am facing some issue, I am using HM10 ble module as peripheral and NRF52832 (Redbear NANO v2) as central device. I using SDK "nRF5_SDK_12.3.0_d7731ad" and example program...
Hello, deavteam. This is MANGO.
The Capacitive Touch on the nRF52 series blog post is really impressive.
I'm planning to start a haptic driver project using TI's DRV2605...
Hi all,
I am experimenting an issue similar to this guy --> devzone.nordicsemi.com/.../
But I have my project in two different branchs one using Peer manager and multiple...
when i use sdk14.2.0 and nrf52810 nus service send data, When the app transmits data for some time, the app prompts to disconnect, but the slave does not log any log prompts...
Still playing with my app. Since RTT (or whatever it was, when printf was printing info to segger debug console) was ruining the debug process, I just switched off RTT and...
Hi All,
I am new to nRF development and purchased the nRF51-DK (PCA10028). I have successfully experimented with the examples for ble_app_uart and lpcomp. My Application...
I have the beaconing/lightserver example working and being provisioned by the serial example. How might I now change the advertising of the beacon using the PyACI PacketSend...