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.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hi everyone
I am using app_uart_put() method for sending data via UART. The problem is that when I send each byte I get each byte back to its event handler in APP_UART_DATA_READY...
I have a Thingy:91 connected to a Garmin LIDAR Lite v4 (built on the nRF52840) via four GPIO cables. The code running on the Garmin reads one GPIO pin to signal a measurement...
Hello, I just want to clarify a secondary takeaway from my post:
https://devzone.nordicsemi.com/f/nordic-q-a/60714/best-approach-to-store-nonvolatile-data
I would like...
Hello.
I'm invesigating this on behalf of a customer.
I bought a thingy91 and wonder if it is possible to stream live video stream?
I would like to mont a camera to...
Hello everyone,
I have a Python script on my PC sending data through serial port COM5. I want to know if it would be possible to read the data sent from the PC on the nRF9160DK...
My target is porting my host MCU (STM32) to update my NRF52832 code through the serial.
I test it on SDK14.2.0 and PCA10040 , the secure_dfu_serial example is working ,...
Hello,
I experimented with some different capacitor tuning values at C1/C2; the external 32MHz clock initializes just fine for C1=C2=10pF, C1=C2=12pF (nominal), and C1...
hi ,
im try to add some consumer keys and system keys to the project:
nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_keyboard
and my code of hids_init...
Hello! I'm trying to reach zigbee on nRF52840, and I'm trying to get a zigbee communication from light_bulb. The hex file on the sdk goes in well, and I want to add additional...
I just learn nrf52840-Dk
I can download hex and build for example light_switch mesh to nrf52840.
But light_switch project have too many C files.
Which one C file or...
Hello !!
My hardware is based on IOT application. I'm using nRF52833 SOC as end node and powered it through CR2032 coin cell. In system ON phase ( sleep mode) it is consuming...
We are having problem in decrypting the AES 128 CTR encrypted key. The key is encrypted using the example project provided in NRF5 SDK16 {aes_ctr}. The following is what is...
Folks:
I´d like to know if there is a possibility to use RUST language to compile to nRF 52 modules ?
If so, where I can find any information about it ?
Also if...
Hi,
I change the configuration in proj.conf by adding
e.g.
CONFIG_SERIAL=n
It works .
However, I want to change similar things for the mcuboot_menuconfig after...