Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi, I tried to create standalone project based on SAADC example from nRF SDK. I copied all neccesary .h files etc., changed the include directiories. But then appeared some...
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...