Hello everyone,
I'm developing an application using the SX128x radio with the LoRaWAN Basic Modem.
The project runs successfully on a custom board based on the nRF5340...
We have peripheral, and we want to connect it using NRF 52840. when we are bonding this using nrf connect app we get a pop up with random key and using pair we can pair with...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
I am trying to write SPI code for the nRF52840 dongle. Since the nRF5 SDK does not directly provide an example for the dongle, I followed the steps defined in this tutorial...
I am trying to build using a custom board and 2.9.1, but am getting these errors:
My dts looks like this:
I have the width specified. Much of this is over...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi Nordic Team,
Previously, with the nRF52840, we could use the internal ADC channel to directly measure the supply voltage (VCC) for battery monitoring without external...
I am using nrf52840 central and nrf52840 peripheral device. Ble communication is enabled between and data transmission is working. I would like to analyse the packet loss...
Dear community,
I have your Thread example set up with 3 nRF52840 Preview Development Kit. nRF Thread Topology monitor 0.8.0-1 runs fine if I download CLI-example onto...
I use NRF52832 and sdk13.0.0 to develop my own application. I want to generate 1000 Hz Timer to trigger the ADC. I use the timer 1 to generate 1000 Hz. But when I use GPIOTE...
Hi,
In Nordic nRF51822, (please correct me if I am wrong), after I transmit 1 byte of data (since the transmit fifo is 1 byte long and receive fifo is 6 bytes long), I can...
Does the python driver support multiple dongles? I have a situation where I want to scan with one dongle and connect to devices with a second dongle. However, the collector...
Hello,
I want to use the PCA10040 to program a custom board running on 1.8V using the debug out port. Is this possible?
Also, is there a way to set up the PCA10040 so...
Device: nrf52, sd132 v3.0.0, SDK 12.1 (and also 12.3), freeRTOS, BLE peripheral, gcc-arm-none-eabi-5_4-2016q2
I am experiencing an issue which is causing our device to...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...
Hi, now I'm using NRF52832 's UART with SD12 and it required to receive 40 bytes per 10ms.
In fact, it does not take 10ms to complete the reception.So my idea is to create...
Hello,
I'm working on a type of activity tracker using the NRF52, and I'm a bit stuck with time aspects.
The device stores two versions of activity data; daily totals...
Hi
First I wrote a post because the initialization was crashing, but now I found out it was because the RX line was low.
How to initialize the uart if the RX line is low...
hi i have a problem with ble app uart.i used nRF5_SDK_12.3.0_d7731ad and Eclipse Mars 2.
I had build main.c in hex ble_app_uart\pca10040\s132 . And after that a maked mergehex...
Hello,
I am trying to update our application with DFU support but it will not work for me. One of 2 things happens:
Programming the bootloader and softdevice by programming...
Hello,
We have the following setup:
SDK Version: nRF51_SDK_8.1.0
bootloader Version: dfu_dual_bank_ble_s110_pca10028.hex
soft Device: s110_nrf51_8.0.0_softdevice...