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...
Hi community !
i'm working on nRF52840 DK. We'll put SoC into a device where we couldn't have access with a cable. So my questions are :
1) Does DFU example use OTA to...
Hi,
I have to use current time service and one other customized service in my project.I am able to advertise only one service i.e customized one.can you please let me know...
Hi,
I am working on the nrf52840 DK using "nRF5_SDK_16.0.0".
I tested out the example code for USBD Audio in "examples\peripheral\usbd_audio".
If I use the default values...
Hello. I evaluated the effect of temperature and humidity on BLE connection stability. I thought that the effect of humidity was higher than that of temperature, but the effect...
I'm trying to rate nrf52832 now. I'm using Keil uVision5 as my development environment.
I have written softdevice s132_nrf52_7.0.1 for the target.
I'm trying to set the...
Dear Sirs:
I use 52832, and there is 512KB internal flash.
So, I am wondering if I could have my own flash partition as below.
- Bootloader (w/ capability of firmware...
Hey all,
I've been bringing up the nRF9160 Feather and noticed some curious issues with adding an external partition when MCUboot is enabled.
I first tested the external...
We are developing a board based on nRF52840. One of the pins we would like to use as GPIO is P1.09. It is configured as GPIO (the same configuration as P0.12), but the output...
Hi,
I compiled and flashed my nrf52840-DK with "examples/peripheral/usbd_audio" and I noticed a few things:
Under Linux (Ubuntu 18.04) the microphone isn't listed. ...
We were use secure ble DFU and it work fine, recently we added serial DFU code with BLE DFU. Tested serial DFU with nrfutil and it also works. but problem in serial DFU is...
I try to invert the Signal on a PIN of the PWM module 0. It sould give out the inverted Signal of another PIN from the same PWM module.
I tried it like the code below...
We have problem in background DFU while updating Application with RBP,
Config: MCU : nRF52840 SDK : SDK16 Softdevice : s140_nrf52_7.0.1_softdevice (SDK16)
Case1:Programs...
Hi,
I'm trying to understand how to powermeter bike works. I read the ant documents and execute example bpwr ant code, but I have a question how cadence in power meters...
Hi, is it possible to reset the nvm in the nrf9160 modem back to factory settings?
I've made some changes using CFUN=0 and would now like to reset these back to as delivered...
I have an application using 4 wire SPI connecting to a 2MB data flash. An application using UART (no BLE) works fine reading and writing to this device. However with BLE enabled...