Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
I have a system that will have multiple ways of doing DFU. BLE, as normal, UART under special circumstances, and a "no transport" way. In the latter I will have transported...
Hi guys,
I was working on my nRF5340 based custom board. From a certain point on the nRF5340 stopped to accept any command from J-Link (SWD link). For example, in response...
I Separate two projects ,SPM application and non-secure application.the spi driver can work in non-secure application,when I try to transplant the spi driver in SPM application...
Hi,
We are using nRF52840 in HV mode and VDD is configured for 1.8v. By mistake, we have connected VDDH to one of the GPIOs as input. What are the implications? How much...
Hi Team,
We are using nrf9160 DK, So we tested the lte_ble_gateway application where we can take the ble data to cloud acting 9160 as gateway. So we also want to perform...
Hi, I'm trying to get the gps driver to work, but the initialization requires getting a device binding. The Asset Tracker project does it like this:
device_get_binding(CONFIG_GPS_DEV_NAME...
<environment> - Windows10 - nrf v1.3.0 - modem v1.2.0 - DK 0.9.0
I get "CLOUD_EVT_ERROR" when using nrf_cloud_agps. There is an error saying "Connection was closed, possibly...
Hello ,
Is there a DFU master code through which one nrf52832 can be updated from another nrf52832. If not please let me know of some useful material to refer to implement...
Hi,
I am using the last up to date demo software for long range BLE throughput test and get systematically, as soon as I press buton 3 or 4 an error "Lost logs - increase...
What are the failure points of a properly developed DFU for OTA updates? On a consumer device where a user may do anything and everything to a device that is executing a DFU...
Hello I have a question, after watching the video: youtu.be/7h4wxyFktkQ It is mentioned that it is not recommended to connect to Google Cloud Platform from a device that is...
Hi, I am running NRF5_SDK_13.0.0_04 and s132_nrf52_4.0.3 on a custom board.
I am getting a Soft Device Fault on an NRF52832 device that I am not able to root cause. This...
Hi,
I downloaded nRF5_SDK_15.3.0_59ac345.
The first time,
Uploaded "..\examples\connectivity\ble_connectivity\hex ble_connectivity_s140_usb_hci_pca10059.hex" by nRF...
So I'm sending multiple payloads of the same width from the transmitter to a receiver and I see it sends only sends 3 times after which `TX_FULL` bit is set in the status...
Hi,
I'm working on a project involving pressure sensors.
These are to be read out via UART and then transmit the data via Mesh to a relay node up to a PC, which visualises...