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...
How to calculate the Distance between the central and peripheral where the peripheral is transmitting power at -40 dBm and my rssi value is -100 dBm ?
I'm using the nRF52...
Hi,
I'm wondering if the nRF52810 supports Central mode. I noticed that currently only the S112 is intended for production on the nRF52810, which only supports Peripheral...
Hi,
I came up with one application where i will be using one master and multilateral . with one master i want to scan all the the available peripherals and display it on...
Hello,
I´m using nrf52832 with sdk 14.2.0 and softdevice s132.
I'm trying the example bootloader_secure_ble and compiles me correctly.
The problem is that when I debug...
In a documentation i read that i can transmit power at minimum of -40 dBm ?But i cannot achieve my target as my range has to be minimum of one meter?
So how do reduce the...
After getting SDK 12.1 and the S332 v2.0.1 softdevice working, I started working on updating the bootloader from the S132 bootloader we've been using to supporting the S332...
I am trying to set up a humidity sensor over I2C and I'm trying to use the twi interface. There are examples where the app_twi interface is used. I am however unable to get...
I'm working with a development prototype board with the nRF52832. It is connected to a main processor in our design over UART. We are working towards being able to do the...
Hello Nordic team
I am working on nRF52840, SDKv-15.0.
Is there any example code available which can send message from central device to peripheral device apart from ble_app_usrt_c...
Hi,
I'm tring to enter DFU mode by combo keys by KEY_COMBO_TWO_KEY_REGISTER().
In v1.1, I used m_pwr_mgmt_shutdown(M_PWR_MGMT_SHUTDOWN_TYPE_DFU) to enter DFU mode directly...
I'm looking at decreasing the motion sensor update rates for the Thingy:52 to get less frequent readings into the sample app. I have seen in the MPU9250 specs that I don't...
Hello Nordic team
I am working on ble_uart_c central example on nRF52840 DK, SDK v-15.0.0. Example code working correctly I can exchange data between peripheral and central...
Hi I am trying to reduce the power consumption of the badge of my company as much as I can. We use a proprietary radio protocol on the nrf52832.
I'm currently developing...
I have SD and BL secure flashed to the device, and now trying to get the second part of buttonless_dfu + app with settings flashed next. After flashing the second part, DfuTarg...