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...
We have recently moved to a new PCB which puts the nRF8001 on the layout instead of plugging into a nRF2741 development module. The nRF8001 connects to a TI Cortex-M4 Tiva...
Hi, we would like to create a kind of game using 2.4Ghz emitters . The 2.4Ghz USB Dongle emits and the mobile phone detects the frequency + embed unique ID/code so we confirm...
To be more detailed:
One of my ADC pins will be connected to another device that could be providing a voltage of about 3V, but through a 100 kohm resistor. (actually it...
Dear Nordic Developer Zone,
Since I have implemented a timer with interrupt in my application, the debug mode if the Keil IDE stops working when I try to restart the code...
Hello, I'm trying to develop with the nRF51822 Eval kit and GCC and Eclipse. I've been getting some strange behavior and errors lately. I'm not really sure how to describe...
I'm a green hand HW Engineer.
I'm trying to compile, program, and run The Heart rate monitor demo though following the step in nRF51822_DK_User_Guide_v1.0.pdf .
First...
Hi Nordic devzone,
For the nRF51822 device, I would like to know if there is any internal pull-up/pulldown resistor on SWDIO and on SWDCLK (although a 12 K-ohm pulldown...
Is it possible through the API/Softdevice to do one of the following:
read out the current advertising data structure, change a the manufacturing data field, and...
Hi,
I am planning to use modules with nRF8002 in an indoor positioning application.
The mobile devices that are to be located are continuously scanning for BLE devices and...
Hi, got an interesting problem, this is on a custom board with nRF51822 QFAB that we are bringing up. The radio test (not using softdevice) works ok and produces strong transmit...
Hi
Could you provide the power current in System on Active, System on Sleep, and System OFF for nRFready Desktop2 keyboard and mouse? nRF51 was programmed Desktop 2 v1.0...
Hello,
I am working on the factory test mode and I want to add a carrier test, is there a function from the S110 softdevice library that I could use?
Thank you for your...
Hi,
I set up eclipse according to n-AN29 and imported several of the example projects. The blinky_example project described in the nRF51822 dev kit user's guide works perfectly...
Hi, I have been trying to maximize the baud rate of my uart module, I am using the app_uart layer to control the uart and I have noticed that in your implementation of HCI...