I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi,
I am using nRF52840 S140 with ble_app_blinky application. I have a basic query of GPIO configuration when moving from Bootloader to Application.
We are using Secure...
I'm using ble_uart_app and wanna Low Power Current Consumption but its consuming 330uA. disabled the nrf_log form sdkconfig file. main code is below. Please let me know what...
Hi,
When nRF9160 is used as a co-processor and an external host MCU is used to interface with nRF9160, what are the serial interfaces that are allowed? The at_client example...
Is it a better choice to use the NCS for nRF52840 development, given that it is the new platform going forward? Am I painting myself into a corner developing with nRF5 SDK...
Hi,
I'm trying to develop buttonless DFU and followed below guidelines and got to work all the way to step6. Thank you.
https://github.com/gamnes/nRF52832-buttonless...
I want to build my own board configuration:
The default configuration of the board is as follows: ncs?v1.2.0,zephyr?boards?arm?nrf9160_pca10090
How do I generate my own...
Hello
I'm using NRF connect the app to perform read and write on nrf52840 board SDK ver of 15.0.0.
I can perform the write and read operations using nrf connect app, and...
Hi
I'm working on a custom PCB based on nRF52840 soc and SDK version 16.0
currently I'm trying to interface my MCU with an external flash of model MT25QL01GBBB
my...
Hi,
I would like to interface ICM20948 with nrf52832 and communicate over TWI or SPI. That thing I don't understand is the logic voltage of the bus. In nrf52 specifications...
Hello,
I went through the instructions in the Getting Started Assistant to setup nRF Connect SDK for Linux but I am getting the following error when trying to build a project...
Hi,
I am programming nRF52840 dev kit (SDK16) as a peripheral with S140. Smartphone is central.
data needs to be transferred between both.
I need the dev kit to consume...
Hello, I’m using nRF52840 with SDK 16 and SD 7. My purpose is to save as much power is possible using high-frequency clock (32MHz) only during periodic duties and BLE activity...
What are best practices for updating an nRF52832 via UART from an nRF52840? There seem to be at least two problems to solve:
Transmitting the 832 image via BLE to the...
Hello,
I'm measuring the idle current using a PCA10040 DK, SDK v16.
Finding that the idle current is about 3uA (which I think is correct) after any debug operation like...
Our setup is using a NRF52832 with SDK15.0.0.
While working with a time sensitive external circuit where we both sample the state of the GPIO and enable LDETECT on it...