Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello!
I am working with the nRF9160 devkit and I have encountered an issue.
I cannot seem to properly enable PSM to use the GPS and LTE at the same time.
In the application...
Hello, For our project we were planning on using a 3rd party module MS88SF2 (nRF52840), which schematic snapshot is provided and which will be powered though the li-po battery...
Hi guys,
I am using the Nordic nrf52832 board for my project. One of my goals is to enable the device to read the voltage from the external source. I have already found...
I think I am having a problem with Radio Notification. I am not sure. I have an application where I need simultaneous “Central and Peripheral”. Device only needs to advertise...
I am trying to do Mesh DFU.
I have done updating ble_app_blinky successfully for the 1st time over mesh but after that, I tried to do again by increasing the application...
Hello,
I am working on a custom board using a nRF52840 based module. I am using SDK 14.2
I am running the following simple code to sense when an GPIO goes to a low state...
I know I can set the TRACEMUX pins to 0 to enable the GPIO instead of SDO. I do this on the first line of the program.
My problem is that when I click debug, from the time...
hi The serial ports p0.04 and p0.05 on our hardware circuit. We can't communicate with the board with nRFgo studio after modification. The serial port has been closed. Request...
Hello everyone,
In the past few days I have been struggling with the following issue: I have a file on my iPhone, I want to send it to the NRF52840 using BLE (the softdevice...
Hi,
I am running the following setup, both on nRF52840-DK:
1. Central : Always scans , when he finds devices with NUS service -> Initiate a connection
2. Peripheral...
My company has a situation where we have 3+ devices.
A is the provisioner (also an embedded device)
B is a already provisioned device
C is a non-provisioned device...
Hi,
I have made a custom board with u-blox bmd-340-A-R-01 module and trying to erase the flash with PCA10040 DK. I am getting error when I try: nrfjprof -e. Please find...
Serial Example in Mesh SDK allowed embedded system to provision a Mesh network
by interactive_pyaci.py controlling nRF52 with serial example with UART.
But the example...
Hi Nordic
SDK15.2 based application and bootloader running on NRF52840 based UBlox module.
We have the following symptoms happening in the field:
- 2 channels of the...
The customer wants to implement a hid function like the nrf52840 on the nrr9160, and there are no off-the-shelf routines or references to add the hid function.