I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
I have seen that the recommended method for switching between connectable and non-connectable advertising is:
sd_ble_gap_adv_stop() ...change advertising structures as needed...
I was given the source code to the nRF Toolbox DFU only app in order to implement its functionality within my own app. Using the nRF Connect app, I've connected to my hardware...
Hi all, I am trying to get my head around UART Flow control on Nordic nRF52. I cannot get it working... I have two nRF52840 dev boards (PCA10056) that I connected between...
Hi,
When I try to stop ADC sampling, the adc driver keeps on busy. The function nrf_drv_saadc_is_busy() keeps returning true.
I looked in other posts (like this one )...
Hi,
I'm new in Bluetooth an I want to try a "simple Project". I've connected 3 Peripherals (all nRF52832 Chips) with 1 Central (also a nRF52832 Chip) together.
With the...
Hi everyone, In the Power Management example, why the HFCLK still running when the uC is in sleep mode ? I see it in the HFCLK_STAT => State = 1 Shouldn't it be disable to...
Hello,
I have been using nRF development boards for a while, but recently I am currently unable to program my nRF52 development board, due to driver issues. The following...
I am trying to make TWI calls from an APP_TIMER event. However the TWI calls are failing. I can see that the twi message is sent on an oscilloscope, but the function never...
Hi,
I got the same error as the guy in this question: https://devzone.nordicsemi.com/f/nordic-q-a/26041/compiling-error-for-nrf51-development-dongle
I use another example...
Hi, I would like to use a nRF52 demo board, to test nRF BLE with a HX711 and screen. The nRF module is powered 3.3V but the HX711 and the screen are 5V powered. Is the bus...
Hello,
I am in the process of evaluating the '840's BLE and CryptoCell for a low power application. I am using a modified version of the ble_app_template example, with custom...
Hi guys,
I have custom MAC address that saved in the flash. I used the sd_ble_gap_address_set function to change the Mac address to my custom address.. I found out in phone...
Hello,
Is there any option in nrfjprog to force a Segger's JLink to power the target? I am able to turn the power-out feature on using JLinkExe buy I don't whether nrfjprog...
I refer to nRF52810 product specification v1.1 In all reference designs, C6 is N.C.
I would like to know why this is the case?
I would also like to know why it is included...
Hello,
I am using nRF52832 DK for my project which is to receive data from arduino and send it to a smartphone using BLE. My issue is that i make nRF52832 to enter Bootloader...