Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
I'm fairly new to nRF ecosystem and embedded studio. I'm just trying to read GPIO read of my digital hall sensor. Can anyone find what am I doing wrong with my code? I just...
Hi,
I generated by DFU package following the BLOG post: devzone.nordicsemi.com/.../
However I had to make some changes as it seems to be out of date. I used the following...
I am developing the product using SDK14, hrs_freertos.
Now I am developing buttonless_DFU but it does not work.
Can you tell me more details on how to implement DFU in SDK14...
Hi to everyone!
I have been looking for a way to get all the bluetooth adresses which are active around my chip (I have a nRF52832).
I know I can program my device...
Hi nordic
I am testing with an FDS example. I am reading and writing various data. But there was a problem in the writing process. I called fds_record_write () once, but...
Hi everyone,
I have the same problem as the others before me. I have tried everything as described in other topics but it is not working. Have some screenshots below:
...
Hi all,
I was planing to use the nrf52832 with WLCSP package in a new design. But I noticed that the SWO pin which is assigned to pin 21 for the QFN package is not assigned...
I'm trying to understand how to handle error codes from the twi driver at the moment. When I hold my I2C slave in reset and try to configure it nrf_drv_twi_tx() returns 0x8201...
Hello,
in the electrical specification of the Timer peripheral (in the product specification page of the nrf52840 or nrf52832) it is said that there is 0.25us of delay between...
I have created a whitelist in nrf51822 device its working fine. But i stored whitelist details (pp_irk and pp_addr) to an external flash memory( bacause i not using peer manager...
I'm wondering if the extended advertisement feature of Bluetooth 5.0 is supported in any softdevice. If not, when can we expect it to be supported? Still within 2017 (as I...
Hi,
Each node has some state which should be saved in case of a power failure and recovered after it.
The problems:
how to detect the power failure?
where to save...