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...
Hi everyone,
I am seeing an issue where the SPI (master) ignores the first byte of RX buff and begins storing the received bytes from RxBuff[1] instead of RxBuff[0]. In...
Does anyone know if there is any documentation of nrf51822's current consumption? Perhaps, something similar to CC254x's Application Note . I'm mostly interested in the current...
Hello,
I would like to build two boards that can send small messages between them, at long distance. For that I would like to use some of your devices (I used 51822 in...
Hi
I have working module which communicates via uart with another module. It works good, unless it is heated to 40C. After that temperature UART communication is not correct...
Hi Engineers!
We made our own ten (10) PCB's with nRF52840 MCU onboard fully according to "Circuit configuration no. 3":
1. LDO only mode (VDDH connected to VDD connected...
I have a custom circuit with nrf52832 which I am trying to program.
All i/o pins seem to be working fine except pins P0.06 - P0.10.
I'm testing it with mbed (digitalout...
Hi,
Thanks for taking the time looking into issue.
We are using Keil uVision 5.14.
Our target is a custom board (BMD200 eval Module based on nRF51822)
We were able to...
Hei guys,
for a new custom board based on nrf52832 where i have to minimize power:
have an external Li-Po battery, with a cutoff @3.0v, so the range will be 4.2v...
blesc_pairing_dhkey_check_failed.zip
Hello,
I used the example ble_app_multirole_lesc and paired with nRF Connect app. However I got the error message (in Bluetooth...
Hi!
So I have my GATT value of a service that I would like to update.
Sadly that value always stays at the initial value.
Below you can find my update function.
uint32_t...
I am using SDK12.0.0. ble_app_uart example, and I have change the clock to using LFCLK RC. I know from nRF51822-PAN_v3.1.pdf that we need to calibrate the LFCLK RC after reset...
I've managed to overcome all the quirks in setting up Eclipse/gcc development with the nRF52 PDK (PCA10056), and I can build the sample projects just fine. Here's my issue...
I arrived at step 8 in this tutorial
github.com/.../custom_ble_service_example
Now I'm supposed to propagate events to the application, for example connection state...
I am using a usual uart to bluetooth application and it works great, but I would like to set this application to be a known apple midi device, it seems I only have to add...