Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I built my project on ble_app_uart peripheral example from SDK 12.2 and have added a display (Sharp LS044Q7DH01) using nRF52 as a SPI master to communicate. I think I have...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Library does not support buffer size more then 8 bit.
But I try write to register TXD.MAXCNT and I can't write value more...
Hi
I'm interfacing MMA8452Q with nrf51822 using TWI all read-write function working fine but when I try to read acceleration data nrf_drv_twi_rx & nrf_drv_twi_tx function...
I am porting our sdk 8 based firmware for the sdk 11. Now the code crashes at the code below:
err_code = sd_ble_gap_device_name_set(&sec_mode,
(const uint8_t *)name,...
We followed the instructions for the beacon example for nrf 52 dk.
Multiple attempts to change and reset the board, there was no change in the ad packet.
Can someone...
I'm using the nRF52832 chip without an external crystal. I configured it to use the internal RC with:
nrf_clock_lf_cfg_t clock_lf_cfg;
clock_lf_cfg.source = NRF_CLOCK_LF_SRC_RC;...
Hi,
I have tested ble_app_hids_keyboard for using whitelist.I find that this example is bond+whitelist. If bonded, the peer address will be added into whitelist. But when...
Hi,
I test Whitelist function in the example ble_app_hids_keyboard_pca10040_s132 using SDK12.2.0.
I donnot understand the code in "case BLE_ADV_EVT_WHITELIST_REQUEST:" located...
Hi all,
I have some problems with GPIO Interrupts.
I'm using nrf52832, s132 and sdk 12.2
The error is totally random so I don't know why is generated. The case is...
Hi,
We are using the Secure DFU from SDK 12.2, with SD132 3.1.0, on a PCA10040.
As a DFU controller, we use a PCA10031 with a SD130 2.0.1 and a project derived from the...
Hello,
We are migrating from IAR 760 to IAR 8.10 compiler does not produce the same assembly for the SDK12 inline function nrf_delay_us.
The original C Function is :
...
Hi, i am working on RTLS project. In beacons i want to enable DFU service using SDK 13.0. But I could'nt find a gothrough process to do the same. Please give me some link...