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...
I see other posts stating that the nRF Connect For Desktop 'Toolchain Manager' requires an internet connection to download the nRF Connect SDK versions. I'm thinking of the...
I open up a flash shared space in app and bootloader, write values from app, bootloader read, bootloader read values such as 0xFFFFF, and not ideal values, may I ask why this...
Hello,
* HW: nrf52840DK
* SDK: ncs v2.8.0
* APP: spi-master-slave example
In this example, I am interested in slave rx. Seeing this example, it apears slave makes...
I need to connect a device to an nRF5340 SPI port without creating a custom driver. I'm tempted to use the nrfx_spim driver directly, but I'm trying to do it with Zephyr and...
Hi,
I am migrating from nCS v2.6.1 to v2.9.0, my workspace builds fine on v2.6.1 But on v2.9.0 I am getting the below error:
This is being generated as my main.c has...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
I want to update 52840DK FW using Matter OTA, but I have not found SOP, could you tell me how to operate?
BTW, I use Raspberry Pi4 connected with RCP as border router. ...
NCS 2.7.0
nrf52840
I'm currently porting software that was originally developed for nrf52832 on NRF5 SDK to run on Zephyr. I am currently on a deadline to delivery a prototype...
Hi
i want to generate security key with the combination of time and private key.can i acheive it in NRF..mainly in NRF52833?
i have a ref code in this repo.. here can...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi,
My goal is to primarily save the audio being generated by the Headset device in the LE Audio samples. I have established Bidirectional stream between the Headset and...
I had received a lot of support in: Replacing RS485 link with NRF24L01+ .
At the moment I have 95% proyect working OK but in one operation mode of my program, after some...
Need some help with:
nrf5340 - custom board
NO external Flash
DFU over BLE with simultaneous update of both images allowed ( using this devzone concept with static...
Hi,
I have a makefile generating an elf and then a hex and bin file for a nrf52 project. Now I builded up a zip file for bootloading. Which works as well.
Now in our CI...