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...
Hi Nordic community
I want only send data using ble app_uart example with out receiving anything. So i tried to send the data that i received from my device to my android...
I am working on the safety-critical system, I have, ON and OFF function, the entire system using UART communication. In which I am using the nrf_queue() and push the data...
Hello everyone,
I have been using nRF52832 module from Raytac ( link ) for my circuit and I got a trouble with sending advertising packages to other master devices. I installed...
Hi,
I am trying to merge working code that places the microcontroller in system_off when a switch connected to pin 16 is opened. It then wakes up the micro controller when...
Hi, I am working on application where I need to store some bigger files. I chose to use sdcard, but I get weird behaviour. Some sd cards, this looks like totaly random ones...
Hello,
I am playing around with the Blinky example on my custom board, where I have one button and two leds. Everything works fine and I can control the LED2 and detect...
I am using the nRF52832 chip with an SDI connected microSD device. I am able to communicate with the microSD card formatted as FAT32, store data, read data all with the FATFS...
I made my own board in which nRF9160 is populated. It's connected to JLink through SWD. SWO is not connected.
I tried rtt debugging and seems to work correctly, but I'm...
Hello,
I am trying to include bsd.h to my project.
simply typing '#include <bsd.h>' is not enough. I need to add directory 'nrfxlib' but I have no idea how to do that...
Dear Support Team,
We are working on nRF52832 based custom design. We had interfaced 3 different sensors (i.e. one with SPI and 2 with I2C bus mode) and sending continuous...
I am facing a strange situation with my app. After turning off all my peripherals and switching to the most minimal code, I see quite a lot of current consumption and that...
So I'm completely new to bluetooth and I've been trying to set up the nrf52 dk pc 10040, but I can't seem to find any recent tutorials to set it up and I don't know where...
I am running flash_fstorage_example on the nRF52840 DK with SDK 15.0.0
I am having some problems with the example, as below:
1. When I run the example and use the shell...
Hi, I am trying to do MQTT disconnect, but I am always getting an error. First I successfully connect to the MQTT server, then I send some data, and then I want to disconnect...
Hi, I've been trying to use the nRF52840 Dongle to act as Bluetooth 5.0 peripherals but I cant seem to configure them for Long Range (coded PHY) detection. I am currently...