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...
Hello!
I am experienced in using mbedTLS on other platforms, and am in the process of porting my implementation of COSE (RFC 8512) to the Nordic SDK.
As a starting point...
HI NORDIC, I met a problem that Bootloader coulde jump to application, and the application crashed with freertos and softdevice SDK13.0. However the application could run...
After reprogramming with mfw_nrf9160_1.2.0 and nrf9160dk_asset_tracker_ltem_2020-04-29_bc7ade8b.hex
the nRF9160 fails to connect properly. LED3 blinks continually, LED4...
Hello,
currently i am using nRF52832 board with Nordic SDK 16.0.0 and softdevice version 7.0.1
i have separated DFU service and bootloader code. added dfu service in my...
Hello all,
I'm still learning C at this point of stage. What I ended up was following a tutorial online on simple BLE project controlling the on-board LED.
The tutorial...
This is a 2 part question concerning the LFCLK input levels as well as how to test the LFCLK frequency against the HFCLK frequency to make sure they are consistent.
In this...
I am currently working on a project using the MAX30102 Heart rate module. This sensor has red & ir led's. I connected the the max30102 sensor to the nrf52 DK as follows VDD...
Hi,
I'm looking at the BLE aggregator example, it uses a service called "ble_agg_cfg_service" .
1. It looks like this service is the same as NUS ?
2. I'd like to...
Hi
I am evaluating the production of a BLE product and your chip solution looks promising.
In my case the bluetooth will be connected to PC and it should be recognized...
There are a number of issues in ble_advertising that relate to changing the status of advertising in response to events. Specifically the current adv mode is not changed on...
Looking at the schematic diagram of the ISP-1507-AX Test Board….
www.insightsip.com/.../ISP1507_AX_TB_Schematic.pdf
… I can see that there is the possibility to connect...
Hi
I am using ble_app_uart code from ble_peripheral folder and nrf_connect app to receive/send data.
I have interfaced external sensor with UART pins and receiving data...
Hi I am using UART code from nRF5_SDK_16.0.0_98a08e2\examples\peripheral.
I have checked loop back with default UART pins,which are 5,6,7,8.
Now I want to interface some...
Hello,
I am using a nRF52DK (PCA10056). When I connect the board, the J-link drive opens up, but it does not detect on nRF Go Studio, nor is it flashing any code. I am using...
I'm using the USB CDC ACM example to write a message to a com port. I can receive messages fine except there is one problem. I am receiving the characters one character at...