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...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Currently, the Bluetooth communication TEST in progress.
I am using the example experimental_ble_app_uart_s110_pca10028
Applications are received by the data nRFUart2...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
I am using two nrf24l01+ at two ends & i am able to communicate between both but its a simplex communiacation means I am transmitting nrf code from A end & B end receives...
After programming a panel of 6 modules embedding nRF51822, I would like to send some data in order to test some features. The basic idea is to validate the modules before...
Hi,
How can I change/add include file path in the new pack SDK.
For eg: I want to port the S110 bootloader to S130. But I am not able to change the include path to the...
I am using LMT84 temperature sensor directly connected to P06 on my nRF24LE1, QFN24. Using the built-in BG reference of 1.2V, I measure temperatures from about -30C up to...
When I call the function sd_ble_gatts_sys_attr_set, the compile error "source\ble.c(142): error: #165: too few arguments in function call" showed in Keil V5. But I found just...
Hi,
I have used the following version for my development
SDK: 6
SD:s110_nrf51822_7.0.0_softdevice
nRF51822 :3.0
Recently we are using nRF51822 3.1 QFACA1 1442AB...
Hi,
I am trying to setup DFU on a PCA10001 board with the following specifications:
softdevice v8.0
bootloader: From SDK v8 examples (bootloader\pca10028\dual_bank_ble_s110...
I updated my MCP to the newest version and then the new MCP wanted to update the pca10000 with the newest firmware--> failed. Now i can't get my pca10000 to work again. i...
Hi,
i am trying to connect via bluetooth using the gatttool on a Raspberry Pi. On the Nordic device I am using the BLE Proximity Demo. Everythings work fine, but after 30...
Hello all,
I am trying to get a communication between the nRF8001 and the nRF51822 using the UART service. The nRF8001 is connected to an Arduino and is working fine. I...
I am trying to find out the issue with my nonvolatile driver. I currently try running
nrf_nvmc_page_erase((uint32_t)(page_address));
However, that doesn't seem to...