Hello,
My board contains nRF9160 and two nRF52840. One of nRF52840 is a HCI controller (based on HCI lpuart example). nRF9160 communicates with each nRF52840 over separate...
Hi,
I am using the nRF Connect SDK 2.6.1 with the nRF5340 board.
I referred to the soc_flash_nrf example to read and write data into flash.
I need to overwrite data...
Hi,
I have difficulties to sniff BLE packets with nRF52840 and wireshark between a remote controller and phone.
I can capture all the pairing process, I see DHKey exchange...
Hi,
I have a firmware running on ncs 2.2 with mcuboot and tfm which I'm in the process of upgrading to ncs 2.7 with sysbuild.
I currently have a problem converting the...
Hello,
I am reaching out to inquire if there is an existing sample program within the nRF Connect SDK that demonstrates how to read the Device Information Service (DIS...
Hi,
After upgrading to NCS v2.7.0, I got some intermittent issues about OTA DFU process.
Firmware description:
Our firmware, developed on nRF52840 with NCS v2.7.0...
I'm essentially building a BLE to UART gateway to allow our microcontroller device to talk to our apps. The BLE section is the nRF52840 and I'm trying to simply use it to...
Hi,
I am trying to send data from nRF52832 module to a custom application. I am receiving bluetooth characteristics but not able to get values. Value is always NULL . Can...
Hi i have tried with uart example and need to change baudrate after the some string is transmmited over UARTS TX. Is it possible to somehow that to check that all bytes from...
Hi,
I want to establish a two way communication on nRF52832 i.e if I send a text string from nRF52832 to a custom application and then send something in return from that...
Hi.
I want to use the "On-Off Light" device present in the profile "Home Automation", but I didn't found the file .h in the library zboss. Are you thinking to create this...
Hi, I am developing with the pac10040 dev board, trying to get the BLE running.
My program seems to pause in the ble_stack_init function and I have to press the "IF BOOT...
I recently received two nRF52840-DKs. When initially connect to my PC with a micro usb, LED1 would illuminate on both devices. However, after plugging and unplugging the devices...
Hi,
We have a Gateway based on mediatek MT7688 MIPS 32bits architecture CPU, and we integrate an nRF523832 chip to acquire BLE packets.
The gateway uses OpenWrt OS, and...
Hello Nordic!
I'm developing with sdk15.3.0, s340, and nrf 52840.
My custom board had buzzer and back-light so I need to use PWM.
So I tested pwm library example in...
I ran across something unexpected during development on our custom board today.
I checked the behavior on an nRF52840-Preview-DK board and was able to reproduce it:
This...
Using two nrf52840s and a raspberry pi3, we are going to do mqtt communication.
I want to use raspberry pi3 as a broker and use nrf52840 as a subscription and issue.
What...
Hi Great support team:
Currently our client found their product lost packets of CTF profile at outdoor, they are trying to figure out if it is related by RF signal strength...
I have a question about PeerManager.
SDK: 15.3.0 example: ble_app_multirole_lesc (I changed the source from the sample) using device: EYSHJNZWZ (nRF52832) connection device...
Hello Nordic!
I'm developing with nrf52840, s340, and SDK 15.3.0
Sometimes, I got an error in app_error_fault_handler.
This is information that gives me in app_error_fault_handler...
Hi DevZone,
I am developing an application that needs to use UART communication with the nRF52840 pca10056 board.
I am using Segger Embedded Studio V4.16
I checked...