Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
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...
Hello sir,
I am using nrf52832 as Dev kit board with using Button 1 for long press event for an interval of 5 sec .I have defined the BT0_LONG_PUSH as BSP_EVENT_KEY_0 which...
Hi,
I'm trying to build the Zephyr NVS sample in SDK 1.6.0 and SDK 1.7.0 for nrf9160dk_nrf9160ns (Non-Secure) and build operation is failing with errors.
../src/main...
NCS V1.7.0
VSC IDE
In VSC you can create a custom board.
when i do this for the nRF5340 and build, it does not include the network core.
it also does not appear...
Hello
in order to reach low power mode I use the following :
bsd_shutdown(); // 3.4 ma.
nrf_regulators_system_off(NRF_REGULATORS_NS);
how can I recover from...
Hey,
I have a custom board that is pretty much the same as an evaluation board I got. I use the secure_bootloader_uart_mbr_pca10056 to enter and execute a DFU.
On the...
Hello,
I tried to check SPI communication with a test board.
However, I couldn't read the device info from the max30003wing board.
Board: NRF52840DK --> MAX30003WING...
Hi
I've been having issues with this since the first time I installed VS Code and ncs for VS Code. I've used the Nordic's official YT setup guide while installing.
The...
I am not able to flash nrf5340 using seggar embedded stdio and nrf connect .... nothing seems to be working!
I am attaching the log file
nrfjprog version : 10.13.0
JlinkARM...
I am new to NRF chips and trying to read, write, and erase to flash using nrf_fstorage. I have looked at the example project flash_fstorage and I am able to successfully read...
Hi All,
I'm trying to generate an interrupt on the X PWM's falling edge. My idea was to setup the PWM and count the number of falling edges using PPI & a timer / counter...
I have following code fragment to enter nRF52 into power-off mode. There is s132 softdevice 3.0.0 running and my SDK is 12.0.0:
int32_t ret = sd_power_system_off();
...
Hello,
I am having an issue viewing serial communication from the nRF9160 on the LTE link monitor. I am able to view output when the code is compiled from a different...
After burning the application, the following operations were performed: nrfjprog.exe -f NRF52 --rbp ALL nrfjprog.exe -f NRF52 --pinreset
There are a total of 600 devices...