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,
It seems to be a bug in hal_device_reset() when using S132.
On line 8 above the function sd_power_gpregret_set() is called with the wrong arguments. The first arguments...
can I use an nRF52840 based BLE gateway? Backhaul would be either 10/100 Ethernet (via Wiznet or Microchip controller chip) or a cellular module. Is the clock speed sufficient...
I am unable to get 6 notifications per connection event. I am connecting two nrf32832's, one as a central, one as a peripheral. To make this as simple as possible, I limited...
Hi
We are able to provision several mesh-servers.
The log on the RTT-Viewer of the client looks normal:
0> <t: 915394>, mesh.c, 178, Local provisioning link established...
I am working with the peripheral/flash_fds in SDK14. I need to adapt it to use RTT instead of uart
I have made the obvious changes to switch from uart to RTT, eg substituting...
Hi everybody,
I'm trying to use the example ble_app_hrs with s110 on the PCA10001 Board and the ble_app_hrs_c with s120 also on an other PCA10001.
I changed some led flag...
I have already explored how to fix the related problem in the DevZone. I think the firmware of the ATSAM3U2CA-AU is erased. Here, I have two problems:
1, How can I get the...
Hi,
According to the code in PCA10059.h:
#define RX_PIN_NUMBER 11 #define TX_PIN_NUMBER 9
I would like to know what pins are related to number 9 and 11 in this schematic...
Hello,everyone.
If you have some suggestions,and you leave them, I would appreciate it very much.
I designed a pcb base on nRF51822. It can only be searched by mobile...
Dear Nordic support,
I am working on a device based on the FreeRTOS heart rate example and I am having difficulties with the BLE connection when connecting to iPhone X...
Hi, I want to reduce current my module.
I used SDK15.0.0ver, nRF52832
I have 2 questions.
1. I used app_uart_close();
But My module was reset again.
2. I want to...
hi...
i want to check my data for every minute , so i set the timer for one minute.
but its not working ....... how to do?
i have set the timer like below
i am finding...
Hello nordic team, I have a question regarding BLE Mesh and Uart0:
The InfoCenter is saying that Uart0 is blocked when using the serial Support. I don't wan't to use the...