I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
Hi.
The LE Audio Controller Subsystem for nRF53 used by the nRF5340 Audio example as I understand it, is only available as Hex file.
Is this controller based on the Softdevice...
Hi friend,
I am using SDK16.0 and softdevice is S140 7.0.1 version. But SPI can only send out 1 byte. It can't call back the function of spi_event_handler, so my code is...
Hello everyone,
I have successfully managed to perform a DFU with a DFU package consisting of an app and a softdevice. I wanted to test what happens when I manually cancel...
Hello all,
I was programming the nrf9160 SiP using esp32 over UART and wanted to know how do I connect ESP32 to the nrf9160 SiP and upload the code through ESP32 over to...
SLM returns ERROR after AT#XSOCKETOPT=1,51 NRF_SO_RAI_LAST https://github.com/nrfconnect/sdk-nrfxlib/blob/main/nrf_modem/include/nrf_socket.h#L218
SLM returns OK for AT#XSOCKETOPT...
Hello I am using I am NRF SDK version 1.8.0 and nrf-zephyr v2.7.0-ncs1 (If a soultion exists on newer a rev, willing to upgrade now, otherwise it will happen some time in...
When PIN=0 P0.00 is used it doesn't work (No error message or failing, i also tried several other ports), no toggling output. The code works with PIN=28 (P0.28=LED1), led...
It is properly pointed to in the emProject file, and the SES IDE is able to locate and open it in file explorer.
I upgraded the liboberon to 3.0.8:
When I previously...
I have a successful build over my i2c application but, I do not get any text output on the console. So, to check I tried to build a new hello world project and run it but...
I'm attempting to use the "powf()" function in a Zephyr thread.
When I try to run:
LOG_INF ( "powf: %f" , powf ( 2.0f , - 8.0f ));
the result is "inf". (Code compiles...
After intsalling nRF Connect SDK 10.18.0 on an Apple M1 running macOS Monterey 12.6, I can't use nrfjprog at all:
❯ nrfjprog --version [error] Error in dlsym: dlsym(0x204ef57e0...
I am installing the nRF Connect SDK (on an Ubuntu 20.04 virtual machine) as described here: Installing manually — nRF Connect SDK 2.1.99 documentation (nordicsemi.com) . ...