I am working on zigbee network
"In a Zigbee network, how can the coordinator retrieve the list of all devices connected to the network?"
What is the recommended way to...
I have customed my own nrf54L15 board and it would run on button battery. I managed to measure the battery level through ADC, but I don't know how to use ADC with nrf54L15...
Hello,
I have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
I inherited an active project with regrettably little support from the previous developer.
I have been trying to download a copy of the application firmware that I generated...
I try, DFU by USB-SERIAL on NRF52840-DK. I installed SoftDevice S140 V6.1.1 and open_bootloader/pca10056_usb (SDK15.3) Python2.7.16/nrfutil for windows was installed. My DFU...
I am trying to keep an output pin asserted while I jump to the DFU on the 52840.
We have a dead-man switch hooked up to pin 19. I need to hold this pin high while I jump...
So we are using NCPTransport from nrf-util (nordicsemi/thread/tncp.py) to have CoAP connectivity over Thread NCP from Raspberry Pi to other Thread devices. We have a use case...
Hi,
I am trying to install pc-ble-driver-py pypi lib into custom yocto setup. I have created recipes for it which is shown bellow
in python-pc-ble-driver-py.inc
...
Hi. Im working with an application that uses the s110 softdevice and i want to use the s130 to be able to recive advertisereports but when using the s130 Everything stops...
Hey everyone,
I've got an nRF52840 DK on my hands. There's an interesting crash occurring when the return value from ble_nus_data_send() is passed to APP_ERROR_CHECK()....
I am using several Laird BL652 units on a project. They contain a nRF52832. For the most part they are working great, except I have one that only works some of the time and...
I have been trying to use the new GPS example, however, I could not get any location from it yet. It seems that after 30 tries, it stops working (time-out problem). Should...
Hi all,
I'm starting developping code with SES, on an nRF52810 (192kB of Flash), with the BLE stack S112.
Because my project include BLE and custom UUID, I started with...
Hi
I am using the nrf53832 dk.
In the nus example once the data is received from the phone(central) I want to write this data to the flash. I referred to the fstorage...
Hi everyone,
We are currently working on a BLE border router with a module based on nrf52840. The custom board has a MAC + PHY ethernet controller that communicates with...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I have gone through below...
Hi everyone,
I completed tutorials and i tried to get a value from characteristic and i tried to do something extra. But i am encountering a problem which i could't understand...