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...
I want to try NRF52811 EYSNCNZWW with Jtrace but i am not getting how to implement this.
I have Cortex-m Reference board which uses STM32F407 micro controller, it has dedicated...
Hello, I found this blog post in google and I decide to try it. I have couple of NrF52810 currently that we struggle with the limited space and the solution described in the...
Hi,
I have an issue with the first version PPK coupled with an nrf52840dk. I used to measure the current on the board through the nRF Connect desktop app on Linux and it...
Hello,
I'm looking for AoA antenna array reference design which could be used to create an actual device, but have not been able to find anything.
Thanks,
Billy..
While connecting with one NRF Development kit and Android NRF blink app mobile code, data is getting received properly.
But with some changes in development kit code ,We...
Hi,
I am using memfault with sdk 1.6.1 and want to get the reboot reason in my code. it is shown on boot and it seems the nordic register NRF_POWER->RESETREAS is then reset...
Hello Team, Could we control the 64MHz clock for some peripherals? I know that it is controlling by the clock control system itself and no way to configure it by the user...
Hi
When I generate a Zephyr Project with SES I get all c-files from CMakeLists.txt in the SES Project tree.
But I want also the h-files in the project tree.
How can...
We have developed our own application board with the nRF9160 on it according to the reference design.
The modem is connected to an application controller by UART (no HW...
when i connect NRF9160-DK (version 0.8.5 )to the CMW500 for CAT-M test, we have send the below three commands
AT+CFUN=4 AT%XSYSTEMMODE=1,0,0,0 AT+CFUN=1 to
the NFR9160...
Hello, all.
I'm using nRF52833, pca10100.
What I'm trying to do is just manually disconnect.
So, I referred to the Multi-link Central example. Multi-link Central is...
At this link https://infocenter.nordicsemi.com/pdf/nRF52840_Rev_2_Errata_v1.4.pdf, in 193 and 198 ID,this seems to be a mutually exclusive. In 198 workaround, .synchronize...
In the AGPS sample for nRF9160 "v1.5.1\nrf\samples\nrf9160\agps" main.c, there is option to set interval an and timeout in "gps_config" structure in "gps_start_work_fn" routine...
We ran into an issue when trying to use mcuboot on nRF53 with an external QSPI flash. In hal_nordic/nrfx/drivers/src/nrfx_qspi.c, the function nrfx_qspi_write has the following...