Issue: I am trying to flash the zephyr sample code into custom board with nrf52840 chip. I am frequently getting the recovery failed error or the JLinkARM DLL error. I have...
Hi,
I have used nordic documentation a lot few years ago, and I am looking for BLE sequence diagrams especially the ones during pairing process with LE Secure connection...
Hello,
I have been following the steps in Exercise 1 of Lesson 1 of the Cellular IoT Fundamentals course. I have a Thingy:91. I have followed the steps so far
- flashed...
Hi,
We are evaluating BLE Channel Sounding for indoor localization of small mobile robots. We need 2D localization within the room, so we would need to measure the distance...
Hi, I'm having trouble running the samples/net/aws_iot sample on nRF9160-based board.
Configuration: - nCS: v2.6.0 - modem version: nrf9160_1.3.6
When running the sample...
Hello,
For one our application, we are looking for BLE 5.X & Wi-Fi 6 combo Companion ICs (MAC & PHY only) without MCU. Kindly guide me to navigate to intended IC & data...
I am using BLE mesh in nrf52840. I have modified the sensor server sample and sensor client sample to suit my requirements. I am using toolchain and sdk v2.6.1. It is working...
We are using a NRF52840 chip (SDK 15.3) in an application and are having issues with the startup of the board. I managed to create an example application where I integrate...
Hi. I have attempted to add an out endpoint to the HID usb generic example (only 1 in endpoint in example as it is a mouse).
However it is not working. When connected my...
Is there any UART examples by directly accessing the registers?
Based on SDK15.0.2, for NRF52832 or NRF52810, higher freedom, higher memory utilization.
Hi, I measure current in beacon in Long Range mode. Behind 3 current peaks witch represent TX on channel CH37 CH38 CH39 there is a strange current peak, witch I don't understand...
Hi,
I can't build any samples anymore for my nrf9160-DK using neither SES nor CLI only.
I followed the "Getting started assistant", pulled the v0.4.0 version of the SDK...
We have successfully implemented & tested the working of SYSTEM ON SLEEP MODE feature in our nrf52840 devices.
Please reply to below queries for a similar issue:
Will...
hi, i've been trying to use uart in non-blocking mode (events available). Configuretion is the following: i have specify RX buffer (128 bytes) in init function, and in order...
Hi,
I would like to run the radio_test example on an nRF52811 chip for certification purposes.
What changes are required on the latest sample code and project to get it...
Hi all,
Is there any example to discover the custom UUID services with pc-ble-driver c/c++? As far as I understood, the ble_db_discovery is not supported for this driver...
Hi,
i am trying to Set TX power level from application using radio_modulated_tx_carrier() function from radio tool code. But when trying to run the code, application is...
Hello,
I am attempting to set up NVS to capture GPS data received from the modem for transmission to NB-IoT after collection has ended.
I have successfully implimented...
Hi everyone,
I m trying to communicate nRF52832 to an android application " nRF52 UART 2.0" on 9.0.
"nRF52 UART 2.0" app source is from git( https://github.com/NordicPlayground...
Hi everyone, I need to send data (coming from many sensors) from a nRF52 to PC via Bluetooth. I have a custom board with nRF52832 and I am using the nRF52 Development Kit...
Hi Team. There is a connection between nrf52840 and esp32-wroom over uart. Uart settings: baud rate - 115200, data - 8bit, HWFC - disable, Parity - excluded, stop bit - 0...