I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
I like to build a node act as client as well as server. Is it possible to build as control model in mesh and shall i get any example for control model. Please give me any...
Hello Nordic experts,
I just received an nRF52840 USB Dongle and I am trying to run one of the examples with softdevice. I am working on nRF5_SDK_15.0.0_a53641a. So, I first...
Hi,
my application runs on a bare-metal nrf52 using softdevice. I need to compress data saved in flash of size ~160KB before sending over BLE and I need to do the compression...
Greetings everyone,
i am trying to migrate from SDK 14.2 to SDK 15 but I got this problem with updating "advertising" and "scan response data". I have read other threads...
Hi, I know NRF52840 support mulitprotocol BLE/Zigbee/Thread. Would NRF52832 support those as well? For cost reason, my smart home application product would really prefer NRF52832...
Hi,
I got one of nRF52 DKs. Is there any chance that we can use this DK similar to nRF51 DK as a sniffer in near future?
I tried to program the board with the HEX file...
Hi all,
I'm interested in the new nRF52840 USB dongle. Currently I'm working on adding some security functionalities to nRF52840 PDK.
Is nRF52840 USB dongle compatible...
Hello,
I am doing a project on a NRF52DK, using SDK15 and SES.
I have been trying to implement a basic feature, which will be a part of a bigger system:
Detect interrupt...
In the course of investigating higher than expected current consumption, I've been looking at nRF52832 errata, and one that I'm concerned about is #78, use of Timer STOP task...
Hello,
I have been trying to merge the pwm_library (or gpiote) with ble_uarte examples to have controle on the pwm signal through UART events
I think i merged correctly...
Hi everyone.
I'm trying to transfer new firmware over UART for just only one node in mesh network.
My node will connect to other wireless MCU(ESP32, ESP8266....) over...
I'm using FreeRTOS and trying to get push button events to fire. The events would fire if I held the button down long enough. I found out that the problem was that "FREERTOS...
Hi
I have a custom board implementation that operates as follows:
Monitoring an input pin waiting for low high transition, BLE advertising of device.
When input event...
I'm having trouble having multiple characteristics for my custom service. My main.c looks like this:
Even though I have 2 characteristics added here, I can see just the...