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...
We are using the nRF52840 SPIM0 to read 2048 bytes from an SPI slave. ( SES / SDK15.3 )
The nrf libraries only seem to support a maximum of 255 bytes, so we have compiler...
To the kind attention of Nordic support team,
We are going to use gazell protocol for some of our wireless products. Could you please point me out to the relevant documentation...
Dear All,
I am trying to integrate the simple_at example to my own application, in order to be able to configure the modem in the beginning and then run my code.
I can...
Hi,
I'm trying to use the nrf_drv_spi.c to communicate with a BL652 + MCP2515 CAN SPI custom device. I've connected the MCP2515 to the nRF52832 (BL652 module) in the following...
as others have described I run the sniffer
than go through pairing process, the encrypted packets show up as "Encrypted packet decrypted incorrectly (bad MIC)"
is there...
Hi.
currently i use the nrf connect with a dongle to connect to a ble device to read/write characteristics for testing purposes.
Now i want to do it automatically using...
Hi all,
I am adapting some examples according to my needs and have encountered something that I find strange. I am trying to send 244 bytes from computer to usbd_ble_uart...
I want to program my nRF52832 Over-the-Air but not through Bluetooth. We have a Wi-Fi chip interfaced with nRF52832 so that the device can be connected to the internet.
I am trying to read the current time using CTS. I used the example source provided by nordic. However BLE_GATTC_EVT_READ_RSP does not occur in ble_cts_c_on_ble_evt.
BLE_CTS_C_EVT_DISCOVERY_COMPLETE...
Are there any examples of sampling something like an I2C bus at a constant sample rate? I have seen issues myself with the k_sleep and k_busy_wait not giving accurate delays...
nRF5_SDK_15.2.0_9412b96
soft device: s140
Compiler SEGGER Embedded Studio
1. I have used example ble_app_uart. I connected the ble module to a device which has a baud...
Hello,
I'm looking for a little clarification on how the antenna tuning circuitry works on the Thingy:91 v1.0.0 board.
From a previous topic on the DevZone, I saw that...
I'm having an issue where I can't reconnect to a device after updating the firmware from the iOS SDK. I believe it's the issue described here in the documentation:
Since...