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...
I am now based on nrf52832 SDK14.2 development, I tried to use the PWM driver and timer to drive the corresponding two IO port an irregular waveform, I originally thought...
I am using the Hackable kit which has nrf52832 to control a servo motor and read accelerometer(AXL335) readings through a iOS app. I am a novice when comes to embedded. I...
Hello, ererybody!
I use nRF52832,have a development board.
I was testing the adc module,using the ANI2 channel,I measured the ANI2 channel voltage to the ground,find it...
Hello everyone,
now i'm working with nRF52840 PDK( Engineering B ) and i migrate my project from SDK 14.1 to SDK 15. My starting point is ble_app_template and i want to...
Hi!
My setup:
* nRF52 DK (let's name it N )
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* two android smartphones (let's name them A1 and...
1. nrf51822-qfaa
2. sdk10.0 & sd8.00
Q:
If the MAX_CONN_INTERVAL is set to greater than 200, NRF_ERROR_INVALID_PARAM will be returned when called sd_ble_gap_ppcp_set...
This post had a discussion on using one button but the first reply suggested a buttonless solution. So now I'm not sure if one button dfu is best if same button is used for...
hi,
i am doing a project where i have to exchange strings between nrf52832 as peripheral and andoird smartphone using nrf connect app, in this project data security is a...
Hello!
It's the first time using Nordic devices so i´m doing some SDK examples and trying to merge them. I'm using SEGGER Embedded Studio. Right now i´m using ble_app_blinky...
Hello,
I'm usign nRF52832 IC and SDK5. I want to awake the sleeping MCU by NFC and pair with BLE. In short Pairing device address should be transfer via NFC. There will...
Hi all
i am using SDK15, nrf52832 dev kit and s132 version 5
I followed the below steps:
1)Flash the softdevice
2)Update the generated dfu_public_key in secure_bootloader_dfu...
I am developing a firmware and connected a spi LCD to nRF52840, but I got the max speed only 8 MHZ, in Datasheet is 32 MHZ max.
Which speed of the SPI master is max ? (I...
I'm getting a disconnect reason of 0x3D / BLE_HCI_CONN_TERMINATED_DUE_TO_MIC_FAILURE during a connection attempt. It does not happen for all my phones except one. It appears...
Hello Everyone,
I am a beginner and working on nRF52832 DK using SDK v15 and using keil mdk armv5.25 as a compiler. Currently I am trying to modify an example in the SDK...