Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
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...
Hi,
When I call nrf_drv_spi_transfer to transfer 250 bytes in non-blocking mode, it takes 1.1ms. Is this normal? Any workaround? If it is normal then I have to split my...
My android app give me this "register with gatt stack failed" error on Samsung S7 marshmallow. The scenario is that I am working with 21 BLE peripherals (nrf52). I scan available...
hello dear Engineers!
I Prepare PCB to produce, so have some question about QSPI pins.
According to the "52.10 Registers" , it is possible to Assign any pins to QSPI...
Hey, I have my nrf 52 dk. I have soft device v3 on my nrf 52.
I was doing a blinky test with two boards (one central and one peripheral)
I was just wondering how to...
I have two sensor: Si7021 and CCS811 connect to board (nRF51 DK).
Si7021 work fine.
CCS811 always return NRF_DRV_TWI_EVT_ADDRESS_NACK error.
Anyone can give me a help?
Hi,
I'm trying to setup NRF52 with a microphone (ICS-43432) using I2S and easyDMA. I'm new to embedded software development, and would very much appreciate your help and...
Hi,
I am really new to the Nordic products and programming for that matters. But, the thing is that I am in somewhat of a hurry. I would like to use a similar code to below...
Hi all. I am sending to BLE device AE A7 04 00 05 09 BC B7 command, getting status 0 ( success ), but do not get any updates or notifications from BLE at all. So am I doing...
I've compiled the secured DFU bootloader (from SDK 12.2) and loaded it on my board. But whenever I run my firmware, it won't start (none of the expected interaction happens...
Hi there,
As the title says, i'm tring to add nus service to the freertos example (board PCA10040, SD 132, SDK 12). Actually, I want to mix it with the peripherical app_uart...
We started with normal Pstorage functions and add now some pstorage RAW functions.
Could anybody explain the resulting and needed linker script definitions flash allocation...
Hi!
This is my first time working with bluetooth and Nordic chip and I'm having program getting started.
I'm trying to program the Sparkfun nRF52832 Breakout Board as...
1.application downloading
we need to download the appliacation to the address which is designated. However, the NRFgo Studio offered offically can't designate the address...
Hello,
I'm new in programming beacons and ble sofware. I'm using the nRF51822 Beacon with S110 and the USB Dongle.
I updated the beacon with the example ble_app_beacon via...
hello, i am new to the Nordic controllers.I am having 2 doubts.
i want to modified saadc example code in keil 5 for that i want to add "app_timer.h" header file...