I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hi,
I'm developing a FW that is now validated. We are "almost ready" to go in mass production (6000 PCE for the first batch).
For the moment, I'm still using the debugger...
Hello,
I am using the mesh pb_remote example in order to have a multihop scenario. I would like to do some latency calculations, so some kind of bidirectional communication...
Dear all,
I'm using NRF52832 with SDK 14.2.0 and SD 132 v5.0.0.
I have my own implemented application working properly when is flashed directly without bootloader, only...
Hi,
I'm wondering if anybody has performed a test of, or has experience with Nordic Semiconductor thread mesh stack (nRF5 SDK for Thread and Zigbee v1.0.0) in a large scale...
Hi, i used the 'nrf5_SDK_for_Mesh_v2.0.1_src\examples\light_switch' i have two question:
1: How to added more Client in one mesh net?
2: How to configuare node to 'low...
I am trying to make RF USB dongle using nrf52840.
Before the PCB production, we are using DK to test, but the firmware is not uploaded because VDDH and VBUS of DK are connected...
Hello Nordic!
Sometimes we have a problem with a services discovery. We have no custom services. Only DIS, BAS, NUS and DFU. (nRF52832 and SDK15)
This problem is currently...
Hi,
I'm working with the light_switch example on Mesh 2.0.1 and I would like to modify the simple_on_off_client_set_unreliable function to broadcast to all servers in the...
I am evaluating TAIYO YUDEN board EKSHSNZWZ.
I've flashed s132_nrf52_5.0.0_softdevice.hex using nRFgo Studio.
I use Keil uVision to test "nRF5_SDK_15.0.0_a53641a\examples...
Hi. I am trying to transmit a microphone signal to the nrf52832 DK board.
Before development, i checked it by connecting a microphone(ADC) and a speaker(PWM) to one...
It wasn't until I downloaded nRF-Sniffer-v2 that I discover the release note below that explicitly states that nrf_sniffer now supports all platforms supported by Wireshark...
Hi,
We want that any bulb or any devices (Server device) of BLE 4.2 should be able to work with BLE Mesh SDK(Client). We are using the nrf52832 with SDK BLE_2.0.1 for the...
I would like to sample a digital IO input from two IO's into the processor internal memory incrementally per every rising or falling edge of each of the signals.
Is there...
I was trying to follow with the steps in this link: https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I got an error in the first step while running the setup_sdk...