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'm using the nRF52840-DK with SDK 17.0.2. I've developed part of my app, and would like to integrate secure OTA reflash for it. I've copied the code at examples/dfu...
Hello,
I am wondering if there is support for secure web sockets (wss:// protocol) together with the NRF52840 and if there are any example available. So far I got communication...
Hello Devzone Community,
To compile nRF Zephyr based applications at the command line normally depends on the meta-tool `west`. `West` has many capabilities and options...
Hey all Trying to understand how to properly build a basic bluetooth example without errors using zephyr between the 2 cores Error: manually cleaning and flashing reading...
Hello,
I use this code for system_off on a nrf52840 custom board. const struct device *button = device_get_binding("GPIO_0"); gpio_pin_interrupt_configure(button, SW0_GPIO_PIN...
nRF52840 Dongle is configured as Sniffer in the right way according to documentation. When sniffing capture on Wireshark is started, only the Advertising packets are captured...
I have a project where I use the nrf9160dk as a gateway between a BLE sensor and LTE.
The hci_lpuart sample is flashed tonrf9160dk_nrf52840 and the nrf9160dk_nrf9160_ns...
I got a Segger J-Link EDU to be use to program my Nordic Thingy 91. I have previously program the device via USB using the NRF Connect Desktop :Programmer. But connecting...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). I am using ncs v1.7.0 for development. I am trying out a few things...
Hello guys,
I would like to work using nRF52 as my processor to create products in the future, but I heard about Specific Absorption Rate (SAR) testing and that is good...
Hi all, I am a little confused by the requirements for the external GPS antennal options. My board is version 1.0.1.
In this page ( https://devzone.nordicsemi.com/nordic...
The project I'm using the peripheral BLE UART that has been modified to use freeRTOS and PWM.
I'm using two channel PWM to drive a resonance motor at 25.6 kHz. If I disable...
Dear
First of all, I am so sorry because of my english skill.
I got NRF_ERROR_RESOURCES when the connection between NRF Module and mobile device is disconnected due to...