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...
I got the fail result of the test CPS/SEN/SPE/BI-05-C [Cycling Power Control Point Procedure Timeout].
At this test, the tester does not send the confirmation until ATT...
Hi Team Nordic,
According to the AM2302 (DHT22) datasheet, the data pin will be pulled to high state in idle state. But in my case, when i am reading the data pin before...
I'm developing nFR52832 to communicate with the PC via UART. commands are sent to the nRF and for each command nRF responds with some data back to the PC via UART.
The UART...
I'm trying to include the SPI driver in my project.
I have added the .c file into my project:
I have included the path into the project:
I have enabled the SPI...
I try to make bootloader via USART for my application. I'm using: nRF51422rev.2, SDK6.1.0, S210 ver3.0.0. KEIL5.11. I did everything like describes in post here:
devzone...
I want to implement BLE security in one of my project where central and peripheral connection should be secured rather than only characteristic protection.
And any way to...
I'm developing a custom driver (C++) for the SPI master. Somewhere I've made a mistake, where the first received byte is written with a memory offset in SPI mode 1. I.e. we...
Hi,
I have a BLE application, which I want to interface with PC via serial communication through USB.
It seems that just adding Softdevice breaks the USB_CDC_ACM example...
Hi all,
As a followup of this question, I started with the Thingy Mesh Provisioning Demo v0.5. However, I cannot get this version working possibly due to some unclear points...
Hi,
Am developing a beacon using nrf52810. I have a doubt on how to program the nrf52810 which I made using the schematics and layouts given in the Nordic website for nrf52810...
I am noticing that FDS requires me to specify a "record size", but there is no maximum specified, so I am testing it. Currently my program attempts to store 32 words, but...
I want to add some code to static void app_onoff_server_set_cb(const app_onoff_server_t * p_server, bool onoff) in light switch server application.
My intention is when...
When nrf51422 passed the authentication, when entering the rx mode of DTM, there was always a -59dbm launch at the 2.79GHz frequency point, what caused it, and how to eliminate...