Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
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'm developing an Android application that uses Android DFU Library and I want to set the number of packets that are sent every notification interval to 1. I couldn...
On the BMD200 evaluation kit ( www.rigado.com/.../) using the nrf58001:
--> UART TX (pin P0.09) works - confirmed with logic analyzer and Serial Port Terminal on the PC...
We are operating on nRF51822 QFAC with S130 SD. We have a functionality where the device switches between scanning and advertising. Strangely we have observed that after few...
Hi,
When i read the ble_peripheral sample of the SDK, i have a question below.
If my peripheral is connecting a central, then i use function sd_ble_gap_disconnect() to disconnect...
Hi,
The established time tick source for FreeRTOS is RTC1 via the APP_TIMER module. I am trying to shift the basis of the APP_TIMER from RTC1 to TIMER2, so that I can use...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Hi,
I have an nRF52 dev board (PCA10040). I have been using this board for measuring current. I am using the Keil tools.
Yesterday I made a change to main.c in the ...
Hello,
I am working on S120 v2.1.0 and SDK 9.0 for central and I am able to connect to my iPad. Now I need the central to delete the bonding information stored using pstorage...
Hi All,
I am wondering if I could upgrade from S110 to S130 over the air.
What I see in the S110 and S130 hex file is that the MBR is different. Not many bytes but it...
I see that there is a 1.2 Volt VBG reference available for the ADC but that reference doesn't seem to be available for the low power comparator. Is there any undocumented...
I'm developing a central providing NUS client services to multiple concurrent peripherals. I had code working reliably under SDK 9.0.0 based on the NUS client example in github...
Hi, we looked at your BOM for matching components in your file:
www.nordicsemi.com/.../15787782
for QFAC variant of the IC. You use LQP15MN27NG02D as 27nH inductor which...
Hello guys,
I am using this repo to update my device's firmware but after the update is complete, the iPhone cannot find the correct devices services anymore.
To detail...
We're using the NRF51822 and the S130 with V9.0 SDK, and we're using most of the features of the SDK for our Firmware; but I'm running into a problem flashing the device on...
I'm rolling my own very simple PWM implementation (I'm not using the PWM example code). My code is below:
#define GPIOTE_CHANNEL_NUMBER 0
#define PCLK16M 16000000
#define...