Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello ...
I'm adding buttonless DFU support to my nRF52810 application using the instructions here . I'm using SDK 15.3.0, SD 112 6.1.1.
First question: These instructions...
I'm using the SPI Manager to send large transfers of data to a graphics controller. What I see is that, once a single byte is transferred, the CS line will continue to pulse...
Hi,
Greetings!
I want to disallow an unknown bluetooth device (like phone, etc) to connect to "secure_bootloader_ble_s132_pca10040" except from a bunch of pca10056 (central...
Again, I'm having trouble with the driver library. Earlier when testing I had SPI working OK as a small standalone test , but now I want to add SPIM to my actual application...
Hi,
two days ago I started checking the usbd_cdc_acm example in order to add usb serial comm functionality to my project. and I have some fundamental (newbie) questions...
Hi all,
I'm trying to add to our application BLE DFU feature. Therefore I'm testing first the secure bootloader example provided in the SDK v16.0.0
I managed to build...
Hi!
I have been using and loving the simplicity brought by the Toolchain Manager (TM).
But now I want to use an application available on the master (Connectivity Bridge...
In an attempt to add a custom UUID to your current project I change NRF_SDH_BLE_VS_UUID_COUNT from 0 to 1. Then loaded the code onto our PCA100040 53822 devkit. At runtime...
Hello I have a nRF9160DK V0.8.5 and downloaded the latest User Guide (V0.9.2) but it does not match my board. Looking at the Revision History section of this document it looks...
Hi!
I've been playing around with the SDK and nrf9160 dk for a week now, and it's a lot of fun.
In the beginning the UART example worked perfectly, and I managed to add...
Hello,
In relation to button press detection, I'm curious if I'm utilizing both GPIO_INT_EDGE and GPIO_IN_DOUBLE_EDGE if I can pass the interrupt type to my callback to...
Hi
I've run up the system_off sample ( samples/boards/nrf/system_off ) and I can see chip fall into deep sleep, but deep sleep still seems to be sitting at 152 microamps...
Hi,
The device receives data that sent form the host useing NUS. The device crashes every time. The debug log is like blow.
I shielded the code and the crash problem was...
Hi,
From the Ref ticket https://devzone.nordicsemi.com/f/nordic-q-a/54350/thingy91-fota-with-nb-iot/220513#220513 we could see that there is no relevant example for FOTA...