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...
Background: We use NRF52 chip along with SDK 12.1.0. Since we have a few components of firmware (i.e. secure DFU settings, secure DFU , application, Softdevice) that go into...
The aim is to use the nRF51822 chip beside the application processor and to run the soft device S130 in it but as I saw, the newest SDK v12 supports only S132 Connectivity...
I am trying to update my S132v2.0.1 devices over the air to S132v3.0.0 and am getting no bootup, even after swapping dfu_dual_bank.c from the answer below.
devzone.nordicsemi...
I am studying this tutorial: nRF52 Online Power Profiler . I know this tutorial basically related to the ble_app_pwr_profiling example in the SDK: Power Profiling Application...
Hi, Nordic
I know pipe0 and pipe1 are be enabled on nRF24LU1 nRFgo SDK example for default PRX.
Now I only to enable pipe0, disable pipe1.
First, I use this...
Hi, Nordic engineer
nRF52832 as ESB PTX, nRF24LU1 as ESB PRX
same channel, crc, and match address and pipes, but from nRF52832 uart log, ESB TX fail event always show...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
Hello everyone~
Although one TWIM interface of the nRF52832 can "interconnect up to 127 individually addressable devices", I still think that use different interface will...
Hello everybody.
I'm trying to modify the original firmware that comes with the nRF51822 to make it sweep all of the permitted levels of transmission power.
I was able...
Hello,
I want to read the temperature value continuously on mobile scanner app. I implemented the program as stated in BLE Characteristics beginner tutorial and I am using...
Hey guys,
I’m trying to come up with a way to know if an advertisement was received via BLE_GAP_EVT_SCAN_REQ_REPORT, but then not actually send the SCAN response. It’s...
Iam using softdivice 110 and sdk 10.0.0, iam using spi driver for interfacing with spi slave device(flash memory device). I need to send command and then receive the data...
Hi,
I am trying to implement an ECG measurement device. nRF52832 collects the sensor value through SPI and send it to smartphone using ble_app_uart code. I need to send...
as sd132v3.0.0 got some Exciting functions.
I tried to use in my production.
everything work fine, except for dfu.
Trouble is:
when i upgrade from softdevice 2.0.1...