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...
Dear Nordic :
I am developing power meter based on NRF52832/SDK13.1.
I need a 20ms timer to retrieve data from sensor.
I notice that,if i set the timer in repeat mode...
Hi,
I am trying to run a simple LED blinking program using timer 0 using HAL library.
in functions such as
nrf_timer_bit_width_set (NRF_TIMER_Type *p_reg, nrf_timer_bit_width_t...
Hello,
I am trying to merge ble_app_uart with light switch server example by following this link. But while building I am getting the following errors.
I am using SES...
A source program, with another computer compiled to generate HEX files, download to the NRF52832 development board, GPIOTE function can work properly. But the same source...
Please point me in the right direction if you can, I'm stumped. My project is based on the app_hids_keyboard sample, using the pca10040 board (nrf52832) and SDK 14.2, soft...
I want to store some data, so I first write the initial data, then update it again and again when need. I think the record_update function should new a copy of the old data...
hi all
I am facing the issue that the chip still retains in debug mode. SWDCLK pin has connected to GND directly.
steps:
1. after flashed hex file, removed debugger...
Moving from SDK14 to SDK15, I noticed that USB takes long time to make connection (20 - 30 seconds). Comparing nrf_drv_usbd.c, I realized that the "shortcut between EP0DATADONE...
Hi Nordic team
I want to switch between DTM and normal BLE by pressing the button.
It is base on two example ble_app_att_mtu_throughput and direct_test_mode.
Is there...
Hi,
My central device should scan and should get DIS of one peripheral and store in central and central should pass this information to other peripheral .
or
Central...
I am using nRF52832 with Beacon_App. I can able to get UID, Major, Minor, RSSI from my Raspberry PI using Python code.
I want to calculate the distance between my Raspberry...
I'm using S112 and SDK 14.2 to target NRF52810, but using the PCA10040 DK for now.
I've been coming back this issue multiple times over the past couple of months, still...
Hi @ll,
I tried to get the dfu example up and running but there are a lot of problems I encountered:
- Using the device_page_generator.py the string for the public key...