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...
Hello is it possible to send message from nrf52840 to nfr24L01, I tried (pca10056 as transmitter), program is esb_ptx_pca10056 and nrf24L01 as receiver, but could not receive...
Hi,
I would like to create a DFU package for updating an application config flash page.
We have a device where the device reads some configurations from a specific flash...
Hi Team,
Scenario-1:
There is a use-case where 8 to 10 peripheral devices need to be connected with the HUB which is based on nRF52810 and a mobile device should be...
I'm working with nRF52840 on a battery powered device , as a result theres a constraint in the total power of the cell . Now , it's been decided to use the USB2.0 at full...
Hello,
I have a problem with communicating with SD cards ( https://devzone.nordicsemi.com/f/nordic-q-a/34401/fatfs-example-does-not-work-with-every-sd-card ). I resloved...
Occasionally, the NRF_LOG output just keep putting out random old log data. I have enabled the timestamp so I know they are old data. Once it happens, it just stuck in an...
Where do we get support for NRF24L01+ ?
There is no option in the pull down menu for the device.
I attempted to set up a profile for private support but they have made...
Hello , I am having 3 nRF52832 DK . I tried Light switch - proxy_client and proxy_server example . I provisioned nodes using nRF Mesh app . Here i want to send data from server...
Hi! I'm trying to figure out the nrf_ringbuf module, and would really appreciate some advice about its intended use case. The api exposes the following functions:
This...
I created a DFU package from the HEX file through following command nrfutil pkg generate —hw-version 51 —sd-req 0x5A —application-version 4 —application /Users/username/Desktop...
nrf_ringbuf has many logic bugs that cause it to both corrupt internal structures and return invalid data. For example one of these calls to nrf_ringbuf_alloc tells me that...
How to calculate the Distance between the central and peripheral where the peripheral is transmitting power at -40 dBm and my rssi value is -100 dBm ?
I'm using the nRF52...
Hi,
I'm wondering if the nRF52810 supports Central mode. I noticed that currently only the S112 is intended for production on the nRF52810, which only supports Peripheral...
Hi,
I came up with one application where i will be using one master and multilateral . with one master i want to scan all the the available peripherals and display it on...
Hello,
I´m using nrf52832 with sdk 14.2.0 and softdevice s132.
I'm trying the example bootloader_secure_ble and compiles me correctly.
The problem is that when I debug...