Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
I would like to test he Wi-Fi Provisioning Service sample ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/provisioning/sample_description.html...
I'm trying to implement a central BLE device with pc-ble-driver. Central and peripheral devices should be paired with a passkey, and they use custom UUID. The connection is...
Hello,
I'm trying to differentiate between different peripherals connecting to a central (52840 using nRF Connect 1.8.0). Using the following code I'm able to get and print...
Hello,
I developed an application for a custom nrf52832 board. It uses the Nordic UART Service (NUS) to transmit data over BLE. This works fine.
At the moment I am trying...
I'm thinking to have a cental_and peripheral at the same time.
Using the the standard ble I have to setup the configuration.(Who is the Central_uart and the Periheral (...
I'm profiling the current consumption of our device, on an nRF5340 module, at SDK 2.1.0.
So far as I can tell, the ADC is using approximately 1000 uA. It's sampling via...
Hi,
I'm using PCA10100, and developing my project on examples\ble_peripheral\ble_app_uart(SDK 17.1.0)
I connect P0.08_8 and P0.06 with other sensor module's uart, when...
I'm developing a BLE application on the nRF52832 that uses NRF_SDH_DISPATCH_MODEL_APPSH to receive events from the SoftDevice. My application involves using some software...
Hi, Nordic:
I am trying to use spi to transfer data between the two DKs. But I'm having trouble emulating the use of spim to use spis.
This is my main.c.
And this...
In the nRF52840 datasheet, peripherals don't appear to have shutdown or power-off controls but they do have enable/disable registers. I'm guessing that Device PM turns on...
Hi, I use periodic advertising to send live data based on readings from an accelerometer. I want to change the advertising packet after every advert to the new values.
My...
Hi there,
I am currently building nrf9160 custom board. But now I am planning to implement provisioning credentials like this URL https://docs.nrfcloud.com/Devices/Security...
Hi
The response to this ticket
says "You can implement active RFID. In active RFID you can for instance periodically wakeup the chip to turn ON the radio for a short...
Does Nordic provide a DTM application for the nrf5340 which communicates over the USB interface as a COM class instead of using a UART interface? It's been brought to our...
Hi Nordic team,
I debug on the board, and I want to check the connection at the first time without connection before. so I want to clear data on the flash first, then...