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...
Dear Nordic Team, Thanks for supporting.
I want to know the possible for mesh network concept with nRF52832 (PCA10040). If possible means guide me for startup.
Regards...
HI!
I'm a happy owner of two nRF52840 Preview DK board (v0.9.3). I'm considering to change their chips to production versions. I found that schematics and PCB layouts are...
Hi,
We are using nRF52832 for one of our central device. Our peripheral is also based on nRF52. We are facing issues while scanning for the peripheral from the central side...
Hello;
We are developing software project and need a beacon device to use in this project.
The UUID of the device needs to be changeable. And the bluetooth signal must...
Hello,
I am using SDK 12 with softdevice 130.I can successfully use DFU OTA and Secure using nordic development board.
While using our custom board(without Buttons) we...
We want to Implement Nordic DFU function by ourself,but the DFU library and soruce code is not available to us.
So we need to get the Nordic DFU OTA documentation which...
Iam working on nRF51822, i have developed my projected by editing ble_uart example project. Iam using Softdevice 110 and SDK 10.0.0. When i try to perform more then 7 BLE...
Hi, I am building a system using Nordic NRF52832 as a node. I would like to save some data (such as node ID) to board's memory so that the application can read these data...
Hello, i am developer for nrf51822, Please, have you tried to connect bluetooth nrf51822 with samsung s8 plus ?? because I noticed that sometimes it connects and disconnects...
I want to use the MPU9250 driver found in the Thingy SDK in my nRF52 project. I am using GCC 7.2 Arm/Eclipse as the development environment. The driver source file inv_mpu_dmp_motion_driver...
I would like to implement feature that swaps advertising data only if GAP address in scan request matches one of the application layer ,,authorized'' addresses.
The only...
Hi,
My app was written on Windows PC/MSVC and is ported to nRF52/Keil.
In many places I've used MSVC assert() macro in the following manners:
assert(function(arg1...
Hi all,
On SDK 15.0, Immediate Alert Service is not working without a secured BLE link. When peripheral is not paired, this latter doesn't receive any alert from central...
I’m using SDK 15.0.0. and softdevice 6.0.0.
When I compile the example:
https://github.com/haakonsh/MMD
I get the compiler error:
fatal error: compiler_abstraction...
Hi,
I tried ble_app_uart example by using SES it works fine. Then I tried it by using eclipse with OpenOCD and a STlink V2 on the debug in port I succeeded to flash it....