Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
I am using SDK_11 s130. I am looking at app_error_fault_handler() in app_error_weak.c
Inside app_error_fault_handler(), there is this line of code;
UNUSED_VARIABLE(bsp_indication_set...
Hi,
I am using keil uvision 5.17, SD 130, nRF 51822, dualbank bootloader.
I have programmed own application and merged bootloader, application, soft device.
I...
I am using ble_app_gls on SDK_11 s130 on nRF51-dk.
This is a follow-up question to the question below.
devzone.nordicsemi.com/.../
After enabling debugging, I discovered...
Hi,
I'm using the example projects "ble_peripheral/ble_app_uart" "ble_central/ble_app_uart_c" in SDK10.0.0 to test data throughput.
I'm sending 20bytes of payload. But...
Hi,
I am using nrfjprog package installed in folder /opt/Nrfjprog. I am getting the fallowing error.
nrfjprog --eraseall
ERROR: JLinkARM.dll load failed. Try again...
Hi,
I've migrate from 3V to 1.8v power supply.
before the migration, using 3V power supply, DEC2 connected to 47nF directly to GND.
after the migration, using1.8V power...
in android program i disconnect from my gat with this code
while(isconnected){
mbluetoothGatt.disconnect();
Log.d(TAG, "Disconnecttodevice: ");
}
mbluetoothGatt...
Hello, I load UART over BLE example on nrf51DK (51422) DK board and measure for 13 seconds from power on.
Here is the result graph and the average current is about 175uAh...
Hello Nordic! In my FW, I need to know when a specific packet has been actually sent (because of SD packet buffering). I am able to receive the BLE_EVT_TX_COMPLETE event,...
Hello I'm using SDK nRF5_SDK_11.0.0_89a8197.zip and I find out that most freeRTOS file version is: "FreeRTOS V8.2.1" but "external\freertos\config\FreeRTOSConfig.h" is in...
Hello,
I am trying to configure my NRF52 dev kit (PCA 10040) to work with pwm using the build-in timer. I used some code from the low_power_pwm example but when I am using...
I am working in a project.The project had defined the manuf_data that it didn't need the company_identifier(bluetooth core 4.0). Is there any way does not show company_identifier...
Hi,
This is a request for all the users to post some details of sensors they are using along with Nordic chips. We will get familiar with 10 most popular sensors that are...
I am trying to build PCA10040 examples but I am getting the following error:
make genhex
Preparing: .hex
/home/me/nrf52/gcc/gcc-arm-none-eabi-4_9-2015q1/bin/arm-none...