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...
We have 3 devices , 1 central-peripheral and the other 2 peripheral devices (client), all nrf52840 custom board. The central-peripheral device should scan and connect the...
Hi. I am testing example project, record_text.
When softdevice is enabled NFC read operation doesn't work.
After erase all(using Programmer) and Build and Run project...
Hello,
I have an interest in reproducing within Zephyr (and nRF5 SDK) a specific behaviour that was possible to implement with the classic SoftDevice API, running on a nRF52...
hi support team,
i have one customer have F version QIAA 840, and now i found that some problem with this version when burning hex file.
when burning application, softdevice...
Hello everyone,
I have added some unit tests to my project and some of them are failing because it seems like the IS_ENABLED macro is not evaluated correct. Even though...
Hello folks,
I was planning to interface MT29F4G01ABAFDWB Flash through QSPI peripheral with nrf52840 soc.
But before that, i tried to find some resource and i came across...
Hi,i'm using NRF52840 as BLE central to develop our products,the enviroment is:
SDK:16.0
SD:s140_nrf52_7.0.1
also using the third party RTOS:RT-Thread
what causes...
Hi,
I'm trying to get LittleFS up and running while also using Openthread. I've encountered an issue regarding the SETTINGS subsystem that is enabled by Openthread. I...
I'm using NRf connect SDK to compile a sample application on SES for my NRF52840 Dongle, as shown in this tutorial
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0...
Hi,
I have some issues with auto connect after bonding.
When start advertising with my NRF52840 device, my Android phone establish connection only when the app is open...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hello,
is it possible to measure frequency from 1Hz up to 400kHz (50% duty cycle) on gpio pin having soft device enabled with Peripheral functionality? The measurement...