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...
Hi,
at Bluetooth core specification v. 4.2, vol. 3, part G, chapter 4.9.3.
An Error Response shall be sent by the server in response to the Write
Request if insufficient...
I use the nrf examples direction_finding_connectionless_rx,firstly i have no attena array,the other as describled i do by steps.
I use two nrf5340 boards.with building,i...
Hi,
I am working on nRF5 Thread 4.1.0 and I am trying to do implement Thread secure DFU.
I am following infocenter.nordicsemi.com/index.jsp
i have run the command...
We are working on a project in which we have integrated multiple modules and examples like GPS, IMU Sensor, SD card, Bluetooth, etc. Now I have to manually shut down all the...
Hello DevZone:
I can see that they are working on a module with WIFI6, my questions are the following.
Will the module have its own evaluation board or will it be integrated...
Very quick question:
I've created a device which implements the Legacy DFU Service. I've also created an Android Application that I plan to develop to be able to conduct...
My application code running on nrf51822 calls sd_ble_gatts_value_set to update a control characteristic. After 16 times receiving NRF_ERROR_BUSY status from this function...
Hi everyone,
first time posting here for me, let me know if i'm doing it wrong.
I'm currently developing a "modem module" built around nrf9160 and working with AWS using...
Hi,
With the NRF Connect SDK version 1.9.1 it is not possible to setup a Thread Coaps connection.
The DTLS handshake fails after Client Hello with an Alert message ...
Hi,
The below is our requirement for NRF5340
1. we have a DFU application with bootloader as an hex file
2. we have another app say blinky as an hex file
3. merge...
Hi all
My first post. I tried to finish one of Nordic tutorials. I need to use app from nrf connect(v 3.10.0): Bluettoth low energy (I have installed v3.0.1). I have nrf51DK...
got the thingy:91 following the getting started video had the bootloader updated and uploaded the right hex file for lte, the provided sim appears to be outdated so tried...
Hello, I am using the Asset TrackerV2 application (SDK 1.7.1) with the modem firmware (mfw_nrf9160_1.3.1). Recently the following error <err> aws_iot: getaddrinfo, error ...
Hello,
I have been developing on a nRF52832 DK using nRF5 SDK v17.1.0, and am very close to a production ready state. The final program will use soft devices, app_timers...
I want to develop a USB composite device using USB CDC ACM + USB Audio. I am not familiar with USB device protocol, so I hope to have a reference example. My development board...