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 have a need to maintain current state of my device along with other parameters, including temperature and hours used. If I update my pstorage page frequently, like once...
Hello,
I'm working on S110 peripherial <-> S120 central project using GATT. I have succesfully implemented S110-based peripherial device with some custom characteristics...
Hey All,
I am trying to create a simple data transfer system using a DFRobot Bluno (CC2540 chip) as the central device, and a Redbear Labs Blend (nRF8001 chip) as the peripheral...
Hello all,
In many thread I can read that it is not recommended to use the internal DC-DC converter to supply the nRF51822.
Can you tell me why it is better to use an...
Greetings all -
We have an nrf51-dongle for development and testing purposes, and are unable to connect to the device over USB with any of the Segger or Nordic tools. I...
Due to BLE's low range, license costs and unneeded complexity, I am looking in to pure radio RF. I am curious about ESB and Gazelle, and which one is good for relatively simple...
Testing OTA using nRF Toolbox on Android. Everything works fine, but for some reason the file selection is "stuck" in dropbox, i.e. I can not go up a level from dropbox, and...
my development environment is nRF-DK and IOT SDK
Q1 : IOT SDK Support Gatt Profile?
Q2 : IoT SDK Support DFU mode?
Q3 : in ipv6 coap server example, how i broadcast...
Hi!
I have custom board with nRF51822 and I need to communicate with serial flash W25X40 using SPI master example with SoftDevice enabled (S110 is used). I worked with...
Hello Everyone
i am using LINK LOSS service i would like to send notifcation to the peer device if the connection is lost and also if the connection is made between two...
Hi,
How to send large amount of data, using multiple characteristics? Assume that my data size 800 bytes and characteristics with notify property. I did splitting the data...
Hello,
I am looking for a way to send more than 20 bytes by using 'sd_ble_gatts_hvx' function.
I want to get the maximum debit that is in theory 6x20 bytes
Do I just...
Hello everyone,
I am doing a project in which a nRF58122 is getting data of an accelerometer and an ADC. Those can be set a really high frequencies. The problem is, when...