I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
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...
Hello,
I have a BLE Nano (nRF51822) and I want to develop an app which will find all BLE devices around (MAC addresses and RSSI) and send it by UART/SPI . I've used nRF...
Hi.
I'm using nRF51822AC, S130.
I made source code for RF test as below.
NRF_RADIO->SHORTS = 0;
NRF_RADIO->EVENTS_DISABLED = 0;
NRF_RADIO->TEST = 0;
NRF_RADIO->TASKS_DISABLE...
I tried MQTT subscriber example code, it compiles and loads successfully but it doesn't show the LED lights accordingly as I press the buttons, meaning that MQTT state is...
I am using S130, and I try to write an very simple program, when I push button_1 then it read ADC and print it our by UART.
So, write a "nrf_drv_adc_buffer_convert" code...
I connect to nrf51 DK board and PC using USB. I used RTT Viewer to see RTT log output.
But when I try to compile and download from keil to the board, I got several WARNING...
All,
Can anyone tell me what is the fastest time that a ble SD (5.x / 6.x) running on an nRF51 can (re)start advertising from a disconnect. Basically looking to do an ...
I am not able to connect Garmin Edge or SimulANT to nRF51-DK. Neither sensor nor receiver seems to work. Just looks like there is no RF.
Examples tried:
power_only_sensor...
Dear Sir,
Here I test the ble_peripheral example "ble_app_uart" (Softdevice 8.0) with Kail MDK ARM 5.20 environemt on the PAC10028A board.
I found it's not stable and...
Hi,
I'm having trouble increasing frequency of data TX using ble_app_hrs example on PCA10028.
I tried to increase the TX frequency of heartrate data to 100ms by configuring...
It seems that the nRF52 Development Kit mis-handles extended hex records. If it has type "04" records (extended linear address), it works OK, but if it has type "02" records...
We have an optical measurement system where we need to pulse LED and sample a phototransistor precisely during the LED pulse. The rate of sampling is 1 kHz and we plan to...
HI i need help in sending a data value of 700+ continuously
1)May i know how should i format my data packet to suit the current 20 bytes of data sent through BLE
2)Is...