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...
I am trying to communicate with a SPI peripheral acting slave to the nRF52 master. I am using v0.9.1 of the SDK, the example is called spi_master, with the uVision project...
Hello,
I have modified the nRFUART App for Android in order to connect and receive notifications from two different radinos nRF8001.
There is no problem to establish the...
Hello everyone,
I am encountering an issue that i have downloaded the ble_app_gls example after that it asks me ato enter password i have entered the passkey: as a password...
I'm working with a BLE central device using S120 which is base on ble_app_multilink_central source code.
My problem is that I cannot connect to the peripheral ble tag device...
Hello all,
Before making deal with advertising in my project I read the tutorial and it helped alot.
I need to develop application with 2 cases.
In some way I prepare...
Hi,
I've finally managed to create a functional app for nrf51822 dongle which sends and receives data via BT and UART.
But, I have low transfer speed over Bluetooth...
hi all:
Recently, I develop with nrf52832, the softdevice is nRF52_SDK_0.9.0_0c82e3e.
We want modify the example \nRF52_SDK_0.9.0_0c82e3e\examples\ble_peripheral\ble_app_hrs...
This should be simple, but I just can't get it working.
Many examples show setting a flag before calling the pstorage clear/store/load functions and then looping, waiting...
I use spi_slave with SDK 9.0.0. SPI slave is working, but there is some current leak when it become system off mode. I think the reason is that MISO is HI-Z at that time....
Hello,
I have a nrf51822 chip that I would like to flash using Segger Flasher in Stand-alone mode. When I am trying to load the program to the chip I get the following...
I'm trying to add DFU service support to my application on an nRF51 development board, using the instructions here: Adding DFU Service support to an application . I'm using...
I am not a native English speaker, I am totally confused with this line of code where I have found in many samples
#define APP_ADV_INTERVAL 300 /**< The advertising interval...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hi,
I have an issue in using GPIOTE_IRQHandler.
Let me give an explanation about our implementaiton.
we have nRF controller which is connected to STM32 controller...
Hi
Is possible to use GAP White-list to restrict connections without the bond manager system ?
Just by save the white-list with pstorage.....
for exemple, first open...