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...
Hi, I can make a DFU over BLE with nRF connect 2.5.0 Bluetooth Low Energy, all is OK. I use my nRF52840-Dongle PCA10059 (Serial port: COM19 | USB: Nordic Semiconductor nRF52...
Hello,
I'm using SPI 3 to communicate with a NAND memory. I'm able to go up to 8MHz but not more than that. Do I need to set an array list or use the spi manager.
Is there...
Hi Nordic Support, community,
Recently I started working with the nRF52 dongle, after flashing a hex file via nRFConnect/Programmer applic (version 2.5.running on Windows...
Can anyone tell me where the board / device choices in Eclipse come from, as shown in the screen shot below? I have none.
I copied my Eclipse installation from a working...
Hi all I've already setup my Eclipse environment as described in Development with GCC and Eclipse . Now I want to use the SPI libraries for my example. But I got the first...
Hi
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Ch...
My pcb is nrf52832 based, with SPI interfacing ICM20649 sensor.
- Nordic SDK 11.0
- Softdevice 2.0
I am able to flash example code of SPI based ble_peripheral and mpu...
Hello,
I am using an app_timer on my nRF52840 (SDK 15, Softdevice 140) to keep track of the time on my device. After a specific event, I would like to be able to clear the...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
I have been successfully using nRF Connect v2.5.0 on Windows with a PCA10056 v0.9.2 to communicate with our target device, a nRF52840 using S140 v6.0.0, nRF5 SDK 15.0.0. We...
I have four button and one external interrupt from GSensor on my demo board, and I use GPIOTE_CONFIG_IN_SENSE_TOG for button and GPIOTE_CONFIG_IN_SENSE_LOTOH for GSensor interrupt...
Hi, I am wondering what cost-effective JTAG debuggers you can use with the nRF52832 hardware using the 10-pin standard debugging header. For example, has anyone used the Segger...
Hi All,
I am using the nRF51822 board and have it connected to a micro SD card shield using SPI.
I have not changed anything in the example file with the exception of...
I have a question.
Two slaves connect one Master.
At that time, Can another Master automatically connect the two slaves ?
I know softdevice110_v7 has connection state and...
Hello,
We've been developing nRF52 software for about two years. We develop on Linux desktop machines, and build with GCC from the command line interface.
I'm starting...