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'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
For nRF52832 I see in the datasheet:
I OFF_RAMOFF_GPIO System OFF, No RAM retention, Wake on GPIO,
While for nRF52840 only “System OFF, no RAM retention, wake on reset...
I have an iOS App which is just designed for updating our device firmware OTA. It uses the Nordic DFU library, updated to the latest cocoapod. It connects to our device, and...
Hi,
I use OpenWRT and nRF52832 to develop a BLE gateway, the nRF52832 connected to OenWRT through UART. Now,we need the uart serial DFU of nRF52832, and I found that nrfutil...
I am looking for some advice before diving in to what could be a big waste of time. In my existing Thread implementation, I use nRF52840's in two different configurations...
Hi all!
I am using mesh sdk v4.10 and sdk 16.0 with an nrf52840 custom hardware. I have a question regarding the mesh event handler. I am seeing something weird which I...
I am trying to run DHT sensor on the nrf9160 using the sample provided by zephyr (can be found under zephyr>samples>sensor>dht). The code was meant to run on nrf52. Is there...
hello everyone,
I'm using SDK15.2 in nrf52832. I need to update my sensors value(Temperature, Humidity and accelerometer) data to advertising non connectable beacon. How...
Hi,
I'm using nRF52832 board and I'm modifying the Eddystone BLE Application in ble_peripheral example in SDK 16.0.0. I'm trying to get the characteristic value of ADV Advertising...
Hello, we are creating a nordic peripheral using an nrf52832 and SoftdDevice S112 and SDK 16.0. We need to store quite a bit of data non-volatilely, at a fairly fast rate...
hi
im use nrf52840 as a gazell device which run the demo \nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator\pca10056 ,and use nrf24lu1p
(\nrfready_desktop_2_v3...
I am porting a peripheral project from nRF51822 on SDK 11 to nRF52832 on SDK 15. Currently I'm using15.0, with S132 6.0.0. I used the template project for an initial pattern...
Haii i'm using Nordic nrf52840 with SDK 15.0.0 and soft device of s140
now my issues is i want to connect a four device to the central and there should be Bidirectional...
To establish a connection to a nRF51 Dongle I have recently following problem:
A J-Link Window “J-Link Window_Device Selection.png” appears and in the following Window ...
Hello everyone,
I'm developing a custom software with SDK 15.3, SD 132 6.1.1 following the ble_app_hrs example for supporting Peer_Manager and Encrypted Link.
This is...