FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
Hii,
I have two question regarding advertising and connection
1. Is there any way to hide my peripherals advertising from any other central scanner .
2. Is it possible...
Hi
I did test two sample code with nrf52DK kit in segger embedded studio. with sdk ,nRF5_SDK_15.3.0_59ac345
1) ble_app_uart (I connect one sensor with UART,I did some...
Hi,
we are progress of designing custom board using nRF9160.
By reading nRF documentation, my understanding is GPS circuit in Dev kit is unstable/nonperforming.
Could...
I'm compiling a custom application using the CMake scripts in the nRF mesh SDK. The first time I flash to the nRF52832 a SIGTRAP occurs on sd_softdevice_enable. I cannot continue...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10
When I run the demo of b le_app_hrs on my development board,I use nrf connect app to...
SDK 13, softdevice 132
function fds_register results FDS_SUCCESS
by calling the function fds_init debugger stops, see comment in function below, and i see "unknown...
Hi
I'm a total beginner here and I have the gyroscope sensor LSM6DS3 and I have the nRF52 DK
I want to read the sensor's data via I2C (i.e. using SDA and SCL pins) using...
Hello.
This is becoming a very serious issue for me. When I program the nrf52840 dongle and when I switches on the power, it automatically goes into bootloader mode, means...
I purchased a sparkfun breakout board ( https://learn.sparkfun.com/tutorials/nrf52832-breakout-board-hookup-guide and schematic https://cdn.sparkfun.com/assets/learn_tutorials...
I'm compiling a custom application using the CMake scripts in the nRF mesh SDK. When I debug the application, even though the debugger is working – I can pause execution ...
I am trying to modify the central / peripheral relay example to not use the HRM and RSCS services and to use my own custom service instead.
I am following this tutorial...
Hi
I have the nRF52 Development kit and I can program it using SEGGER Embedded Studio IDE without problems. However, when I try to program it using nrfjprog, the Dk doesn...
Hi to all, I'm developing a new device that should be a multiprotocol: Zigbee (as coordinator) and BLE peripheral (with his own GATT) There is an example for this integration...
I asked a question on here couple of days ago, but I resolved that issue and have stumbled into a more concise and in the right direction. I am using ble_app_uart as my code...
I am using ble_app_uart as my code base. I included FDS.c and FDS.h when I compiled, it presented many config errors. I compared the two config files for the FDS example and...