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...
Hi,
I am planning to use nRF51822 for one of our projects.
Can you please hlep me with the SDK that will support IAR Embedded Workbench.
Thanks & Regards,
Sumit
Hi,
For SDK 8.0.0 and Softdevice S120.
(1) Maximum number of services supported for db discovery ?
(2) Maximum number of characteristics per service for db discovery...
When i try to add pstorage in Keil 5 packs manager without a softdevice ble_flash is required as additional software component. Adding ble_flash requires a softdevice as additional...
We have a custom board on which we have NRF51822 SOC. We also have a small external flash memory(From Spansion) on our board. I'm trying to figure out the ways to use this...
power_manage function is required always? Or its required if i want to go in the low power Mode?
Can i comment out power_manage during development stage?
Here Hung Bui (@hungbui) gave the good answer how to use bootloader with new S120 v.2.0.
I'm sorry, but can anybody check is I have a right settings on the Keil uVision...
Hi,
I need to send(using BLE) large amount of data's, which are collected by the accelerometer sensor for 1 hour. I have an external NOR flash where the accelerometer data...
While I am waiting for my hardware I wanted to test the control panel with my Xiaomi Mi Band.
But I only get a single horizontal line in the RSSI Graph..
As I read this...
Hi,
I would like to change device name more than 4 characters but I've found an exception of error code 12 (Data size exceeds limit) that return from initial of adverting...
Hi there
I started with an empty ble_template and added my own custom service emulating the batterey service, with all the same functions etc. Using master emulator i can...
I have a project in which I've started from the proximity app example code and added some UART stuff using app_uart.c. The linker is giving me this error immediately after...
Hi,
I'm trying to get an iOS app to connect to a Nordic BLE device. I'm a firmware guy with little app experience but I have gotten a app to work based off the code presented...
Hi,
Im new to BLE and still trying to wrap my head around things. I am using the both new nRF51 DK and nRF51 Dongle for testing at the moment. I know that the old dongle...