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...
Without FreeRTOS usbd working normaly with config:
#define NRF_SDH_DISPATCH_MODEL 0 #define APP_SCHEDULER_ENABLED 1
But with FreeRTOS need use
#define NRF_SDH_DISPATCH_MODEL...
I'm upgrading a client project from SDK 14.2 to SDK 15, and running into some undefined symbols in ble_dfu_unbonded.c:
Error[Pe020]: identifier "nrf_dfu_set_adv_name_svci_async_t...
Hi,
I'm trying to use the pc_ble_driver_py framework and an NRF51/52 dongle to connect to a BLE device. The BLE device in question has some custom defined services for operation...
Hi all, I'm currently building a bootloader suitable for Dual Channel DFU and SD132. It is on nrf52832, currently on PCA10040, using SDK 14.0.0.
Although the linker script...
Hi all. I try to configure QSPI example to work with w25q64fv flash. I connected all pins from flash to same pins on nRF as on PCA10056 DK board. After all i have "Data inconsistent...
Looking at the code in SDK 15.0.0 I think app timer library will be reinitialized. Is there a way by which I can check it the library is already initialized and initialize...
Just installed Mac v. 2.4.0 of nRF Connect, and the "Start Scan" button is disabled. Here's the log:
2018-07-05T13:43:15.834Z INFO Application data folder: /Users/rob/Library...
Hello,
I am developing on the nRF51 and soft device version 8.0.0.
I have created a new service that has a 128-bit UUID that is based on the base UUID: 00000000-0000...
Nrf51822
SDK : nrf51_12.2.0
soft device : s130
Example : ble_app_beacon
I’d tried single channel adverting with nrf51 beacon. And I referenced this way to disable...
We are using the nrf51822 chip, however after typing the command: nrfjprog --memrd 0x10001080 -f NRF51, the chip is no longer able to start.
We have tried resetting the...
Hi Everyone,
I have successfully configured RTOS and BLE alog with onboard LEDs blinking into an RTOS code.
Everyhting runs fine if i run only the 4 tasks of LED blinking...
Hello!
I need to send 20 x 20 bytes with the nRF8001 and would like to reduce the transmitting time as much as possible to set the MCU and nRF8001 in sleep mode as long...
Hi,
I am confused about the ROM layout, would you please correct me? Thanks.
Based on my understanding, for open bootloader scenario(like nrf52840 dongle), the bootloader...
I am using the nRF52832 with the S132 soft device. I am trying to send a large amount of data (~5 kB) from a phone to my BLE peripheral. I am wondering if the queued write...