Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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) . ...
Hi, I get the following error when I try to install nRF Command Line Tools fails to install on Ubuntu 22.04.
~/programs$ sudo apt install ./nrf-command-line-tools_10.18...
I need to install the nRF command line tolls for Visual Studio Code to work. On the download page it however shows the ARM version of the 10.18.0 Linux x86 64 deb file.
...
Hello all!!!!
Is it possible to send UART data (JSON) from ESP32 to the NRF9160 SIP and further publish the same to AWS MQTT or AWS Shadow MQTT?
It would be a great deal...
I have written a word (32 bites) in 0xFF000 using nrf_fstorage_write(), When BLEInit(), nrf_fstorage_evt() callback not trigged,
BLE_Sleept()
nrf_storage_write()
BLE_wakeup...