Hi,
I was at the webinar today where they talked about SDK 3.0.0. They mentioned that the QSPI examples were "JESD216 flash" and "JEDEC SPI-NOR flash". I don't see either...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
Hi,
At the moment I try to communicate with an external EEPROM. Writing to the EEPROM seems to work. But when reading back the written data, the program breaks... :-( ...
Hi, In my project I need to program softdevice+bootloader+application at a time, for these previously I used mergehex tool to merge Softdevice, Bootloader,application and...
Hi, I use nrf51822 with SDK9.0, gcc with makefile, and soft devices S110 or S130 on Windows. I would like to learn how to load firmware using the wireless DFU app from within...
I want to make 4 channel pwm output from the nrf51822 ic. I am using sdk6 and softdevice v7.3. I am able to make 3 channels of pwm output by using the library provided by...
I have an issue with indications. I try to send the first chunk of data and wait for indication callback, but my code freeze on while loop.
I activated indications on phone...
Hi all.
I am now testing nRF52832 preview DK examples work with softdevice on MDK-ARM version 5.15 I use nRF52832 preview DK and nRF Toolbox and Termite tool. I hope: ...
Hello all,
I am having problems with scan_start function (or something connected with it). I am using NRF51822 on custom board, using BLE functionality and also UART for...
Hi,I now use the nrf51822qfaaho,s110 v8.00.
I need do a application , have customize serves, with ancs ,and with DFU function.
Does the chip can support this?
Who can help...
Hi,
this is how I initialize and enable LPCOMP
nrf_drv_lpcomp_config_t lpcompconfig = {
{NRF_LPCOMP_REF_SUPPLY_SEVEN_EIGHT, NRF_LPCOMP_DETECT_CROSS},
APP_IRQ_PRIORITY_LOW...
Hi,
I wonder if BLE_ERROR_NO_TX_BUFFERS(s110) and BLE_ERROR_NO_TX_PACKETS(s130) have same meaning.
These marco variables are defined in ble_err.h.
Thank you.
HI,ALL,
i am so sorry for my silly question here.
In ble CORE SPEC,
i saw a sentense (Version 4.2 [Vol 1, Part A])below:
"Device L is shown in the same locality...
Hi,
The SDK6.1 bootloader seems to have problems when used on a Laird BL600 module.
I'm using a BL600 with the SDK6.1 and SD7.1. I want to implement the bootloader in...
Hello!
As per documentation, RSSI is measured during the time, when particular packet is being received. In particular, nRF51822 Product Specification v3.1 states RSSIperiod...
Hi, i have a NRF51-DK (nRF51822 - PCA10028) board and using SDKv10 with SoftDevice S110.
I read everything i could find about this topic and i see people claiming data rate...