Hello,
I'm moving my project from SDK1.9.1 to SDK3.0.2. Project is based on peripheral_uart sample (UART part is removed since it is not necessary).
I have encountered...
Hi, i'm using NRF5191 with DECT.
DECT modem: 1.0.2
App: hello_dect sample
In datasheet I found that NRF9151 support various band: 1,2,4,9,22
and I'm using these value...
Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
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...