Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi, I am trying to add Buttonless DFU functionality to the ble_app_blinky example.
The process I took
1. added the following files to the project
ble_dfu.c ble_dfu_bonded...
Hello, I am trying to implement a basic BLE connection between the nRF52840 Dongle and an Android Device (nRF Connect). I wanted to secure this BLE connection with a passphrase...
Hi everyone,
I am working on buttonless OTA DFU. I have generated my own private and public keys using nrfutil and created the .zip file for DFU.
While generating the...
Using the following image UUID on NRF51822, how do i connect to the host in the nRF5_SDK_12.1.0_0d23e2a softdevice? I used to the example of ..\ble_peripheral\ble_app_uart...
Hi,
I used one nRF52840 dongle and one DK, and placed one sniffer in between to caputure the packets.
The connection interval was set at 7.5 msec, GAP event length is...
I have gone through the nWP-034 document (nRF9160 Hardware Verification Guidelines) and wonder if it exist sample code (firmware) to be used, as a baseline, during regression...
Hi,
we have interfaced Accelerometer Module with NRF52832 using SPI Communication. Psuedo code of code snippet is :
<<Place the snippet here>> Expected : After nrf_spi_transfer...
Hi,
I am trying to use APP_TIMER to detect if a sensor isn't responding to I2C Commands. I created and started the timer with the following steps. The project is based...
I'm using an ISP1807 at 1.8v in a very space constrained and power constrained device.
Is it ok to connect unused pins to GND to make routing easier?
Pins 3, 5, 8, 10...
H,
I am using the SDK 15.0.0 and Segger Embedded Studio for ARM V3.40.
I have been successfully defining a flash memory section for data exchange between the bootloader...
Hi,
I would like to enable the RAI support in the latest master branch of nRF.
Therefore I had a look at the kconfig reference:
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
In my current project I have two type of boards. Some have the external 32kHz crystal mounted and some not.
I am trying to detect the presence of the external crystal...